You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/09 21:24:04 UTC

svn commit: r1299024 - in /commons/proper/codec/trunk: default.properties pom.xml

Author: ggregory
Date: Fri Mar  9 20:24:04 2012
New Revision: 1299024

URL: http://svn.apache.org/viewvc?rev=1299024&view=rev
Log:
Next release will be 1.7.

Modified:
    commons/proper/codec/trunk/default.properties
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/default.properties?rev=1299024&r1=1299023&r2=1299024&view=diff
==============================================================================
--- commons/proper/codec/trunk/default.properties (original)
+++ commons/proper/codec/trunk/default.properties Fri Mar  9 20:24:04 2012
@@ -34,7 +34,7 @@ component.package = org.apache.commons.c
 component.title = Encode/Decode Utilities
 
 # The current version number of this component
-component.version = 1.6-SNAPSHOT
+component.version = 1.7-SNAPSHOT
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1299024&r1=1299023&r2=1299024&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Fri Mar  9 20:24:04 2012
@@ -25,7 +25,7 @@ limitations under the License.
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
-  <version>1.6.1-SNAPSHOT</version>
+  <version>1.7-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.1</commons.release.version>
+    <commons.release.version>1.7</commons.release.version>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>CODEC</commons.jira.id>