You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/11/09 19:36:22 UTC

svn commit: r1713506 - /maven/shared/trunk/maven-common-artifact-filters/pom.xml

Author: khmarbaise
Date: Mon Nov  9 18:36:22 2015
New Revision: 1713506

URL: http://svn.apache.org/viewvc?rev=1713506&view=rev
Log:
Reverted r1712640 [MSHARED-461]

Modified:
    maven/shared/trunk/maven-common-artifact-filters/pom.xml

Modified: maven/shared/trunk/maven-common-artifact-filters/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-common-artifact-filters/pom.xml?rev=1713506&r1=1713505&r2=1713506&view=diff
==============================================================================
--- maven/shared/trunk/maven-common-artifact-filters/pom.xml (original)
+++ maven/shared/trunk/maven-common-artifact-filters/pom.xml Mon Nov  9 18:36:22 2015
@@ -86,25 +86,25 @@
     <dependency>
       <groupId>org.sonatype.aether</groupId>
       <artifactId>aether-api</artifactId>
-      <version>1.13.1</version>
+      <version>1.7</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.sonatype.aether</groupId>
       <artifactId>aether-util</artifactId>
-      <version>1.13.1</version>
+      <version>1.7</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-api</artifactId>
-      <version>1.0.2.v20150114</version>
+      <version>0.9.0.M2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-util</artifactId>
-      <version>1.0.2.v20150114</version>
+      <version>0.9.0.M2</version>
       <scope>provided</scope>
     </dependency>