You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/06/04 14:34:14 UTC

[maven-doxia-sitetools] branch DOXIASITETOOLS-221 created (now f75b1f3)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch DOXIASITETOOLS-221
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git.


      at f75b1f3  [DOXIASITETOOLS-221] Updated Clirr config to use 1.9 as base

This branch includes the following new commits:

     new f75b1f3  [DOXIASITETOOLS-221] Updated Clirr config to use 1.9 as base

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-doxia-sitetools] 01/01: [DOXIASITETOOLS-221] Updated Clirr config to use 1.9 as base

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch DOXIASITETOOLS-221
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit f75b1f387a76a59e510dc0eed2681bc30e06654f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jun 4 16:34:03 2021 +0200

    [DOXIASITETOOLS-221] Updated Clirr config to use 1.9 as base
---
 pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index a63c002..3237687 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>