Skip to content

Commit cc19267

Browse files
committed
activate Reproducible Builds
1 parent faa4d22 commit cc19267

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

pom.xml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.codehaus.plexus</groupId>
88
<artifactId>plexus</artifactId>
9-
<version>5.1</version>
9+
<version>6.1</version>
1010
</parent>
1111

1212
<artifactId>plexus-archiver</artifactId>
@@ -32,6 +32,7 @@
3232

3333
<properties>
3434
<javaVersion>7</javaVersion>
35+
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
3536
</properties>
3637

3738
<contributors>
@@ -118,25 +119,6 @@
118119
</execution>
119120
</executions>
120121
</plugin>
121-
<plugin>
122-
<groupId>org.apache.maven.plugins</groupId>
123-
<artifactId>maven-enforcer-plugin</artifactId>
124-
<executions>
125-
<execution>
126-
<id>enforce-java</id>
127-
<goals>
128-
<goal>enforce</goal>
129-
</goals>
130-
<configuration>
131-
<rules>
132-
<requireJavaVersion>
133-
<version>1.7.0</version>
134-
</requireJavaVersion>
135-
</rules>
136-
</configuration>
137-
</execution>
138-
</executions>
139-
</plugin>
140122
<plugin>
141123
<groupId>org.apache.maven.plugins</groupId>
142124
<artifactId>maven-scm-publish-plugin</artifactId>

0 commit comments

Comments
 (0)