You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/02/07 14:53:05 UTC

[maven-dependency-tree] branch MSHARED-850 created (now b169861)

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

rfscholte pushed a change to branch MSHARED-850
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git.


      at b169861  Upgrade org.eclipse.aether:aether-util dependency in org.apache.maven.shared:maven-dependency-tree

This branch includes the following new commits:

     new b169861  Upgrade org.eclipse.aether:aether-util dependency in org.apache.maven.shared:maven-dependency-tree

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-dependency-tree] 01/01: Upgrade org.eclipse.aether:aether-util dependency in org.apache.maven.shared:maven-dependency-tree

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

rfscholte pushed a commit to branch MSHARED-850
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git

commit b169861635ea45796b5469fb27b1f08d3eb630f3
Author: Tomo Suzuki <su...@google.com>
AuthorDate: Wed Jan 8 13:02:20 2020 -0500

    Upgrade org.eclipse.aether:aether-util dependency in org.apache.maven.shared:maven-dependency-tree
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e505c81..a5be89e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,13 +86,13 @@
     <dependency>
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-api</artifactId>
-      <version>0.9.0.M2</version>
+      <version>1.1.0</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-util</artifactId>
-      <version>0.9.0.M2</version>
+      <version>1.1.0</version>
       <exclusions>
         <exclusion>
           <groupId>org.eclipse.aether</groupId>