Skip to content

Commit 33adee4

Browse files
committed
activate Reproducible Builds
1 parent 2b17500 commit 33adee4

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

pom.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
77
<artifactId>plexus-components</artifactId>
8-
<version>4.0</version>
8+
<version>6.1</version>
99
</parent>
1010

1111
<artifactId>plexus-resources</artifactId>
@@ -31,6 +31,10 @@
3131
</site>
3232
</distributionManagement>
3333

34+
<properties>
35+
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
36+
</properties>
37+
3438
<dependencies>
3539
<dependency>
3640
<groupId>org.codehaus.plexus</groupId>
@@ -56,15 +60,6 @@
5660
</dependencies>
5761

5862
<build>
59-
<pluginManagement>
60-
<plugins>
61-
<plugin>
62-
<groupId>org.apache.maven.plugins</groupId>
63-
<artifactId>maven-site-plugin</artifactId>
64-
<version>3.4</version>
65-
</plugin>
66-
</plugins>
67-
</pluginManagement>
6863
<plugins>
6964
<plugin>
7065
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)