Skip to content

Commit 9969e7b

Browse files
author
Gary Gregory
committed
Prepare for the next release.
1 parent fe39ffc commit 9969e7b

6 files changed

Lines changed: 51 additions & 47 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
2626
+======================================================================+
2727
| |
28-
| 1) Re-generate using: mvn commons:contributing-md |
28+
| 1) Re-generate using: mvn commons-build:contributing-md |
2929
| |
3030
| 2) Set the following properties in the component's pom: |
3131
| - commons.jira.id (required, alphabetic, upper case) |
@@ -50,7 +50,7 @@ Getting Started
5050

5151
+ Make sure you have a [JIRA account](https://issues.apache.org/jira/).
5252
+ Make sure you have a [GitHub account](https://github.com/signup/free).
53-
+ If you're planning to implement a new feature it makes sense to discuss you're changes on the [dev list](https://commons.apache.org/mail-lists.html) first. This way you can make sure you're not wasting your time on something that isn't considered to be in Apache Commons Codec's scope.
53+
+ If you're planning to implement a new feature it makes sense to discuss your changes on the [dev list](https://commons.apache.org/mail-lists.html) first. This way you can make sure you're not wasting your time on something that isn't considered to be in Apache Commons Codec's scope.
5454
+ Submit a [Jira Ticket][jira] for your issue, assuming one does not already exist.
5555
+ Clearly describe the issue including steps to reproduce when it is a bug.
5656
+ Make sure you fill in the earliest version that you know has the issue.
@@ -107,7 +107,7 @@ Additional Resources
107107
+ [Apache Commons Codec JIRA project page][jira]
108108
+ [Contributor License Agreement][cla]
109109
+ [General GitHub documentation](https://help.github.com/)
110-
+ [GitHub pull request documentation](https://help.github.com/send-pull-requests/)
110+
+ [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/)
111111
+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
112112
+ `#apache-commons` IRC channel on `irc.freenode.net`
113113

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Apache Commons Codec
22
Copyright 2002-2019 The Apache Software Foundation
33

44
This product includes software developed at
5-
The Apache Software Foundation (http://www.apache.org/).
5+
The Apache Software Foundation (https://www.apache.org/).
66

77
src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
88
contains test data from http://aspell.net/test/orig/batch0.tab.

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
2626
+======================================================================+
2727
| |
28-
| 1) Re-generate using: mvn commons:readme-md |
28+
| 1) Re-generate using: mvn commons-build:readme-md |
2929
| |
3030
| 2) Set the following properties in the component's pom: |
3131
| - commons.componentid (required, alphabetic, lower case) |
@@ -43,8 +43,10 @@
4343
Apache Commons Codec
4444
===================
4545

46-
[![Build Status](https://travis-ci.org/apache/commons-codec.svg?branch=trunk)](https://travis-ci.org/apache/commons-codec)
47-
[![Coverage Status](https://coveralls.io/repos/apache/commons-codec/badge.svg?branch=trunk)](https://coveralls.io/r/apache/commons-codec)
46+
[![Build Status](https://travis-ci.org/apache/commons-codec.svg)](https://travis-ci.org/apache/commons-codec)
47+
[![Coverage Status](https://coveralls.io/repos/apache/commons-codec/badge.svg)](https://coveralls.io/r/apache/commons-codec)
48+
[![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.13.svg)](https://javadoc.io/doc/commons-codec/commons-codec/1.13)
4850

4951
The Apache Commons Codec package contains simple encoder and decoders for
5052
various formats such as Base64 and Hexadecimal. In addition to these
@@ -55,7 +57,7 @@ Documentation
5557
-------------
5658

5759
More information can be found on the [Apache Commons Codec homepage](https://commons.apache.org/proper/commons-codec).
58-
The [Javadoc](https://commons.apache.org/proper/commons-codec/javadocs/api-release) can be browsed.
60+
The [Javadoc](https://commons.apache.org/proper/commons-codec/apidocs) can be browsed.
5961
Questions related to the usage of Apache Commons Codec should be posted to the [user mailing list][ml].
6062

6163
Where can I get the latest release?
@@ -68,7 +70,7 @@ Alternatively you can pull it from the central Maven repositories:
6870
<dependency>
6971
<groupId>commons-codec</groupId>
7072
<artifactId>commons-codec</artifactId>
71-
<version>1.12</version>
73+
<version>1.13</version>
7274
</dependency>
7375
```
7476

src/site/xdoc/download_codec.xml

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,24 @@ limitations under the License.
2626
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
2727
+======================================================================+
2828
| |
29-
| 1) Re-generate using: mvn commons:download-page |
29+
| 1) Re-generate using: mvn commons-build:download-page |
3030
| |
3131
| 2) Set the following properties in the component's pom: |
32-
| - commons.componentid (required, alphabetic, lower case) |
32+
| - commons.componentid (required, alphabetic, lower case) |
3333
| - commons.release.version (required) |
3434
| - commons.release.name (required) |
3535
| - commons.binary.suffix (optional) |
3636
| (defaults to "-bin", set to "" for pre-maven2 releases) |
3737
| - commons.release.desc (optional) |
3838
| - commons.release.subdir (optional) |
39+
| - commons.release.hash (optional, lowercase, default sha512) |
3940
| |
40-
| - commons.release.2/3.version (conditional) |
41-
| - commons.release.2/3.name (conditional) |
42-
| - commons.release.2/3.binary.suffix (optional) |
43-
| - commons.release.2/3.desc (optional) |
44-
| - commons.release.2/3.subdir (optional) |
41+
| - commons.release.[234].version (conditional) |
42+
| - commons.release.[234].name (conditional) |
43+
| - commons.release.[234].binary.suffix (optional) |
44+
| - commons.release.[234].desc (optional) |
45+
| - commons.release.[234].subdir (optional) |
46+
| - commons.release.[234].hash (optional, lowercase, [sha512])|
4547
| |
4648
| 3) Example Properties |
4749
| (commons.release.name inherited by parent: |
@@ -64,7 +66,7 @@ limitations under the License.
6466
<subsection name="Using a Mirror">
6567
<p>
6668
We recommend you use a mirror to download our release
67-
builds, but you <strong>must</strong> <a href="http://www.apache.org/info/verification.html">verify the integrity</a> of
69+
builds, but you <strong>must</strong> <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of
6870
the downloaded files using signatures downloaded from our main
6971
distribution directories. Recent releases (48 hours) may not yet
7072
be available from all the mirrors.
@@ -111,32 +113,32 @@ limitations under the License.
111113
</p>
112114
</subsection>
113115
</section>
114-
<section name="Apache Commons Codec 1.12 ">
116+
<section name="Apache Commons Codec 1.13 ">
115117
<subsection name="Binaries">
116118
<table>
117119
<tr>
118-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.12-bin.tar.gz">commons-codec-1.12-bin.tar.gz</a></td>
119-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.tar.gz.sha512">sha512</a></td>
120-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.tar.gz.asc">pgp</a></td>
120+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.13-bin.tar.gz">commons-codec-1.13-bin.tar.gz</a></td>
121+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.13-bin.tar.gz.sha512">sha512</a></td>
122+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.13-bin.tar.gz.asc">pgp</a></td>
121123
</tr>
122124
<tr>
123-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.12-bin.zip">commons-codec-1.12-bin.zip</a></td>
124-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.zip.sha512">sha512</a></td>
125-
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.12-bin.zip.asc">pgp</a></td>
125+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.13-bin.zip">commons-codec-1.13-bin.zip</a></td>
126+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.13-bin.zip.sha512">sha512</a></td>
127+
<td><a href="https://www.apache.org/dist/commons/codec/binaries/commons-codec-1.13-bin.zip.asc">pgp</a></td>
126128
</tr>
127129
</table>
128130
</subsection>
129131
<subsection name="Source">
130132
<table>
131133
<tr>
132-
<td><a href="[preferred]/commons/codec/source/commons-codec-1.12-src.tar.gz">commons-codec-1.12-src.tar.gz</a></td>
133-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.tar.gz.sha512">sha512</a></td>
134-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.tar.gz.asc">pgp</a></td>
134+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.13-src.tar.gz">commons-codec-1.13-src.tar.gz</a></td>
135+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.13-src.tar.gz.sha512">sha512</a></td>
136+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.13-src.tar.gz.asc">pgp</a></td>
135137
</tr>
136138
<tr>
137-
<td><a href="[preferred]/commons/codec/source/commons-codec-1.12-src.zip">commons-codec-1.12-src.zip</a></td>
138-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.zip.sha512">sha512</a></td>
139-
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.12-src.zip.asc">pgp</a></td>
139+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.13-src.zip">commons-codec-1.13-src.zip</a></td>
140+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.13-src.zip.sha512">sha512</a></td>
141+
<td><a href="https://www.apache.org/dist/commons/codec/source/commons-codec-1.13-src.zip.asc">pgp</a></td>
140142
</tr>
141143
</table>
142144
</subsection>

src/site/xdoc/issue-tracking.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
2727
+======================================================================+
2828
| |
29-
| 1) Re-generate using: mvn commons:jira-page |
29+
| 1) Re-generate using: mvn commons-build:jira-page |
3030
| |
3131
| 2) Set the following properties in the component's pom: |
3232
| - commons.jira.id (required, alphabetic, upper case) |
@@ -86,7 +86,7 @@ limitations under the License.
8686

8787
<p>
8888
For more information on subversion and creating patches see the
89-
<a href="http://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
89+
<a href="https://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
9090
</p>
9191

9292
<p>

src/site/xdoc/mail-lists.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626
| commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
2727
+======================================================================+
2828
| |
29-
| 1) Re-generate using: mvn commons:mail-page |
29+
| 1) Re-generate using: mvn commons-build:mail-page |
3030
| |
3131
| 2) Set the following properties in the component's pom: |
3232
| - commons.componentid (required, alphabetic, lower case) |
@@ -106,9 +106,9 @@ limitations under the License.
106106
<td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td>
107107
<td><a href="mailto:user@commons.apache.org?subject=[codec]">Post</a></td>
108108
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td>
109-
<td><a href="http://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
110-
<a href="http://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
111-
<a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
109+
<td><a href="https://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
110+
<a href="https://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
111+
<a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
112112
</td>
113113
</tr>
114114

@@ -124,9 +124,9 @@ limitations under the License.
124124
<td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td>
125125
<td><a href="mailto:dev@commons.apache.org?subject=[codec]">Post</a></td>
126126
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td>
127-
<td><a href="http://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
128-
<a href="http://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />
129-
<a href="http://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
127+
<td><a href="https://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
128+
<a href="https://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />
129+
<a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a>
130130
</td>
131131
</tr>
132132

@@ -142,8 +142,8 @@ limitations under the License.
142142
<td><a href="mailto:issues-unsubscribe@commons.apache.org">Unsubscribe</a></td>
143143
<td><i>read only</i></td>
144144
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td>
145-
<td><a href="http://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br />
146-
<a href="http://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a>
145+
<td><a href="https://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br />
146+
<a href="https://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a>
147147
</td>
148148
</tr>
149149

@@ -159,8 +159,8 @@ limitations under the License.
159159
<td><a href="mailto:commits-unsubscribe@commons.apache.org">Unsubscribe</a></td>
160160
<td><i>read only</i></td>
161161
<td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td>
162-
<td><a href="http://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br />
163-
<a href="http://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a>
162+
<td><a href="https://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br />
163+
<a href="https://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a>
164164
</td>
165165
</tr>
166166

@@ -192,10 +192,10 @@ limitations under the License.
192192
<td><a class="externalLink" href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a></td>
193193
<td><i>read only</i></td>
194194
<td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td>
195-
<td><a class="externalLink" href="http://markmail.org/list/org.apache.announce/">markmail.org</a><br />
196-
<a class="externalLink" href="http://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br />
197-
<a class="externalLink" href="http://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />
198-
<a class="externalLink" href="http://news.gmane.org/gmane.comp.apache.announce">news.gmane.org</a>
195+
<td><a class="externalLink" href="https://markmail.org/list/org.apache.announce/">markmail.org</a><br />
196+
<a class="externalLink" href="https://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br />
197+
<a class="externalLink" href="https://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />
198+
<a class="externalLink" href="https://news.gmane.org/gmane.comp.apache.announce">news.gmane.org</a>
199199
</td>
200200
</tr>
201201
</table>

0 commit comments

Comments
 (0)