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/02/03 07:50:31 UTC

[maven-parent] branch master updated: [MPOM-212] get reproducible generated plexus/components.xml

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 44eee09  [MPOM-212] get reproducible generated plexus/components.xml
44eee09 is described below

commit 44eee0997cc74594563e732cc0f2af6148cdfa34
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Feb 3 08:43:28 2019 +0100

    [MPOM-212] get reproducible generated plexus/components.xml
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8802e9b..df0ded1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -959,7 +959,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>
-          <version>1.7.1</version>
+          <version>2.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>