Author: ggregory
Date: Sun Dec 18 20:57:27 2011
New Revision: 1220538
URL: http://svn.apache.org/viewvc?rev=1220538&view=rev
Log:
Release 1.6 is out, bump version 1.6.1.
Modified:
commons/proper/codec/trunk/pom.xml
Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1220538&r1=1220537&r2=1220538&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Dec 18 20:57:27 2011
@@ -25,7 +25,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<name>Commons Codec</name>
<inceptionYear>2002</inceptionYear>
<description>
@@ -199,7 +199,7 @@ limitations under the License.
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
<commons.componentid>codec</commons.componentid>
- <commons.release.version>1.6</commons.release.version>
+ <commons.release.version>1.6.1</commons.release.version>
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC2</commons.rc.version>
<commons.jira.id>CODEC</commons.jira.id>
|