Skip to content

Commit

Permalink
[SHIRO-838] udpate parent pom for sha512 on source-release
Browse files Browse the repository at this point in the history
- update parent pom for attachement of hashes
  • Loading branch information
bmarwell committed Mar 5, 2022
1 parent 50f686a commit 51dc6c1
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>21</version>
<version>25</version>
</parent>

<groupId>org.apache.shiro</groupId>
Expand Down Expand Up @@ -1469,31 +1469,6 @@
<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
Expand Down

0 comments on commit 51dc6c1

Please sign in to comment.