Skip to content

Commit

Permalink
Upgrade to Apache pom 24 and make build reproductible
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Jul 16, 2021
1 parent bdc7f45 commit e02f927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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>23</version>
<version>24</version>
</parent>

<groupId>org.apache.shiro</groupId>
Expand Down Expand Up @@ -69,6 +69,7 @@
<shiro.previousVersion>1.7.1</shiro.previousVersion>
<!-- Replaced by the build number plugin at build time: -->
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>
<project.build.outputTimestamp>1</project.build.outputTimestamp>
<jacoco.skip>true</jacoco.skip>
<!--suppress CheckTagEmptyBody -->
<surefire.argLine></surefire.argLine>
Expand Down

0 comments on commit e02f927

Please sign in to comment.