More fixups to pom; rebuild download page
This commit is contained in:
parent
c9c0008a8a
commit
f823985339
4
pom.xml
4
pom.xml
|
@ -508,6 +508,10 @@
|
|||
<commons.release.4.desc>(Requires Java 1.3 or later)</commons.release.4.desc>
|
||||
<!-- Override generated name -->
|
||||
<commons.release.4.name>commons-collections-${commons.release.4.version}</commons.release.4.name>
|
||||
<!-- Older release has sha256 only -->
|
||||
<commons.release.4.hash>sha256</commons.release.4.hash>
|
||||
<!-- This should be the default but seems to be needed -->
|
||||
<commons.release.4.binary.suffix>-bin</commons.release.4.binary.suffix>
|
||||
|
||||
<commons.jira.id>COLLECTIONS</commons.jira.id>
|
||||
<commons.jira.pid>12310465</commons.jira.pid>
|
||||
|
|
|
@ -222,13 +222,13 @@ limitations under the License.
|
|||
<table>
|
||||
<tr>
|
||||
<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/collections/source/commons-collections-4.1-src.tar.gz.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/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-3.2.2-src.tar.gz.sha256">sha256</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>
|
||||
<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/collections/source/commons-collections-3.2.2-src.zip.sha256">sha256</a></td>
|
||||
<td><a href="https://www.apache.org/dist/commons/collections/source/commons-collections-3.2.2src.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>
|
||||
</table>
|
||||
</subsection>
|
||||
|
|
Loading…
Reference in New Issue