Prepare for release while testing build and release plugins.

This commit is contained in:
Gary Gregory 2018-05-14 17:51:28 -06:00
parent bcc005a0fd
commit a047296d3e
4 changed files with 56 additions and 49 deletions

View File

@ -43,8 +43,8 @@
Apache Commons Collections Apache Commons Collections
=================== ===================
[![Build Status](https://travis-ci.org/apache/commons-collections4.svg)](https://travis-ci.org/apache/commons-collections4) [![Build Status](https://travis-ci.org/apache/commons-collections.svg)](https://travis-ci.org/apache/commons-collections)
[![Coverage Status](https://coveralls.io/repos/apache/commons-collections4/badge.svg)](https://coveralls.io/r/apache/commons-collections4) [![Coverage Status](https://coveralls.io/repos/apache/commons-collections/badge.svg)](https://coveralls.io/r/apache/commons-collections)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-collections4/)
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-collections4/4.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-collections4/4.2) [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-collections4/4.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-collections4/4.2)
@ -53,13 +53,13 @@ ${project.description}
Documentation Documentation
------------- -------------
More information can be found on the [Apache Commons Collections homepage](https://commons.apache.org/proper/commons-collections4). More information can be found on the [Apache Commons Collections homepage](https://commons.apache.org/proper/commons-collections).
The [JavaDoc](https://commons.apache.org/proper/commons-collections4/javadocs/api-release) can be browsed. The [JavaDoc](https://commons.apache.org/proper/commons-collections/javadocs/api-release) can be browsed.
Questions related to the usage of Apache Commons Collections should be posted to the [user mailing list][ml]. Questions related to the usage of Apache Commons Collections should be posted to the [user mailing list][ml].
Where can I get the latest release? Where can I get the latest release?
----------------------------------- -----------------------------------
You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-collections4/download_collections4.cgi). You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-collections/download_collections.cgi).
Alternatively you can pull it from the central Maven repositories: Alternatively you can pull it from the central Maven repositories:

11
pom.xml
View File

@ -476,7 +476,7 @@
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.7</maven.compiler.target>
<!-- <!--
This is also used to generate download_xxx file name. This is also used to generate download_xxx file name.
To override this when generating the download page: To override this when generating the download page:
mvn commons:download-page -Dcommons.componentid=collections mvn commons:download-page -Dcommons.componentid=collections
@ -484,7 +484,7 @@
The above seems to change the download page name but not any other The above seems to change the download page name but not any other
properties that depend on the componentid. properties that depend on the componentid.
--> -->
<commons.componentid>collections4</commons.componentid> <commons.componentid>collections</commons.componentid>
<commons.module.name>org.apache.commons.collections4</commons.module.name> <commons.module.name>org.apache.commons.collections4</commons.module.name>
<!-- Current 4.x release series --> <!-- Current 4.x release series -->
@ -518,6 +518,13 @@
<!-- Override jacoco for java 9 compatibility --> <!-- Override jacoco for java 9 compatibility -->
<commons.jacoco.version>0.7.9</commons.jacoco.version> <commons.jacoco.version>0.7.9</commons.jacoco.version>
<!--Used to generate the VOTE file, and can optionally be used with Clirr and JAmpiCmp -->
<commons.bc.version>4.1</commons.bc.version>
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
<commons.releaseManagerKey>86FDC7E2A11262CB</commons.releaseManagerKey>
</properties> </properties>

View File

@ -115,28 +115,28 @@ limitations under the License.
<subsection name="Binaries"> <subsection name="Binaries">
<table> <table>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/binaries/commons-collections4-4.2-bin.tar.gz">commons-collections4-4.2-bin.tar.gz</a></td> <td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.2-bin.tar.gz">commons-collections4-4.2-bin.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections4-4.2-bin.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.2-bin.tar.gz.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections4-4.2-bin.tar.gz.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.2-bin.tar.gz.asc">pgp</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/binaries/commons-collections4-4.2-bin.zip">commons-collections4-4.2-bin.zip</a></td> <td><a href="[preferred]/commons/collections/binaries/commons-collections4-4.2-bin.zip">commons-collections4-4.2-bin.zip</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections4-4.2-bin.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.2-bin.zip.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections4-4.2-bin.zip.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections4-4.2-bin.zip.asc">pgp</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>
<subsection name="Source"> <subsection name="Source">
<table> <table>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/source/commons-collections4-4.2-src.tar.gz">commons-collections4-4.2-src.tar.gz</a></td> <td><a href="[preferred]/commons/collections/source/commons-collections4-4.2-src.tar.gz">commons-collections4-4.2-src.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections4-4.2-src.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.2-src.tar.gz.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections4-4.2-src.tar.gz.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.2-src.tar.gz.asc">pgp</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/source/commons-collections4-4.2-src.zip">commons-collections4-4.2-src.zip</a></td> <td><a href="[preferred]/commons/collections/source/commons-collections4-4.2-src.zip">commons-collections4-4.2-src.zip</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections4-4.2-src.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.2-src.zip.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections4-4.2-src.zip.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections4-4.2-src.zip.asc">pgp</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>
@ -145,28 +145,28 @@ limitations under the License.
<subsection name="Binaries"> <subsection name="Binaries">
<table> <table>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/binaries/commons-collections-4.1-bin.tar.gz">commons-collections-4.1-bin.tar.gz</a></td> <td><a href="[preferred]/commons/collections/binaries/commons-collections-4.1-bin.tar.gz">commons-collections-4.1-bin.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections-4.1-bin.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-4.1-bin.tar.gz.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections-4.1-bin.tar.gz.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-4.1-bin.tar.gz.asc">pgp</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/binaries/commons-collections-4.1-bin.zip">commons-collections-4.1-bin.zip</a></td> <td><a href="[preferred]/commons/collections/binaries/commons-collections-4.1-bin.zip">commons-collections-4.1-bin.zip</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections-4.1-bin.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-4.1-bin.zip.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections-4.1-bin.zip.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-4.1-bin.zip.asc">pgp</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>
<subsection name="Source"> <subsection name="Source">
<table> <table>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/source/commons-collections-4.1-src.tar.gz">commons-collections-4.1-src.tar.gz</a></td> <td><a href="[preferred]/commons/collections/source/commons-collections-4.1-src.tar.gz">commons-collections-4.1-src.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections-4.1-src.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-4.1-src.tar.gz.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections-4.1-src.tar.gz.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-4.1-src.tar.gz.asc">pgp</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/source/commons-collections-4.1-src.zip">commons-collections-4.1-src.zip</a></td> <td><a href="[preferred]/commons/collections/source/commons-collections-4.1-src.zip">commons-collections-4.1-src.zip</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections-4.1-src.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-4.1-src.zip.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections-4.1-src.zip.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-4.1-src.zip.asc">pgp</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>
@ -175,28 +175,28 @@ limitations under the License.
<subsection name="Binaries"> <subsection name="Binaries">
<table> <table>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/binaries/commons-collections-3.2.2-bin.tar.gz">commons-collections-3.2.2-bin.tar.gz</a></td> <td><a href="[preferred]/commons/collections/binaries/commons-collections-3.2.2-bin.tar.gz">commons-collections-3.2.2-bin.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections-3.2.2-bin.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.2-bin.tar.gz.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections-3.2.2-bin.tar.gz.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.2-bin.tar.gz.asc">pgp</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/binaries/commons-collections-3.2.2-bin.zip">commons-collections-3.2.2-bin.zip</a></td> <td><a href="[preferred]/commons/collections/binaries/commons-collections-3.2.2-bin.zip">commons-collections-3.2.2-bin.zip</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections-3.2.2-bin.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.2-bin.zip.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/binaries/commons-collections-3.2.2-bin.zip.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/binaries/commons-collections-3.2.2-bin.zip.asc">pgp</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>
<subsection name="Source"> <subsection name="Source">
<table> <table>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/source/commons-collections-3.2.2-src.tar.gz">commons-collections-3.2.2-src.tar.gz</a></td> <td><a href="[preferred]/commons/collections/source/commons-collections-3.2.2-src.tar.gz">commons-collections-3.2.2-src.tar.gz</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections-3.2.2-src.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.tar.gz.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections-3.2.2-src.tar.gz.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.tar.gz.asc">pgp</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="[preferred]/commons/collections4/source/commons-collections-3.2.2-src.zip">commons-collections-3.2.2-src.zip</a></td> <td><a href="[preferred]/commons/collections/source/commons-collections-3.2.2-src.zip">commons-collections-3.2.2-src.zip</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections-3.2.2-src.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.zip.sha1">sha1</a></td>
<td><a href="https://www.apache.org/dist/commons/collections4/source/commons-collections-3.2.2-src.zip.asc">pgp</a></td> <td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-3.2.2-src.zip.asc">pgp</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>
@ -206,8 +206,8 @@ limitations under the License.
Older releases can be obtained from the archives. Older releases can be obtained from the archives.
</p> </p>
<ul> <ul>
<li class="download"><a href="[preferred]/commons/collections4/">browse download area</a></li> <li class="download"><a href="[preferred]/commons/collections/">browse download area</a></li>
<li><a href="https://archive.apache.org/dist/commons/collections4/">archives...</a></li> <li><a href="https://archive.apache.org/dist/commons/collections/">archives...</a></li>
</ul> </ul>
</section> </section>
</body> </body>

View File

@ -54,7 +54,7 @@ limitations under the License.
the convention in Commons is to prefix the subject line of messages with the component's name, the convention in Commons is to prefix the subject line of messages with the component's name,
for example: for example:
<ul> <ul>
<li>[collections4] Problem with the ...</li> <li>[collections] Problem with the ...</li>
</ul> </ul>
</p> </p>
<p> <p>
@ -79,7 +79,7 @@ limitations under the License.
<section name="Apache Commons Collections Mailing Lists"> <section name="Apache Commons Collections Mailing Lists">
<p> <p>
<strong>Please prefix the subject line of any messages for <a href="index.html">Apache Commons Collections</a> <strong>Please prefix the subject line of any messages for <a href="index.html">Apache Commons Collections</a>
with <i>[collections4]</i></strong> - <i>thanks!</i> with <i>[collections]</i></strong> - <i>thanks!</i>
<br /> <br />
<br /> <br />
</p> </p>
@ -104,7 +104,7 @@ limitations under the License.
</td> </td>
<td><a href="mailto:user-subscribe@commons.apache.org">Subscribe</a></td> <td><a href="mailto:user-subscribe@commons.apache.org">Subscribe</a></td>
<td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td> <td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td>
<td><a href="mailto:user@commons.apache.org?subject=[collections4]">Post</a></td> <td><a href="mailto:user@commons.apache.org?subject=[collections]">Post</a></td>
<td><a href="http://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td> <td><a href="http://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td>
<td><a href="http://markmail.org/list/org.apache.commons.users/">markmail.org</a><br /> <td><a href="http://markmail.org/list/org.apache.commons.users/">markmail.org</a><br />
<a href="http://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br /> <a href="http://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br />
@ -122,7 +122,7 @@ limitations under the License.
</td> </td>
<td><a href="mailto:dev-subscribe@commons.apache.org">Subscribe</a></td> <td><a href="mailto:dev-subscribe@commons.apache.org">Subscribe</a></td>
<td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td> <td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td>
<td><a href="mailto:dev@commons.apache.org?subject=[collections4]">Post</a></td> <td><a href="mailto:dev@commons.apache.org?subject=[collections]">Post</a></td>
<td><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td> <td><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td>
<td><a href="http://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br /> <td><a href="http://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br />
<a href="http://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br /> <a href="http://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br />