Author: jdcasey
Date: Thu Aug  4 20:41:50 2011
New Revision: 1154000

URL: http://svn.apache.org/viewvc?rev=1154000&view=rev
Log:
put the mae-library-bom first, so the proper version of sisu gets used...then, 
remove the version here and let the BOM manage it.

Modified:
    maven/sandbox/trunk/mae/mae-api/pom.xml

Modified: maven/sandbox/trunk/mae/mae-api/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/mae/mae-api/pom.xml?rev=1154000&r1=1153999&r2=1154000&view=diff
==============================================================================
--- maven/sandbox/trunk/mae/mae-api/pom.xml (original)
+++ maven/sandbox/trunk/mae/mae-api/pom.xml Thu Aug  4 20:41:50 2011
@@ -31,16 +31,16 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven</artifactId>
-        <version>${mavenVersion}</version>
+        <groupId>org.apache.maven.mae</groupId>
+        <artifactId>mae-library-bom</artifactId>
+        <version>${project.version}</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
-        <groupId>org.apache.maven.mae</groupId>
-        <artifactId>mae-library-bom</artifactId>
-        <version>${project.version}</version>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven</artifactId>
+        <version>${mavenVersion}</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -86,7 +86,6 @@
     <dependency>
        <groupId>org.sonatype.sisu</groupId>
        <artifactId>sisu-inject-plexus</artifactId>
-       <version>2.1.1-selectable-1-SNAPSHOT</version>
     </dependency>
   </dependencies>
   


Reply via email to