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 4, 2022
1 parent 50f686a commit e7143e6
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 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 @@ -1475,22 +1475,11 @@
<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>
Expand Down

0 comments on commit e7143e6

Please sign in to comment.