Skip to content

Commit

Permalink
[DOXIASITETOOLS-221] Updated Clirr config to use 1.9 as base
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jun 4, 2021
1 parent b4f5c4a commit f75b1f3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ under the License.
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<configuration>
<comparisonVersion>1.1</comparisonVersion>
<comparisonVersion>1.9</comparisonVersion>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -275,16 +275,6 @@ under the License.
</goals>
<configuration>
<excludes>
<exclude>org/apache/maven/doxia/site/decoration/*</exclude>
<exclude>org/apache/maven/doxia/site/decoration/inheritance/*URLContainer</exclude>
<!-- DOXIASITETOOLS-85 RenderingContext package changed -->
<exclude>org/apache/maven/doxia/siterenderer/*Renderer</exclude>
<exclude>org/apache/maven/doxia/siterenderer/sink/*</exclude>
<!-- DOXIA-511 -->
<exclude>org/apache/maven/doxia/docrenderer/AbstractDocumentRenderer</exclude>
<exclude>org/apache/maven/doxia/docrenderer/itext/AbstractITextRender</exclude>
<!-- DOXIASITETOOLS-170 -->
<exlcude>org/apache/maven/doxia/siterenderer/SiteRenderingContext</exlcude>
</excludes>
</configuration>
</execution>
Expand Down

0 comments on commit f75b1f3

Please sign in to comment.