Skip to content

Commit fe3c592

Browse files
committed
activate Reproducible Builds
1 parent 56f96f6 commit fe3c592

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.codehaus.plexus</groupId>
66
<artifactId>plexus</artifactId>
7-
<version>5.1</version>
7+
<version>6.1</version>
88
</parent>
99

1010
<artifactId>plexus-io</artifactId>
@@ -32,6 +32,7 @@
3232
<properties>
3333
<cobertura.skip>true</cobertura.skip>
3434
<javaVersion>7</javaVersion>
35+
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
3536
</properties>
3637

3738
<dependencies>
@@ -92,17 +93,9 @@
9293
<groupId>org.apache.maven.plugins</groupId>
9394
<artifactId>maven-surefire-plugin</artifactId>
9495
<configuration>
95-
<forkMode>never</forkMode>
96+
<forkMode>never</forkMode>
9697
</configuration>
9798
</plugin>
98-
<plugin>
99-
<groupId>org.apache.maven.plugins</groupId>
100-
<artifactId>maven-release-plugin</artifactId>
101-
</plugin>
102-
<plugin>
103-
<groupId>org.apache.maven.plugins</groupId>
104-
<artifactId>maven-gpg-plugin</artifactId>
105-
</plugin>
10699
<plugin>
107100
<groupId>org.apache.maven.plugins</groupId>
108101
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)