You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/03/31 10:20:33 UTC

[maven-resolver-ant-tasks] 07/11: [MRESOLVER-77] Upgrade Sisu Plexus to 0.3.3

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git

commit 35b8d094a77e8c083d5fc831a5030c59093c813d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Mar 31 11:57:33 2019 +0200

    [MRESOLVER-77] Upgrade Sisu Plexus to 0.3.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 443c886..633a18d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@
     <dependency>
       <groupId>org.eclipse.sisu</groupId>
       <artifactId>org.eclipse.sisu.plexus</artifactId>
-      <version>0.1.1</version>
+      <version>0.3.3</version>
       <exclusions>
         <exclusion>
           <groupId>com.google.guava</groupId>