Roll the version number on the branch

git-svn-id: 
https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH@648096
 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/8434eec4
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/8434eec4
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/8434eec4

Branch: refs/heads/COLLECTIONS_3_2_BRANCH
Commit: 8434eec4dad83dca336ce6fdfb06f716dff7311a
Parents: 2acfde1
Author: Niall Kegan Pemberton <nia...@apache.org>
Authored: Tue Apr 15 02:11:58 2008 +0000
Committer: Niall Kegan Pemberton <nia...@apache.org>
Committed: Tue Apr 15 02:11:58 2008 +0000

----------------------------------------------------------------------
 build.xml   | 2 +-
 pom.xml     | 2 +-
 project.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/8434eec4/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index cb3c5d6..5940df3 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/8434eec4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2fa89ae..4a71e6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/8434eec4/project.xml
----------------------------------------------------------------------
diff --git a/project.xml b/project.xml
index 1dcabed..9bb2b32 100644
--- a/project.xml
+++ b/project.xml
@@ -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>

Reply via email to