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 2015/11/27 22:49:23 UTC

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

Author: tn
Date: Fri Nov 27 21:49:23 2015
New Revision: 1716920

URL: http://svn.apache.org/viewvc?rev=1716920&view=rev
Log:
Update pom after release.

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=1716920&r1=1716919&r2=1716920&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Fri Nov 27 21:49:23 2015
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-collections4</artifactId>
-  <version>4.1-SNAPSHOT</version>
+  <version>4.2-SNAPSHOT</version>
   <name>Apache Commons Collections</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -479,8 +479,8 @@
     <commons.componentid>collections4</commons.componentid>
 
     <!-- Current 4.x release series -->
-    <commons.release.version>4.0</commons.release.version>
-    <commons.release.desc>(Java 5.0+)</commons.release.desc>
+    <commons.release.version>4.1</commons.release.version>
+    <commons.release.desc>(Java 6.0+)</commons.release.desc>
 
     <!-- Previous 3.x release series -->
     <commons.release.2.version>3.2.2</commons.release.2.version>
@@ -639,6 +639,7 @@
             <exclude>site-content/**/*</exclude>
             <exclude>src/test/resources/data/test/*</exclude>
             <exclude>maven-eclipse.xml</exclude>
+            <exclude>.travis.yml</exclude>
           </excludes>
         </configuration>
       </plugin>