Skip to content

Commit b996a74

Browse files
committed
Change version to 1.6 from 2.0.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1173187 13f79535-47bb-0310-9956-ffa450edef68
1 parent d08714e commit b996a74

3 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 = 2.0-SNAPSHOT
37+
component.version = 1.6-SNAPSHOT
3838

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

pom.xml

Lines changed: 1 addition & 1 deletion
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>2.0-SNAPSHOT</version>
28+
<version>1.6-SNAPSHOT</version>
2929
<name>Commons Codec</name>
3030
<inceptionYear>2002</inceptionYear>
3131
<description>

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The <a href="source-repository.html">subversion repository</a> can be
8383
<!-- ================================================== -->
8484
<section name="Releases">
8585
<ul>
86-
<li>Codec 2.0 requires Java 1.5</li>
86+
<li>Codec 1.6 requires Java 1.5</li>
8787
<li>Codec 1.5 requires Java 1.4</li>
8888
<li>Codec 1.4 requires Java 1.4</li>
8989
</ul>

0 commit comments

Comments
 (0)