You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/12/12 21:06:53 UTC

[maven-release] branch master updated: MRELEASE-1035 upgraded maven-plugin-tools and plexus-component-metadata to reproducible versions

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1123e3b  MRELEASE-1035 upgraded maven-plugin-tools and plexus-component-metadata to reproducible versions
1123e3b is described below

commit 1123e3befc84fd2b3a29a77b2c04ca2aee49a494
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Dec 12 22:05:58 2019 +0100

    MRELEASE-1035 upgraded maven-plugin-tools and plexus-component-metadata to reproducible versions
---
 maven-release-plugin/pom.xml | 2 +-
 pom.xml                      | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/maven-release-plugin/pom.xml b/maven-release-plugin/pom.xml
index 99cf409..f9d4212 100644
--- a/maven-release-plugin/pom.xml
+++ b/maven-release-plugin/pom.xml
@@ -39,7 +39,7 @@
   </prerequisites>
 
   <properties>
-    <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
+    <mavenPluginPluginVersion>3.6.0</mavenPluginPluginVersion>
   </properties>
   
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 869add0..4782f72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,11 @@
           <artifactId>maven-assembly-plugin</artifactId>
           <version>3.2.0</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-component-metadata</artifactId>
+          <version>2.1.0</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>