Skip to content

Commit f11ff44

Browse files
committed
upgrade parent and activate Reproducible Builds
1 parent 9f342f2 commit f11ff44

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

pom.xml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.codehaus.plexus</groupId>
2323
<artifactId>plexus</artifactId>
24-
<version>5.1</version>
24+
<version>6.1</version>
2525
</parent>
2626

2727
<artifactId>plexus-classworlds</artifactId>
@@ -49,10 +49,11 @@
4949
<url>${project.scm.developerConnection}</url>
5050
</site>
5151
</distributionManagement>
52-
52+
5353
<properties>
5454
<javaVersion>7</javaVersion>
55-
</properties>
55+
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
56+
</properties>
5657

5758
<build>
5859
<pluginManagement>
@@ -64,18 +65,6 @@
6465
<content>${project.reporting.outputDirectory}</content><!-- mono-module doesn't require site:stage -->
6566
</configuration>
6667
</plugin>
67-
<plugin>
68-
<groupId>org.apache.maven.plugins</groupId>
69-
<artifactId>maven-release-plugin</artifactId>
70-
<version>2.5</version>
71-
<configuration>
72-
<localCheckout>true</localCheckout>
73-
<pushChanges>false</pushChanges>
74-
<useReleaseProfile>false</useReleaseProfile>
75-
<goals>deploy</goals>
76-
<arguments>-Pplexus-release</arguments>
77-
</configuration>
78-
</plugin>
7968
</plugins>
8069
</pluginManagement>
8170
<plugins>

0 commit comments

Comments
 (0)