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 2021/11/14 13:46:52 UTC

[maven-resolver-ant-tasks] branch master updated (57b9af8 -> ceeb4e9)

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

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


    from 57b9af8  [MRESOLVER-215] - java7 improvement:
     new d21ca3f  [MRESOLVER-207] Upgrade Plexus Interpolation to 1.26
     new ceeb4e9  [MRESOLVER-208] Upgrade Sisu to 0.3.5

The 2 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.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[maven-resolver-ant-tasks] 02/02: [MRESOLVER-208] Upgrade Sisu to 0.3.5

Posted by mi...@apache.org.
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 ceeb4e91ec58f8ea51e0a0788d867d1a371fcb79
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Nov 14 14:46:31 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index d27b4d3..210111c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>org.eclipse.sisu</groupId>
       <artifactId>org.eclipse.sisu.plexus</artifactId>
-      <version>0.3.3</version>
+      <version>0.3.5</version>
       <exclusions>
         <exclusion>
           <groupId>com.google.guava</groupId>

[maven-resolver-ant-tasks] 01/02: [MRESOLVER-207] Upgrade Plexus Interpolation to 1.26

Posted by mi...@apache.org.
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 d21ca3f04b7525fab7d2176177210eab84c3a30d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Nov 14 14:45:51 2021 +0100

    [MRESOLVER-207] Upgrade Plexus Interpolation to 1.26
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 46f6bcc..d27b4d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.25</version>
+      <version>1.26</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.sisu</groupId>