Skip to content

Commit 2b0fecf

Browse files
committed
Prepare for releasing 1.14.
1 parent e3b76c8 commit 2b0fecf

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Apache Commons Codec
4646
[![Build Status](https://travis-ci.org/apache/commons-codec.svg)](https://travis-ci.org/apache/commons-codec)
4747
[![Coverage Status](https://coveralls.io/repos/apache/commons-codec/badge.svg)](https://coveralls.io/r/apache/commons-codec)
4848
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-codec/commons-codec/)
49-
[![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.14-SNAPSHOT.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.14-SNAPSHOT)
49+
[![Javadocs](https://javadoc.io/badge/commons-codec/commons-codec/1.14.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.14)
5050

5151
The Apache Commons Codec package contains simple encoder and decoders for
5252
various formats such as Base64 and Hexadecimal. In addition to these
@@ -70,7 +70,7 @@ Alternatively you can pull it from the central Maven repositories:
7070
<dependency>
7171
<groupId>commons-codec</groupId>
7272
<artifactId>commons-codec</artifactId>
73-
<version>1.14-SNAPSHOT</version>
73+
<version>1.14</version>
7474
</dependency>
7575
```
7676

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
<groupId>commons-codec</groupId>
3131
<artifactId>commons-codec</artifactId>
3232
<!-- Remember to update the version in default.properties as well -->
33-
<version>1.14-SNAPSHOT</version>
33+
<version>1.14</version>
3434
<name>Apache Commons Codec</name>
3535
<inceptionYear>2002</inceptionYear>
3636
<description>

src/site/xdoc/download_codec.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,32 +113,32 @@ limitations under the License.
113113
</p>
114114
</subsection>
115115
</section>
116-
<section name="Apache Commons Codec 1.14-SNAPSHOT ">
116+
<section name="Apache Commons Codec 1.14 ">
117117
<subsection name="Binaries">
118118
<table>
119119
<tr>
120-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.tar.gz">commons-codec-1.14-SNAPSHOT-bin.tar.gz</a></td>
121-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.tar.gz.sha512">sha512</a></td>
122-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.tar.gz.asc">pgp</a></td>
120+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.14-bin.tar.gz">commons-codec-1.14-bin.tar.gz</a></td>
121+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-bin.tar.gz.sha512">sha512</a></td>
122+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-bin.tar.gz.asc">pgp</a></td>
123123
</tr>
124124
<tr>
125-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.zip">commons-codec-1.14-SNAPSHOT-bin.zip</a></td>
126-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.zip.sha512">sha512</a></td>
127-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-SNAPSHOT-bin.zip.asc">pgp</a></td>
125+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.14-bin.zip">commons-codec-1.14-bin.zip</a></td>
126+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-bin.zip.sha512">sha512</a></td>
127+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.14-bin.zip.asc">pgp</a></td>
128128
</tr>
129129
</table>
130130
</subsection>
131131
<subsection name="Source">
132132
<table>
133133
<tr>
134-
<td><a href="[preferred]/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.tar.gz">commons-codec-1.14-SNAPSHOT-src.tar.gz</a></td>
135-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.tar.gz.sha512">sha512</a></td>
136-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.tar.gz.asc">pgp</a></td>
134+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.14-src.tar.gz">commons-codec-1.14-src.tar.gz</a></td>
135+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-src.tar.gz.sha512">sha512</a></td>
136+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-src.tar.gz.asc">pgp</a></td>
137137
</tr>
138138
<tr>
139-
<td><a href="[preferred]/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.zip">commons-codec-1.14-SNAPSHOT-src.zip</a></td>
140-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.zip.sha512">sha512</a></td>
141-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-SNAPSHOT-src.zip.asc">pgp</a></td>
139+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.14-src.zip">commons-codec-1.14-src.zip</a></td>
140+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-src.zip.sha512">sha512</a></td>
141+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.14-src.zip.asc">pgp</a></td>
142142
</tr>
143143
</table>
144144
</subsection>

0 commit comments

Comments
 (0)