You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2019/08/02 14:39:29 UTC

[commons-collections] branch master updated: More fixups to pom; rebuild download page

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new f823985  More fixups to pom; rebuild download page
f823985 is described below

commit f823985339e59ff09f604a8c0b6dbe9c8942d0bd
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 2 15:39:21 2019 +0100

    More fixups to pom; rebuild download page
---
 pom.xml                                | 4 ++++
 src/site/xdoc/download_collections.xml | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5a0003e..37b8157 100644
--- a/pom.xml
+++ b/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>
diff --git a/src/site/xdoc/download_collections.xml b/src/site/xdoc/download_collections.xml
index e878961..420c3b9 100644
--- a/src/site/xdoc/download_collections.xml
+++ b/src/site/xdoc/download_collections.xml
@@ -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>