You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/14 06:08:38 UTC

svn commit: r280759 - in /maven/components/trunk: ./ examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/ examples/maven-hello-plugin/ maven-1.x-integration/ maven-mboot2/ maven-plugin-registry/ maven-plugins/ maven-profile/

Author: brett
Date: Tue Sep 13 21:08:29 2005
New Revision: 280759

URL: http://svn.apache.org/viewcvs?rev=280759&view=rev
Log:
some dependency clean up

Modified:
    maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml
    maven/components/trunk/examples/maven-hello-plugin/pom.xml
    maven/components/trunk/maven-1.x-integration/pom.xml
    maven/components/trunk/maven-mboot2/pom.xml
    maven/components/trunk/maven-plugin-registry/pom.xml
    maven/components/trunk/maven-plugins/pom.xml
    maven/components/trunk/maven-profile/pom.xml
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml?rev=280759&r1=280758&r2=280759&view=diff
==============================================================================
--- maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml (original)
+++ maven/components/trunk/examples/maven-clover-plugin-samples/maven-clover-plugin-sample-simple/pom.xml Tue Sep 13 21:08:29 2005
@@ -38,7 +38,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clover-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
         <executions>
           <execution>
             <configuration>

Modified: maven/components/trunk/examples/maven-hello-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/examples/maven-hello-plugin/pom.xml?rev=280759&r1=280758&r2=280759&view=diff
==============================================================================
--- maven/components/trunk/examples/maven-hello-plugin/pom.xml (original)
+++ maven/components/trunk/examples/maven-hello-plugin/pom.xml Tue Sep 13 21:08:29 2005
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-alpha-3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-hello-plugin</artifactId>

Modified: maven/components/trunk/maven-1.x-integration/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-1.x-integration/pom.xml?rev=280759&r1=280758&r2=280759&view=diff
==============================================================================
--- maven/components/trunk/maven-1.x-integration/pom.xml (original)
+++ maven/components/trunk/maven-1.x-integration/pom.xml Tue Sep 13 21:08:29 2005
@@ -3,13 +3,11 @@
   <parent>
     <artifactId>maven</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-beta-1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-1.x-integration</artifactId>
-  <packaging>jar</packaging>
   <name>Maven 1.x Compatibility</name>
-  <version>2.0-SNAPSHOT</version>
   <inceptionYear>2004</inceptionYear>
   <dependencies>
     <dependency>

Modified: maven/components/trunk/maven-mboot2/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-mboot2/pom.xml?rev=280759&r1=280758&r2=280759&view=diff
==============================================================================
--- maven/components/trunk/maven-mboot2/pom.xml (original)
+++ maven/components/trunk/maven-mboot2/pom.xml Tue Sep 13 21:08:29 2005
@@ -15,7 +15,7 @@
     <dependency>
       <groupId>org.codehaus.modello</groupId>
       <artifactId>modello-plugin-xpp3</artifactId>
-      <version>1.0-alpha-4-SNAPSHOT</version>
+      <version>1.0-alpha-4</version>
       <scope>runtime</scope>
     </dependency>
 

Modified: maven/components/trunk/maven-plugin-registry/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugin-registry/pom.xml?rev=280759&r1=280758&r2=280759&view=diff
==============================================================================
--- maven/components/trunk/maven-plugin-registry/pom.xml (original)
+++ maven/components/trunk/maven-plugin-registry/pom.xml Tue Sep 13 21:08:29 2005
@@ -25,7 +25,7 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-5-SNAPSHOT</version>
+        <version>1.0-alpha-4</version>
         <executions>
           <execution>
             <goals>

Modified: maven/components/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/pom.xml?rev=280759&r1=280758&r2=280759&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/pom.xml (original)
+++ maven/components/trunk/maven-plugins/pom.xml Tue Sep 13 21:08:29 2005
@@ -137,17 +137,12 @@
       <dependency>
         <groupId>plexus</groupId>
         <artifactId>plexus-container-default</artifactId>
-        <version>1.0-alpha-6-SNAPSHOT</version>
+        <version>1.0-alpha-6</version>
       </dependency>
       <dependency>
         <groupId>plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-4</version>
+        <version>1.0.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>

Modified: maven/components/trunk/maven-profile/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-profile/pom.xml?rev=280759&r1=280758&r2=280759&view=diff
==============================================================================
--- maven/components/trunk/maven-profile/pom.xml (original)
+++ maven/components/trunk/maven-profile/pom.xml Tue Sep 13 21:08:29 2005
@@ -22,11 +22,6 @@
       <artifactId>maven-model</artifactId>
       <version>2.0-beta-1-SNAPSHOT</version>
     </dependency>
-    <!-- dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0-beta-1-SNAPSHOT</version>
-    </dependency -->
   </dependencies>
   <build>
     <plugins>

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/pom.xml?rev=280759&r1=280758&r2=280759&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Tue Sep 13 21:08:29 2005
@@ -165,12 +165,12 @@
       <dependency>
         <groupId>plexus</groupId>
         <artifactId>plexus-container-default</artifactId>
-        <version>1.0-alpha-6-SNAPSHOT</version>
+        <version>1.0-alpha-6</version>
       </dependency>
       <dependency>
         <groupId>plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.modello</groupId>
@@ -180,7 +180,6 @@
     </dependencies>
   </dependencyManagement>
   <modules>
-    <!-- module>maven-archetype</module -->
     <module>maven-archiver</module>
     <module>maven-artifact</module>
     <module>maven-artifact-manager</module>
@@ -192,12 +191,10 @@
     <module>maven-plugin-api</module>
     <module>maven-plugin-descriptor</module>
     <module>maven-plugin-registry</module>
-    <!-- module>maven-plugins</module -->
     <module>maven-plugin-tools</module>
     <module>maven-profile</module>
     <module>maven-project</module>
     <module>maven-reporting</module>
-    <!-- module>maven-reports</module -->
     <module>maven-script</module>
     <module>maven-settings</module>
   </modules>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org