Skip to content

Commit a499d3b

Browse files
committed
Change from "1.3-dev" to "1.3" in preparation for release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130366 13f79535-47bb-0310-9956-ffa450edef68
1 parent d2f28ae commit a499d3b

5 files changed

Lines changed: 12 additions & 9 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$Id: RELEASE-NOTES.txt,v 1.23 2004/04/19 02:38:03 tobrien Exp $
1+
$Id: RELEASE-NOTES.txt,v 1.24 2004/05/17 17:06:10 ggregory Exp $
22

33
Commons Codec Package
4-
Version 1.3-dev
4+
Version 1.3
55
Release Notes
66

77

default.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
# $Id: default.properties,v 1.11 2004/03/29 01:23:27 ggregory Exp $
17+
# $Id: default.properties,v 1.12 2004/05/17 17:06:10 ggregory Exp $
1818

1919
# The pathname of the "junit.jar" JAR file
2020
junit.jar = ${junit.home}/junit-3.8.1.jar
@@ -29,7 +29,7 @@ component.package = org.apache.commons.codec
2929
component.title = Encode/Decode Utilities
3030

3131
# The current version number of this component
32-
component.version = 1.3-dev
32+
component.version = 1.3
3333

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

project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<pomVersion>3</pomVersion>
2020

2121
<id>commons-codec</id>
22-
<currentVersion>1.3-dev</currentVersion>
22+
<currentVersion>1.3</currentVersion>
2323
<inceptionYear>2002</inceptionYear>
2424
<name>Codec</name>
2525
<shortDescription>Simple encoders and decoders</shortDescription>

src/java/org/apache/commons/codec/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
-->
16-
<!-- $Id: overview.html,v 1.5 2004/04/09 22:24:08 ggregory Exp $ -->
16+
<!-- $Id: overview.html,v 1.6 2004/05/17 17:06:10 ggregory Exp $ -->
1717
<html>
1818
<body>
1919
<p>
20-
This document is the API specification for the Apache Jakarta Commons Codec Library, version 1.3-dev.
20+
This document is the API specification for the Apache Jakarta Commons Codec Library, version 1.3.
2121
</p>
2222
<p>
2323
This library requires a JRE version of 1.2.2 or greater.

xdocs/index.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,18 @@ limitations under the License.
6262

6363
<section name="Releases">
6464
<ul>
65-
<li>Version 1.2 (latest, from mirror)
65+
<li>Version 1.3 (latest, from mirror)
6666
<a href="http://jakarta.apache.org/site/binindex.cgi">binary</a> and
6767
<a href="http://jakarta.apache.org/site/sourceindex.cgi">source</a>
6868
</li>
69+
<li>
70+
Version <a href="http://www.apache.org/dist/jakarta/commons/codec/">1.2</a>
71+
</li>
6972
<li>
7073
Version <a href="http://www.apache.org/dist/jakarta/commons/codec/">1.1</a>
7174
</li>
7275
<li>
73-
Current <a href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-codec/">1.3-dev nightly build</a>
76+
Current <a href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-codec/"> nightly build</a>
7477
</li>
7578
</ul>
7679
</section>

0 commit comments

Comments
 (0)