Skip to content

Commit e44d247

Browse files
committed
Make the build reproducible
1 parent 5c6c7ba commit e44d247

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

jsign-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</plugin>
103103
<plugin>
104104
<artifactId>maven-jar-plugin</artifactId>
105-
<version>3.2.2</version>
105+
<version>3.3.0</version>
106106
<executions>
107107
<execution>
108108
<goals>

jsign/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<plugin>
268268
<artifactId>jdeb</artifactId>
269269
<groupId>org.vafer</groupId>
270-
<version>1.8</version>
270+
<version>1.10</version>
271271
<executions>
272272
<execution>
273273
<phase>package</phase>

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
<build>
7777
<pluginManagement>
7878
<plugins>
79+
<plugin>
80+
<groupId>org.apache.maven.plugins</groupId>
81+
<artifactId>maven-jar-plugin</artifactId>
82+
<version>3.3.0</version>
83+
</plugin>
7984
<plugin>
8085
<groupId>org.jacoco</groupId>
8186
<artifactId>jacoco-maven-plugin</artifactId>
@@ -271,6 +276,7 @@
271276

272277
<properties>
273278
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
279+
<project.build.outputTimestamp>2022-09-19T12:00:00Z</project.build.outputTimestamp>
274280
</properties>
275281

276282
</project>

0 commit comments

Comments
 (0)