Updated to org.apache.maven:maven-aether-provider:3.1.0

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

Branch: refs/heads/master
Commit: 6a4d91451fa8a25a9a410dc48a7c500885ece6b3
Parents: 5f0c0e8
Author: Benjamin Bentmann <bentm...@sonatype.com>
Authored: Sat Jul 27 13:26:09 2013 +0200
Committer: Benjamin Bentmann <bentm...@sonatype.com>
Committed: Sat Jul 27 13:26:09 2013 +0200

----------------------------------------------------------------------
 aether-demo-maven-plugin/pom.xml | 12 ++++++------
 aether-demo-snippets/pom.xml     |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/6a4d9145/aether-demo-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/aether-demo-maven-plugin/pom.xml b/aether-demo-maven-plugin/pom.xml
index 0f546b9..85a6209 100644
--- a/aether-demo-maven-plugin/pom.xml
+++ b/aether-demo-maven-plugin/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
- ~ Copyright (c) 2010, 2011 Sonatype, Inc.
+ ~ Copyright (c) 2010, 2013 Sonatype, Inc.
  ~ All rights reserved. This program and the accompanying materials
  ~ are made available under the terms of the Eclipse Public License v1.0
  ~ which accompanies this distribution, and is available at
@@ -30,12 +30,12 @@
   <inceptionYear>2010</inceptionYear>
 
   <prerequisites>
-    <maven>3.0.4</maven>
+    <maven>3.1.0</maven>
   </prerequisites>
 
   <properties>
-    <mavenVersion>3.0</mavenVersion>
-    <aetherVersion>0.9.0-SNAPSHOT</aetherVersion>
+    <mavenVersion>3.1.0</mavenVersion>
+    <aetherVersion>0.9.0.M2</aetherVersion>
   </properties>
 
   <dependencies>
@@ -53,8 +53,8 @@
           <artifactId>maven-artifact</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.sonatype.sisu</groupId>
-          <artifactId>sisu-inject-plexus</artifactId>
+          <groupId>org.eclipse.sisu</groupId>
+          <artifactId>org.eclipse.sisu.plexus</artifactId>
         </exclusion>
       </exclusions>
     </dependency>

http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/6a4d9145/aether-demo-snippets/pom.xml
----------------------------------------------------------------------
diff --git a/aether-demo-snippets/pom.xml b/aether-demo-snippets/pom.xml
index c91d19e..71adc0a 100644
--- a/aether-demo-snippets/pom.xml
+++ b/aether-demo-snippets/pom.xml
@@ -80,7 +80,7 @@
       <version>${aetherVersion}</version>
     </dependency>
     <dependency>
-      <groupId>io.tesla.maven</groupId>
+      <groupId>org.apache.maven</groupId>
       <artifactId>maven-aether-provider</artifactId>
       <version>${mavenVersion}</version>
     </dependency>

Reply via email to