Skip to content

Commit fd2d38b

Browse files
committed
(docs) more 1.12 changes, svn -> git, etc.
1 parent dd2a6e1 commit fd2d38b

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

5454
Documentation
@@ -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

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Various <a href="project-reports.html">project reports</a> are also available.
7171
The 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>

0 commit comments

Comments
 (0)