You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/07/05 22:42:57 UTC

svn commit: r1500128 - /commons/proper/collections/trunk/pom.xml

Author: tn
Date: Fri Jul  5 20:42:56 2013
New Revision: 1500128

URL: http://svn.apache.org/r1500128
Log:
Update pom.xml after release of 4.0-alpha1, upgrade findbugs plugin to 2.5.2.

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1500128&r1=1500127&r2=1500128&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Fri Jul  5 20:42:56 2013
@@ -448,11 +448,19 @@
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>
     
-    <!-- Need to change to collections4 when releasing -->
-    <commons.componentid>collections</commons.componentid>
+    <!--
+       This is also  used to generate download_xxx file name.
+       To override this when generating the download page:
+       
+       mvn commons:download-page -Dcommons.componentid=collections
+       
+       The above seems to change the download page name but not any other
+       properties that depend on the componentid.
+    -->
+    <commons.componentid>collections4</commons.componentid>
 
-    <!-- Current 4.x release series: still points to old, set to 4.0 when releasing -->
-    <commons.release.version>3.2.1</commons.release.version>
+    <!-- Current 4.x release series -->
+    <commons.release.version>4.0-alpha1</commons.release.version>
     <commons.release.desc>(Java 5.0+)</commons.release.desc>
     
     <!-- Previous 3.x release series -->
@@ -470,6 +478,10 @@
     <commons.site.path>collections</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
+    
+    <!-- Override javadoc plugin version due to a vulnerability of the generated javadoc
+         see http://jira.codehaus.org/browse/MJAVADOC-370, remove after update to CP 32   -->
+    <commons.javadoc.version>2.9.1</commons.javadoc.version>    
   </properties>
 
 
@@ -578,7 +590,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.4.0</version>
+        <version>2.5.2</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>