You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/04/01 00:48:37 UTC

svn commit: r1670510 - /maven/doxia/doxia/trunk/pom.xml

Author: hboutemy
Date: Tue Mar 31 22:48:37 2015
New Revision: 1670510

URL: http://svn.apache.org/r1670510
Log:
updated parent pom

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1670510&r1=1670509&r2=1670510&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Tue Mar 31 22:48:37 2015
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>25</version>
+    <version>26</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -388,7 +388,7 @@ under the License.
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <configuration>
-          <excludes>
+          <excludes combine.children="append">
             <exclude>src/test/resources/**/*.apt</exclude>
             <exclude>src/test/resources/**/*.apt.vm</exclude>
             <exclude>src/test/resources/**/*.confluence</exclude>