File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ Apache Commons Codec
4646[ ![ Build Status] ( https://travis-ci.org/apache/commons-codec.svg?branch=trunk )] ( https://travis-ci.org/apache/commons-codec )
4747[ ![ Coverage Status] ( https://coveralls.io/repos/apache/commons-codec/badge.svg?branch=trunk )] ( https://coveralls.io/r/apache/commons-codec )
4848
49- The Apache Commons Codec package contains simple encoder and decoders for
50- various formats such as Base64 and Hexadecimal. In addition to these
51- widely used encoders and decoders, the codec package also maintains a
49+ The Apache Commons Codec package contains simple encoder and decoders for
50+ various formats such as Base64 and Hexadecimal. In addition to these
51+ widely used encoders and decoders, the codec package also maintains a
5252 collection of phonetic encoding utilities.
5353
5454Documentation
@@ -68,7 +68,7 @@ Alternatively you can pull it from the central Maven repositories:
6868<dependency >
6969 <groupId >commons-codec</groupId >
7070 <artifactId >commons-codec</artifactId >
71- <version >1.11 </version >
71+ <version >1.12 </version >
7272</dependency >
7373```
7474
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ limitations under the License.
4545 <url >http://issues.apache.org/jira/browse/CODEC</url >
4646 </issueManagement >
4747 <scm >
48- <connection >scm:svn:http ://svn .apache.org/repos/asf/ commons/proper/ codec/trunk </connection >
49- <developerConnection >scm:svn :https://svn .apache.org/repos/asf/ commons/proper/ codec/trunk </developerConnection >
50- <url >http ://svn. apache.org/viewvc/ commons/proper/ codec/trunk </url >
48+ <connection >scm:git:https ://gitbox .apache.org/repos/asf?p= commons- codec.git </connection >
49+ <developerConnection >scm:git :https://gitbox .apache.org/repos/asf?p= commons- codec.git </developerConnection >
50+ <url >https ://github.com/ apache/ commons- codec</url >
5151 </scm >
5252 <distributionManagement >
5353 <site >
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Various <a href="project-reports.html">project reports</a> are also available.
7171The Javadoc API documents are available online:
7272</p >
7373<ul >
74- <li ><a href =" apidocs/index.html" >Javadoc trunk </a ></li >
74+ <li ><a href =" apidocs/index.html" >Javadoc git (master) </a ></li >
7575 <li ><a href =" archives/1.12/apidocs/index.html" >Javadoc 1.12</a ></li >
7676 <li ><a href =" archives/1.11/apidocs/index.html" >Javadoc 1.11</a ></li >
7777 <li ><a href =" archives/1.10/apidocs/index.html" >Javadoc 1.10</a ></li >
You can’t perform that action at this time.
0 commit comments