Skip to content

Commit f9e9bef

Browse files
committed
activate Reproducible Builds
1 parent e1304dd commit f9e9bef

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

pom.xml

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>org.codehaus.plexus</groupId>
2424
<artifactId>plexus</artifactId>
25-
<version>6.0</version>
25+
<version>6.1</version>
2626
</parent>
2727

2828
<artifactId>plexus-utils</artifactId>
@@ -50,6 +50,10 @@ limitations under the License.
5050
</site>
5151
</distributionManagement>
5252

53+
<properties>
54+
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
55+
</properties>
56+
5357
<dependencies>
5458
<dependency>
5559
<groupId>org.apache.maven.shared</groupId>
@@ -120,25 +124,6 @@ limitations under the License.
120124
</systemProperties>
121125
</configuration>
122126
</plugin>
123-
<plugin>
124-
<groupId>org.apache.maven.plugins</groupId>
125-
<artifactId>maven-enforcer-plugin</artifactId>
126-
<executions>
127-
<execution>
128-
<id>enforce-java</id>
129-
<goals>
130-
<goal>enforce</goal>
131-
</goals>
132-
<configuration>
133-
<rules>
134-
<requireJavaVersion>
135-
<version>1.7.0</version>
136-
</requireJavaVersion>
137-
</rules>
138-
</configuration>
139-
</execution>
140-
</executions>
141-
</plugin>
142127
</plugins>
143128
</build>
144129

0 commit comments

Comments
 (0)