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 2013/04/29 01:15:12 UTC

svn commit: r1476854 - in /commons/proper/codec/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Sun Apr 28 23:15:07 2013
New Revision: 1476854

URL: http://svn.apache.org/r1476854
Log:
Set next version to 1.9.

Modified:
    commons/proper/codec/trunk/pom.xml
    commons/proper/codec/trunk/src/changes/changes.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1476854&r1=1476853&r2=1476854&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Apr 28 23:15:07 2013
@@ -30,7 +30,7 @@ limitations under the License.
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
   <!-- Remember to update the version in default.properties as well -->
-  <version>2.0-SNAPSHOT</version>
+  <version>1.9-SNAPSHOT</version>
   <name>Commons Codec</name>
   <inceptionYear>2002</inceptionYear>
   <description>
@@ -216,7 +216,7 @@ limitations under the License.
     <maven.compile.source>1.6</maven.compile.source>
     <maven.compile.target>1.6</maven.compile.target>
     <commons.componentid>codec</commons.componentid>
-    <commons.release.version>2.0</commons.release.version>
+    <commons.release.version>1.9</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>

Modified: commons/proper/codec/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1476854&r1=1476853&r2=1476854&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Sun Apr 28 23:15:07 2013
@@ -42,7 +42,7 @@ The <action> type attribute can be add,u
     <author>Gary Gregory</author>
   </properties>
   <body>
-    <release version="2.0" date="TBA" description="Feature and fix release."> 
+    <release version="1.9" date="TBA" description="Feature and fix release."> 
       <action dev="..." type="fix" issue="CODEC-NNN">...</action>   
     </release>
     <release version="1.8" date="19 April 2013" description="Feature and fix release. Requires a minimum of Java 1.6">