Updated Branches:
  refs/heads/aether-M3 [created] 604bf2545

o testing eclipse aether 0.9.0.M3. looks good with the ITs


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/604bf254
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/604bf254
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/604bf254

Branch: refs/heads/aether-M3
Commit: 604bf25450be1225c2e856d2045b871d8840376e
Parents: a58b918
Author: Jason van Zyl <ja...@tesla.io>
Authored: Sun Jul 28 19:23:19 2013 -0400
Committer: Jason van Zyl <ja...@tesla.io>
Committed: Sun Jul 28 19:23:19 2013 -0400

----------------------------------------------------------------------
 apache-maven/pom.xml          | 8 ++++++--
 maven-aether-provider/pom.xml | 7 ++++++-
 maven-compat/pom.xml          | 7 ++++++-
 pom.xml                       | 9 +++++++--
 4 files changed, 25 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/604bf254/apache-maven/pom.xml
----------------------------------------------------------------------
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 4b8c579..46e8a05 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -81,7 +81,11 @@
     </dependency>
     <dependency>
       <groupId>org.eclipse.aether</groupId>
-      <artifactId>aether-connector-wagon</artifactId>
+      <artifactId>aether-connector-basic</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.aether</groupId>
+      <artifactId>aether-transport-wagon</artifactId>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -96,7 +100,7 @@
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-remote-resources-plugin</artifactId>
-            <version>1.5-SNAPSHOT</version>
+            <version>1.5</version>
         </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>

http://git-wip-us.apache.org/repos/asf/maven/blob/604bf254/maven-aether-provider/pom.xml
----------------------------------------------------------------------
diff --git a/maven-aether-provider/pom.xml b/maven-aether-provider/pom.xml
index 9235f1c..d3541a4 100644
--- a/maven-aether-provider/pom.xml
+++ b/maven-aether-provider/pom.xml
@@ -85,7 +85,12 @@ under the License.
     <!-- Testing -->
     <dependency>
       <groupId>org.eclipse.aether</groupId>
-      <artifactId>aether-connector-wagon</artifactId>
+      <artifactId>aether-connector-basic</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.aether</groupId>
+      <artifactId>aether-transport-wagon</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/maven/blob/604bf254/maven-compat/pom.xml
----------------------------------------------------------------------
diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml
index 9e7374e..746d869 100644
--- a/maven-compat/pom.xml
+++ b/maven-compat/pom.xml
@@ -73,7 +73,12 @@
     </dependency>
     <dependency>
       <groupId>org.eclipse.aether</groupId>
-      <artifactId>aether-connector-wagon</artifactId>
+      <artifactId>aether-connector-basic</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.aether</groupId>
+      <artifactId>aether-transport-wagon</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/maven/blob/604bf254/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a4535a..cd9efff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
     <cipherVersion>1.7</cipherVersion>
     <modelloVersion>1.7</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <aetherVersion>0.9.0.M2</aetherVersion>
+    <aetherVersion>0.9.0.M3</aetherVersion>
     <slf4jVersion>1.7.4</slf4jVersion>
     
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <!-- Control the name of the distribution and information output by mvn -->
@@ -284,7 +284,12 @@
       </dependency>
       <dependency>
         <groupId>org.eclipse.aether</groupId>
-        <artifactId>aether-connector-wagon</artifactId>
+        <artifactId>aether-connector-basic</artifactId>
+        <version>${aetherVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.aether</groupId>
+        <artifactId>aether-transport-wagon</artifactId>
         <version>${aetherVersion}</version>
       </dependency>
       <!--  Commons -->

Reply via email to