Skip to content

Commit dc9e178

Browse files
committed
Set next version to 1.9.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1476854 13f79535-47bb-0310-9956-ffa450edef68
1 parent fcefbae commit dc9e178

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
<groupId>commons-codec</groupId>
3131
<artifactId>commons-codec</artifactId>
3232
<!-- Remember to update the version in default.properties as well -->
33-
<version>2.0-SNAPSHOT</version>
33+
<version>1.9-SNAPSHOT</version>
3434
<name>Commons Codec</name>
3535
<inceptionYear>2002</inceptionYear>
3636
<description>
@@ -216,7 +216,7 @@ limitations under the License.
216216
<maven.compile.source>1.6</maven.compile.source>
217217
<maven.compile.target>1.6</maven.compile.target>
218218
<commons.componentid>codec</commons.componentid>
219-
<commons.release.version>2.0</commons.release.version>
219+
<commons.release.version>1.9</commons.release.version>
220220
<!-- The RC version used in the staging repository URL. -->
221221
<commons.rc.version>RC1</commons.rc.version>
222222
<commons.jira.id>CODEC</commons.jira.id>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The <action> type attribute can be add,update,fix,remove.
4242
<author>Gary Gregory</author>
4343
</properties>
4444
<body>
45-
<release version="2.0" date="TBA" description="Feature and fix release.">
45+
<release version="1.9" date="TBA" description="Feature and fix release.">
4646
<action dev="..." type="fix" issue="CODEC-NNN">...</action>
4747
</release>
4848
<release version="1.8" date="19 April 2013" description="Feature and fix release. Requires a minimum of Java 1.6">

0 commit comments

Comments
 (0)