You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/15 16:07:52 UTC

[axis-axis2-java-rampart] 05/12: Merge r1806320 and r1826038 to the 1.7 branch.

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

billblough pushed a commit to branch 1_7
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git

commit 6fa2758747e9bde0893f7148965c9b07079b66e0
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Mar 6 20:30:58 2018 +0000

    Merge r1806320 and r1826038 to the 1.7 branch.
---
 etc/dist.py                      |  2 +-
 modules/distribution/pom.xml     |  9 +++++++--
 src/site/markdown/download.md.vm | 12 +++++-------
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/etc/dist.py b/etc/dist.py
index 2f17490..1904041 100644
--- a/etc/dist.py
+++ b/etc/dist.py
@@ -35,7 +35,7 @@ if exists(dist_root):
 call(["svn", "checkout", "https://dist.apache.org/repos/dist/dev/axis/axis2/java/rampart/", dist_root])
 mkdir(dist_dir)
 for classifier in [ "bin", "src" ]:
-    for suffix in [ "zip", "zip.asc", "zip.md5", "zip.sha1" ]:
+    for suffix in [ "zip", "zip.asc", "zip.sha512" ]:
         file = "rampart-dist-" + release + "-" + classifier + "." + suffix
         copyfile(join(root_dir, "modules", "distribution", "target", file), join(dist_dir, file))
 call(["svn", "add", dist_dir])
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 22b5b57..f9fe12b 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -78,14 +78,19 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>net.ju-n.maven.plugins</groupId>
+                <groupId>net.nicoulaj.maven.plugins</groupId>
                 <artifactId>checksum-maven-plugin</artifactId>
-                <version>1.2</version>
+                <version>1.5</version>
                 <executions>
                     <execution>
                         <goals>
                             <goal>artifacts</goal>
                         </goals>
+                        <configuration>
+                            <algorithms>
+                                <algorithm>SHA-512</algorithm>
+                            </algorithms>
+                        </configuration>
                     </execution>
                 </executions>
             </plugin>
diff --git a/src/site/markdown/download.md.vm b/src/site/markdown/download.md.vm
index b970037..32832bc 100644
--- a/src/site/markdown/download.md.vm
+++ b/src/site/markdown/download.md.vm
@@ -26,9 +26,9 @@ release can be found [here](release-notes/${release_version}.html).
 The following distributions are available for download:
 
 &nbsp;              | Link                                         | Checksums and signatures
---------------------|----------------------------------------------|----------------------------
-Binary distribution | [rampart-dist-${release_version}-bin.zip][1] | [MD5][2] [SHA1][3] [PGP][4]
-Source distribution | [rampart-dist-${release_version}-src.zip][5] | [MD5][6] [SHA1][7] [PGP][8]
+--------------------|----------------------------------------------|-------------------------
+Binary distribution | [rampart-dist-${release_version}-bin.zip][1] | [SHA512][3] [PGP][4]
+Source distribution | [rampart-dist-${release_version}-src.zip][5] | [SHA512][7] [PGP][8]
 
 The binary distribution contains the following Axis2 modules:
 
@@ -46,12 +46,10 @@ Distributions for older releases can be found in the [archive][12].
 All releases are also available as Maven artifacts in the [central repository][13].
 
 [1]: http://www.apache.org/dyn/closer.lua/axis/axis2/java/rampart/${release_version}/rampart-dist-${release_version}-bin.zip
-[2]: https://www.apache.org/dist/axis/axis2/java/rampart/${release_version}/rampart-dist-${release_version}-bin.zip.md5
-[3]: https://www.apache.org/dist/axis/axis2/java/rampart/${release_version}/rampart-dist-${release_version}-bin.zip.sha1
+[3]: https://www.apache.org/dist/axis/axis2/java/rampart/${release_version}/rampart-dist-${release_version}-bin.zip.sha512
 [4]: https://www.apache.org/dist/axis/axis2/java/rampart/${release_version}/rampart-dist-${release_version}-bin.zip.asc
 [5]: http://www.apache.org/dyn/closer.lua/axis/axis2/java/rampart/${release_version}/rampart-dist-${release_version}-src.zip
-[6]: https://www.apache.org/dist/axis/axis2/java/rampart/${release_version}/rampart-dist-${release_version}-src.zip.md5
-[7]: https://www.apache.org/dist/axis/axis2/java/rampart/${release_version}/rampart-dist-${release_version}-src.zip.sha1
+[7]: https://www.apache.org/dist/axis/axis2/java/rampart/${release_version}/rampart-dist-${release_version}-src.zip.sha512
 [8]: https://www.apache.org/dist/axis/axis2/java/rampart/${release_version}/rampart-dist-${release_version}-src.zip.asc
 [9]: http://www.apache.org/dev/release-signing#verifying-signature
 [10]: https://www.apache.org/dist/axis/axis2/java/rampart/KEYS