You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/05/15 17:05:37 UTC

svn commit: r1482885 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Wed May 15 15:05:37 2013
New Revision: 1482885

URL: http://svn.apache.org/r1482885
Log:
Version 29 looks good and is on it's way, move on to 30 and update the RAT plugin and document usage.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1482885&r1=1482884&r2=1482885&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed May 15 15:05:37 2013
@@ -28,12 +28,18 @@
   <artifactId>commons-parent</artifactId>
   <packaging>pom</packaging>
   <!-- Must agree with commons.release.version below -->
-  <version>29-SNAPSHOT</version>
+  <version>30-SNAPSHOT</version>
   <name>Apache Commons Parent</name>
   <url>http://commons.apache.org/</url>
   <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
 
 <!--
+Version 30:
+          rat-maven-plugin                   0.8 -> 0.9
+          
+For RAT 0.9, make sure you <exclude>site-content/**/*</exclude> in your POM if you overrdide the configuration.
+If you do not exclude site-content, RAT will take a long time to run, for example, 1 hour for Commons IO.
+
 Version 29:
           cobertura-maven-plugin             2.5.2 -> removed
           jacoco-maven-plugin                      -> 0.6.2.201302030002
@@ -1207,7 +1213,7 @@ http://svn.apache.org/repos/asf/commons/
   <properties>
     <!-- configuration bits for cutting a release candidate, must be overridden by components -->
     <!-- must agree with project.version above -->
-    <commons.release.version>29</commons.release.version>
+    <commons.release.version>30</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
 
@@ -1226,8 +1232,11 @@ http://svn.apache.org/repos/asf/commons/
     <commons.surefire.version>2.14.1</commons.surefire.version>
     <commons.surefire-report.version>2.14.1</commons.surefire-report.version>
     <commons.javadoc.version>2.9</commons.javadoc.version>
-    <!-- N.B. RAT 0.9 appears to be much slower -->
-    <commons.rat.version>0.8</commons.rat.version>
+    <!-- 
+      For RAT 0.9, make sure you <exclude>site-content/**/*</exclude> in your POM if you overrdide the configuration
+      If you do not exclude site-content, RAT will take a long time to run, for example, 1 hour for Commons IO. 
+    -->
+    <commons.rat.version>0.9</commons.rat.version>
     <commons.changes.version>2.9</commons.changes.version>
     <commons.clirr.version>2.5</commons.clirr.version>
     <commons.jxr.version>2.3</commons.jxr.version>