You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2018/08/28 21:43:31 UTC

[commons-weaver] branch master updated: generate 1.4 download page using commons-build-plugin 1.10-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e0e218b  generate 1.4 download page using commons-build-plugin 1.10-SNAPSHOT
e0e218b is described below

commit e0e218bc9f33a386aeb563337cd59f115cd7e4ff
Author: Matt Benson <mb...@apache.org>
AuthorDate: Tue Aug 28 16:43:16 2018 -0500

    generate 1.4 download page using commons-build-plugin 1.10-SNAPSHOT
---
 src/site/xdoc/download_weaver.xml | 42 ++++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 20 deletions(-)

diff --git a/src/site/xdoc/download_weaver.xml b/src/site/xdoc/download_weaver.xml
index 717ea08..7b1b24f 100644
--- a/src/site/xdoc/download_weaver.xml
+++ b/src/site/xdoc/download_weaver.xml
@@ -29,19 +29,21 @@ limitations under the License.
  | 1) Re-generate using: mvn commons:download-page                      |
  |                                                                      |
  | 2) Set the following properties in the component's pom:              |
- |    - commons.componentid (required, alphabetic, lower case)          |
+ |    - commons.componentid     (required, alphabetic, lower case)      |
  |    - commons.release.version (required)                              |
  |    - commons.release.name    (required)                              |
  |    - commons.binary.suffix   (optional)                              |
  |      (defaults to "-bin", set to "" for pre-maven2 releases)         |
  |    - commons.release.desc    (optional)                              |
  |    - commons.release.subdir  (optional)                              |
+ |    - commons.release.hash    (optional, lowercase, default sha256)   |
  |                                                                      |
- |    - commons.release.2/3.version       (conditional)                 |
- |    - commons.release.2/3.name          (conditional)                 |
- |    - commons.release.2/3.binary.suffix (optional)                    |
- |    - commons.release.2/3.desc          (optional)                    |
- |    - commons.release.2/3.subdir        (optional)                    |
+ |    - commons.release.[234].version       (conditional)               |
+ |    - commons.release.[234].name          (conditional)               |
+ |    - commons.release.[234].binary.suffix (optional)                  |
+ |    - commons.release.[234].desc          (optional)                  |
+ |    - commons.release.[234].subdir        (optional)                  |
+ |    - commons.release.[234].hash       (optional, lowercase, [sha256])|
  |                                                                      |
  | 3) Example Properties                                                |
  |    (commons.release.name inherited by parent:                        |
@@ -102,7 +104,7 @@ limitations under the License.
         It is essential that you
         <a href="https://www.apache.org/info/verification.html">verify the integrity</a>
         of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files);
-        failing that using the <code>MD5</code> hash (<code>*.md5</code> checksum files).
+        failing that using the <code>SHA256</code> hash (<code>*.sha256</code> checksum files).
       </p>
       <p>
         The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a>
@@ -111,32 +113,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Weaver 1.3 ">
+    <section name="Apache Commons Weaver 1.4 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/weaver/binaries/commons-weaver-1.3-bin.tar.gz">commons-weaver-1.3-bin.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/weaver/binaries/commons-weaver-1.3-bin.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/weaver/binaries/commons-weaver-1.3-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/weaver/binaries/commons-weaver-1.4-bin.tar.gz">commons-weaver-1.4-bin.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/weaver/binaries/commons-weaver-1.4-bin.tar.gz.sha256">sha256</a></td>
+              <td><a href="https://www.apache.org/dist/commons/weaver/binaries/commons-weaver-1.4-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/weaver/binaries/commons-weaver-1.3-bin.zip">commons-weaver-1.3-bin.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/weaver/binaries/commons-weaver-1.3-bin.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/weaver/binaries/commons-weaver-1.3-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/weaver/binaries/commons-weaver-1.4-bin.zip">commons-weaver-1.4-bin.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/weaver/binaries/commons-weaver-1.4-bin.zip.sha256">sha256</a></td>
+              <td><a href="https://www.apache.org/dist/commons/weaver/binaries/commons-weaver-1.4-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/weaver/source/commons-weaver-1.3-src.tar.gz">commons-weaver-1.3-src.tar.gz</a></td>
-              <td><a href="https://www.apache.org/dist/commons/weaver/source/commons-weaver-1.3-src.tar.gz.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/weaver/source/commons-weaver-1.3-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/weaver/source/commons-weaver-1.4-src.tar.gz">commons-weaver-1.4-src.tar.gz</a></td>
+              <td><a href="https://www.apache.org/dist/commons/weaver/source/commons-weaver-1.4-src.tar.gz.sha256">sha256</a></td>
+              <td><a href="https://www.apache.org/dist/commons/weaver/source/commons-weaver-1.4-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/weaver/source/commons-weaver-1.3-src.zip">commons-weaver-1.3-src.zip</a></td>
-              <td><a href="https://www.apache.org/dist/commons/weaver/source/commons-weaver-1.3-src.zip.md5">md5</a></td>
-              <td><a href="https://www.apache.org/dist/commons/weaver/source/commons-weaver-1.3-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/weaver/source/commons-weaver-1.4-src.zip">commons-weaver-1.4-src.zip</a></td>
+              <td><a href="https://www.apache.org/dist/commons/weaver/source/commons-weaver-1.4-src.zip.sha256">sha256</a></td>
+              <td><a href="https://www.apache.org/dist/commons/weaver/source/commons-weaver-1.4-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>