Skip to content

Commit 931849f

Browse files
committed
Replaced "1.2-rc1" with "1.2".
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130263 13f79535-47bb-0310-9956-ffa450edef68
1 parent 80d4434 commit 931849f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

default.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#$Id: default.properties,v 1.7 2003/11/14 01:43:38 ggregory Exp $
1+
#$Id: default.properties,v 1.8 2003/11/26 03:18:28 ggregory Exp $
22

33
# The pathname of the "junit.jar" JAR file
44
junit.jar = ${junit.home}/junit-3.7.jar
@@ -13,7 +13,7 @@ component.package = org.apache.commons.codec
1313
component.title = Encode/Decode Utilities
1414

1515
# The current version number of this component
16-
component.version = 1.2-rc1
16+
component.version = 1.2
1717

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<!-- $Id: overview.html,v 1.2 2003/11/13 02:08:15 ggregory Exp $ -->
1+
<!-- $Id: overview.html,v 1.3 2003/11/26 03:18:28 ggregory Exp $ -->
22
<html>
33
<body>
44
<p>
5-
This document is the API specification for the Apache Jakarta Commons Codec Library, version 1.2-rc1.
5+
This document is the API specification for the Apache Jakarta Commons Codec Library, version 1.2.
66
</p>
77
<p>
88
This library requires a JRE version of 1.2.2 or greater.

0 commit comments

Comments
 (0)