You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/05/30 08:47:49 UTC

[maven-wrapper-plugin] branch master updated: [MWRAPPER-2] make build Reproducible

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 29d3727  [MWRAPPER-2] make build Reproducible
29d3727 is described below

commit 29d37276b3c56aff93441b9d5d5ebd51a4694b1e
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat May 30 10:47:38 2020 +0200

    [MWRAPPER-2] make build Reproducible
---
 pom.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3e5e5a2..724f652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath />
   </parent>
 
@@ -40,7 +40,7 @@ under the License.
   <inceptionYear>2020</inceptionYear>
 
   <prerequisites>
-    <maven>3.1.0</maven>
+    <maven>${mavenVersion}</maven>
   </prerequisites>
 
   <scm>
@@ -65,7 +65,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.1.1</mavenVersion>
+    <mavenVersion>3.1.0</mavenVersion>
     <javaVersion>8</javaVersion>
   </properties>
 
@@ -82,9 +82,6 @@ under the License.
           <artifactId>maven-project-info-reports-plugin</artifactId>
           <version>3.1.0</version>
           <configuration>
-            <pluginManagementExcludes>
-              <exclude>org.eclipse.m2e:lifecycle-mapping</exclude>
-            </pluginManagementExcludes>
           </configuration>
         </plugin>
       </plugins>