Skip to content

Commit 69a1558

Browse files
committed
Next release will be 1.7.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1299024 13f79535-47bb-0310-9956-ffa450edef68
1 parent 61516e8 commit 69a1558

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ component.package = org.apache.commons.codec
3434
component.title = Encode/Decode Utilities
3535

3636
# The current version number of this component
37-
component.version = 1.6-SNAPSHOT
37+
component.version = 1.7-SNAPSHOT
3838

3939
# The name that is used to create the jar file
4040
final.name = ${component.name}-${component.version}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525
<modelVersion>4.0.0</modelVersion>
2626
<groupId>commons-codec</groupId>
2727
<artifactId>commons-codec</artifactId>
28-
<version>1.6.1-SNAPSHOT</version>
28+
<version>1.7-SNAPSHOT</version>
2929
<name>Commons Codec</name>
3030
<inceptionYear>2002</inceptionYear>
3131
<description>
@@ -199,7 +199,7 @@ limitations under the License.
199199
<maven.compile.source>1.5</maven.compile.source>
200200
<maven.compile.target>1.5</maven.compile.target>
201201
<commons.componentid>codec</commons.componentid>
202-
<commons.release.version>1.6.1</commons.release.version>
202+
<commons.release.version>1.7</commons.release.version>
203203
<!-- The RC version used in the staging repository URL. -->
204204
<commons.rc.version>RC1</commons.rc.version>
205205
<commons.jira.id>CODEC</commons.jira.id>

0 commit comments

Comments
 (0)