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/10/23 12:53:29 UTC

[maven] 01/03: use plexus-metadata 2.1.0 that fixes merging reprodicibility

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

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

commit 7e24ef8c2a5fc9fd8fa69c84789df318a3e03c40
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Oct 23 14:52:36 2019 +0200

    use plexus-metadata 2.1.0 that fixes merging reprodicibility
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c93f185..22922fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@ under the License.
     <commonsLangVersion>3.8.1</commonsLangVersion>
     <junitVersion>4.12</junitVersion>
     <mockitoVersion>2.21.0</mockitoVersion>
-    <plexusVersion>2.0.0</plexusVersion>
+    <plexusVersion>2.1.0</plexusVersion>
     <plexusInterpolationVersion>1.25</plexusInterpolationVersion>
     <plexusUtilsVersion>3.2.1</plexusUtilsVersion>
     <guiceVersion>4.2.1</guiceVersion>