Update pom after release. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716920 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/51fb0106 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/51fb0106 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/51fb0106 Branch: refs/heads/master Commit: 51fb010651fbc4a1ca7ad7bb3fca8820eab49a7e Parents: 637836a Author: Thomas Neidhart <[email protected]> Authored: Fri Nov 27 21:49:23 2015 +0000 Committer: Thomas Neidhart <[email protected]> Committed: Fri Nov 27 21:49:23 2015 +0000 ---------------------------------------------------------------------- pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/51fb0106/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 063ccad..488b173 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
