Skip to content

Commit f75b1f3

Browse files
committed
[DOXIASITETOOLS-221] Updated Clirr config to use 1.9 as base
1 parent b4f5c4a commit f75b1f3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pom.xml

+1-11
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ under the License.
209209
<groupId>org.codehaus.mojo</groupId>
210210
<artifactId>clirr-maven-plugin</artifactId>
211211
<configuration>
212-
<comparisonVersion>1.1</comparisonVersion>
212+
<comparisonVersion>1.9</comparisonVersion>
213213
</configuration>
214214
</plugin>
215215
<plugin>
@@ -275,16 +275,6 @@ under the License.
275275
</goals>
276276
<configuration>
277277
<excludes>
278-
<exclude>org/apache/maven/doxia/site/decoration/*</exclude>
279-
<exclude>org/apache/maven/doxia/site/decoration/inheritance/*URLContainer</exclude>
280-
<!-- DOXIASITETOOLS-85 RenderingContext package changed -->
281-
<exclude>org/apache/maven/doxia/siterenderer/*Renderer</exclude>
282-
<exclude>org/apache/maven/doxia/siterenderer/sink/*</exclude>
283-
<!-- DOXIA-511 -->
284-
<exclude>org/apache/maven/doxia/docrenderer/AbstractDocumentRenderer</exclude>
285-
<exclude>org/apache/maven/doxia/docrenderer/itext/AbstractITextRender</exclude>
286-
<!-- DOXIASITETOOLS-170 -->
287-
<exlcude>org/apache/maven/doxia/siterenderer/SiteRenderingContext</exlcude>
288278
</excludes>
289279
</configuration>
290280
</execution>

0 commit comments

Comments
 (0)