Author: ogusakov
Date: Tue Sep 30 15:22:03 2008
New Revision: 700609

URL: http://svn.apache.org/viewvc?rev=700609&view=rev
Log:
prepare to un-uber

Modified:
    maven/components/branches/2.2.0-M1-MNG-3759/maven-core-it-runner/pom.xml
    maven/components/branches/2.2.0-M1-MNG-3759/pom.xml

Modified: 
maven/components/branches/2.2.0-M1-MNG-3759/maven-core-it-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/2.2.0-M1-MNG-3759/maven-core-it-runner/pom.xml?rev=700609&r1=700608&r2=700609&view=diff
==============================================================================
--- maven/components/branches/2.2.0-M1-MNG-3759/maven-core-it-runner/pom.xml 
(original)
+++ maven/components/branches/2.2.0-M1-MNG-3759/maven-core-it-runner/pom.xml 
Tue Sep 30 15:22:03 2008
@@ -48,7 +48,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.maven</groupId>
-            <artifactId>apache-maven</artifactId>
+            <artifactId>maven-distribution</artifactId>
             <version>${project.version}</version>
             <classifier>bin</classifier>
             <type>tar.gz</type>
@@ -71,7 +71,7 @@
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>org.apache.maven</groupId>
-                                    <artifactId>apache-maven</artifactId>
+                                    <artifactId>maven-distribution</artifactId>
                                     <version>${project.version}</version>
                                     <classifier>bin</classifier>
                                     <type>tar.gz</type>

Modified: maven/components/branches/2.2.0-M1-MNG-3759/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/2.2.0-M1-MNG-3759/pom.xml?rev=700609&r1=700608&r2=700609&view=diff
==============================================================================
--- maven/components/branches/2.2.0-M1-MNG-3759/pom.xml (original)
+++ maven/components/branches/2.2.0-M1-MNG-3759/pom.xml Tue Sep 30 15:22:03 2008
@@ -130,7 +130,7 @@
           <target>1.5</target>
         </configuration>
       </plugin>
-    
+<!--     
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
@@ -142,6 +142,7 @@
           </execution>
         </executions>
       </plugin>
+  -->
     </plugins>
     <pluginManagement>
       <plugins>
@@ -278,7 +279,7 @@
     <module>maven-script</module>
     <module>maven-settings</module>
     <module>maven-toolchain</module>
-    <module>apache-maven</module>
+    <module>maven-distribution</module>
   </modules>
 
   <properties>


Reply via email to