Skip to content

Commit cd89692

Browse files
author
Niall Kegan Pemberton
committed
Roll version on to 1.5-SNAPSHOT after 1.4 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@802618 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5000c18 commit cd89692

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

default.properties

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

3232
# The current version number of this component
33-
component.version = 1.4-dev
33+
component.version = 1.5-SNAPSHOT
3434

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>commons-codec</groupId>
2929
<artifactId>commons-codec</artifactId>
30-
<version>1.4-SNAPSHOT</version>
30+
<version>1.5-SNAPSHOT</version>
3131
<name>Commons Codec</name>
3232

3333
<inceptionYear>2002</inceptionYear>

0 commit comments

Comments
 (0)