You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/07 22:16:04 UTC

[maven] branch MNG-6872 created (now cc7892b)

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

slachiewicz pushed a change to branch MNG-6872
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at cc7892b  MNG-6872 (tests) update plexus-utils to 3.3.0

This branch includes the following new commits:

     new cc7892b  MNG-6872 (tests) update plexus-utils to 3.3.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: MNG-6872 (tests) update plexus-utils to 3.3.0

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MNG-6872
in repository https://gitbox.apache.org/repos/asf/maven.git

commit cc7892bd83d3485c9ddb6383f49f685fc2b59694
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 7 23:15:45 2020 +0100

    MNG-6872 (tests) update plexus-utils to 3.3.0
---
 maven-core/src/test/resources-project-builder/micromailer/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-core/src/test/resources-project-builder/micromailer/pom.xml b/maven-core/src/test/resources-project-builder/micromailer/pom.xml
index a132954..44f1cd9 100644
--- a/maven-core/src/test/resources-project-builder/micromailer/pom.xml
+++ b/maven-core/src/test/resources-project-builder/micromailer/pom.xml
@@ -48,7 +48,7 @@
 		<dependency>
 			<groupId>org.codehaus.plexus</groupId>
 			<artifactId>plexus-utils</artifactId>
-			<version>1.5.5</version>
+			<version>3.3.0</version>
 			<type>jar</type>
 			<scope>compile</scope>
 		</dependency>