Skip to content

Commit 0a997da

Browse files
author
Timothy O'Brien
committed
Updated version numbers in project build default.properties AND project.xml
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130145 13f79535-47bb-0310-9956-ffa450edef68
1 parent d76b234 commit 0a997da

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

default.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ component.package = org.apache.commons.codec
1111
component.title = Encode/Decode Utilities
1212

1313
# The current version number of this component
14-
component.version = 1.1
14+
component.version = 1.1.1-dev
1515

1616
# The name that is used to create the jar file
1717
final.name = ${component.name}-${component.version}
@@ -47,4 +47,4 @@ test.failonerror = true
4747
test.runner = junit.textui.TestRunner
4848

4949
# Root test class to execute
50-
test.entry = org.apache.commons.codec.TestAll
50+
test.entry = org.apache.commons.codec.TestAll

project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<extend>../project.xml</extend>
55
<name>Codec</name>
66
<id>commons-codec</id>
7-
<currentVersion>1.1</currentVersion>
7+
<currentVersion>1.1.1-dev</currentVersion>
88
<inceptionYear>2002</inceptionYear>
99
<shortDescription>
1010
A collection of simple and common encoders and decoders

0 commit comments

Comments
 (0)