Skip to content

Commit

Permalink
Merge pull request #71 from hboutemy/reproducible
Browse files Browse the repository at this point in the history
prepare Reproducible Builds
  • Loading branch information
ivargrimstad authored Nov 5, 2022
2 parents 5b7b403 + acb5c36 commit e1380f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
it can fail the release plugin.
-->
<release.arguments></release.arguments>
<project.build.outputTimestamp>2020-12-19T17:24:00Z</project.build.outputTimestamp>
</properties>

<distributionManagement>
Expand All @@ -128,7 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.0-M6</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
Expand All @@ -152,6 +153,11 @@
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit e1380f8

Please sign in to comment.