Skip to content

Commit 3a61035

Browse files
committed
init Reproducible Builds
1 parent 7bd56e6 commit 3a61035

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

antlr-complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-shade-plugin</artifactId>
64-
<version>2.0</version>
64+
<version>3.3.0</version>
6565
<configuration>
6666
<minimizeJar>false</minimizeJar>
6767
<createSourcesJar>true</createSourcesJar>

antlr3-maven-archetype/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,15 @@
2929
<extension>
3030
<groupId>org.apache.maven.archetype</groupId>
3131
<artifactId>archetype-packaging</artifactId>
32-
<version>2.2</version>
32+
<version>3.2.1</version>
3333
</extension>
3434

3535
</extensions>
3636

3737
<plugins>
3838
<plugin>
3939
<artifactId>maven-archetype-plugin</artifactId>
40-
<version>2.2</version>
41-
<extensions>true</extensions>
40+
<version>3.2.1</version>
4241
</plugin>
4342
</plugins>
4443

antlr3-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Jim Idle - March 2009
259259
<plugin>
260260
<groupId>org.apache.maven.plugins</groupId>
261261
<artifactId>maven-plugin-plugin</artifactId>
262-
<version>3.2</version>
262+
<version>3.6.4</version>
263263
</plugin>
264264
</plugins>
265265
</reporting>

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
-->
5757
<properties>
5858
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
59+
<project.build.outputTimestamp>10</project.build.outputTimestamp>
5960
<jdk>1.8</jdk>
6061
<junit.version>4.13</junit.version>
6162
<st4.version>4.3.1</st4.version>
@@ -223,7 +224,7 @@
223224
<plugin>
224225
<groupId>org.apache.maven.plugins</groupId>
225226
<artifactId>maven-jar-plugin</artifactId>
226-
<version>2.4</version>
227+
<version>3.2.2</version>
227228
<configuration>
228229
<archive>
229230
<manifest>
@@ -265,7 +266,7 @@
265266
<groupId>org.apache.maven.plugins</groupId>
266267
<artifactId>maven-source-plugin</artifactId>
267268
<!-- override the version inherited from the parent -->
268-
<version>2.2.1</version>
269+
<version>3.2.1</version>
269270
</plugin>
270271

271272
<plugin>
@@ -303,6 +304,16 @@
303304
<groupId>org.apache.maven.plugins</groupId>
304305
<artifactId>maven-javadoc-plugin</artifactId>
305306
</plugin>
307+
<plugin>
308+
<groupId>org.apache.maven.plugins</groupId>
309+
<artifactId>maven-plugin-plugin</artifactId>
310+
<version>3.6.4</version>
311+
</plugin>
312+
<plugin>
313+
<groupId>org.apache.maven.plugins</groupId>
314+
<artifactId>maven-release-plugin</artifactId>
315+
<version>3.0.0-M6</version>
316+
</plugin>
306317
</plugins>
307318
</pluginManagement>
308319
</build>

0 commit comments

Comments
 (0)