This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a commit to branch 1.9.x in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/1.9.x by this push: new fd1b038 [SHIRO-838] create sha512 and sha3-512 hashes. new c2c6d78 Merge pull request #325 from bmarwell/SHIRO-838_hashes fd1b038 is described below commit fd1b038ff1c022da19996305d204ad6d0cd34919 Author: Benjamin Marwell <bmarw...@apache.org> AuthorDate: Sun Sep 26 21:06:02 2021 +0200 [SHIRO-838] create sha512 and sha3-512 hashes. --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index b0630fc..32515a3 100644 --- a/pom.xml +++ b/pom.xml @@ -1435,6 +1435,31 @@ <url>scm:svn:https://svn.apache.org/repos/asf/shiro/site/publish/static/${project.version}</url> </site> </distributionManagement> + <build> + <plugins> + <!-- calculate checksums of source release for Apache dist area --> + <plugin> + <groupId>net.nicoulaj.maven.plugins</groupId> + <artifactId>checksum-maven-plugin</artifactId> + <version>1.11</version> + <executions> + <execution> + <id>source-release-checksum</id> + <goals> + <goal>artifacts</goal> + </goals> + </execution> + </executions> + <configuration> + <algorithms> + <algorithm>SHA-512</algorithm> + <algorithm>SHA3-512</algorithm> + </algorithms> + <csvSummary>false</csvSummary> + </configuration> + </plugin> + </plugins> + </build> </profile> <profile> <!-- NOTE: this plugin config will return false positives, usage will require