File tree Expand file tree Collapse file tree
src/java/org/apache/commons/codec Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
2020junit.jar = ${junit.home}/junit-3.8.1.jar
@@ -29,7 +29,7 @@ component.package = org.apache.commons.codec
2929component.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
3535final.name = ${component.name}-${component.version}
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 1313See the License for the specific language governing permissions and
1414limitations 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 >
2323This library requires a JRE version of 1.2.2 or greater.
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments