Author: niallp Date: Mon Apr 14 19:11:58 2008 New Revision: 648096 URL: http://svn.apache.org/viewvc?rev=648096&view=rev Log: Roll the version number on the branch
Modified: commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/build.xml commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/pom.xml commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/project.xml Modified: commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/build.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/build.xml?rev=648096&r1=648095&r2=648096&view=diff ============================================================================== --- commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/build.xml (original) +++ commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/build.xml Mon Apr 14 19:11:58 2008 @@ -36,7 +36,7 @@ <property name="component.title.full" value="Apache Commons Collections"/> <!-- The current version number of this component --> - <property name="component.version" value="3.2.1"/> + <property name="component.version" value="3.2.2-SNAPSHOT"/> <!-- The base directory for component configuration files --> <property name="source.conf" value="src/conf"/> Modified: commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/pom.xml?rev=648096&r1=648095&r2=648096&view=diff ============================================================================== --- commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/pom.xml (original) +++ commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/pom.xml Mon Apr 14 19:11:58 2008 @@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.2.1</version> + <version>3.2.2-SNAPSHOT</version> <name>Commons Collections</name> <inceptionYear>2001</inceptionYear> Modified: commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/project.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/project.xml?rev=648096&r1=648095&r2=648096&view=diff ============================================================================== --- commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/project.xml (original) +++ commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/project.xml Mon Apr 14 19:11:58 2008 @@ -19,7 +19,7 @@ <pomVersion>3</pomVersion> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <currentVersion>3.2.1</currentVersion> + <currentVersion>3.2.2-SNAPSHOT</currentVersion> <inceptionYear>2001</inceptionYear> <name>Collections</name> <shortDescription>Commons Collections</shortDescription>