Skip to content

Commit

Permalink
Update release plugin and make build reproducible.
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisjeremy committed Mar 21, 2023
1 parent 02d01c0 commit a09f4cc
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 @@ -73,6 +73,7 @@
</license>
</licenses>
<properties>
<project.build.outputTimestamp>2023-03-21T03:04:14Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<skipITs>true</skipITs>
Expand Down Expand Up @@ -529,7 +530,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.0</version>
<configuration>
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
Expand Down

0 comments on commit a09f4cc

Please sign in to comment.