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/16 21:09:28 UTC

svn commit: r289635 - in /maven/components/trunk/maven-core-it: it0010/pom.xml it0011/pom.xml it0013/pom.xml it0015/pom.xml it0020/pom.xml it2000/plugin/pom.xml

Author: brett
Date: Fri Sep 16 12:09:21 2005
New Revision: 289635

URL: http://svn.apache.org/viewcvs?rev=289635&view=rev
Log:
updated apis

Modified:
    maven/components/trunk/maven-core-it/it0010/pom.xml
    maven/components/trunk/maven-core-it/it0011/pom.xml
    maven/components/trunk/maven-core-it/it0013/pom.xml
    maven/components/trunk/maven-core-it/it0015/pom.xml
    maven/components/trunk/maven-core-it/it0020/pom.xml
    maven/components/trunk/maven-core-it/it2000/plugin/pom.xml

Modified: maven/components/trunk/maven-core-it/it0010/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0010/pom.xml?rev=289635&r1=289634&r2=289635&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0010/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0010/pom.xml Fri Sep 16 12:09:21 2005
@@ -8,7 +8,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0-beta-1-SNAPSHOT</version>
+      <version>2.0-beta-1</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>

Modified: maven/components/trunk/maven-core-it/it0011/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0011/pom.xml?rev=289635&r1=289634&r2=289635&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0011/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0011/pom.xml Fri Sep 16 12:09:21 2005
@@ -23,7 +23,7 @@
       <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-plugin-api</artifactId>
-        <version>2.0-beta-1-SNAPSHOT</version>
+        <version>2.0-beta-1</version>
         <type>jar</type>
         <scope>compile</scope>
       </dependency>

Modified: maven/components/trunk/maven-core-it/it0013/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0013/pom.xml?rev=289635&r1=289634&r2=289635&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0013/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0013/pom.xml Fri Sep 16 12:09:21 2005
@@ -8,7 +8,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0-beta-1-SNAPSHOT</version>
+      <version>2.0-beta-1</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>

Modified: maven/components/trunk/maven-core-it/it0015/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0015/pom.xml?rev=289635&r1=289634&r2=289635&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0015/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0015/pom.xml Fri Sep 16 12:09:21 2005
@@ -8,12 +8,12 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0-beta-1-SNAPSHOT</version>
+      <version>2.0-beta-1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-script-marmalade</artifactId>
-      <version>2.0-beta-1-SNAPSHOT</version>
+      <version>2.0-beta-1</version>
     </dependency>
     <dependency>
       <groupId>marmalade</groupId>

Modified: maven/components/trunk/maven-core-it/it0020/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0020/pom.xml?rev=289635&r1=289634&r2=289635&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0020/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0020/pom.xml Fri Sep 16 12:09:21 2005
@@ -8,7 +8,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-script-beanshell</artifactId>
-      <version>2.0-beta-1-SNAPSHOT</version>
+      <version>2.0-beta-1</version>
     </dependency>
   </dependencies>
   <build>

Modified: maven/components/trunk/maven-core-it/it2000/plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it2000/plugin/pom.xml?rev=289635&r1=289634&r2=289635&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it2000/plugin/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it2000/plugin/pom.xml Fri Sep 16 12:09:21 2005
@@ -9,7 +9,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0-beta-1-SNAPSHOT</version>
+      <version>2.0-beta-1</version>
     </dependency>
   </dependencies>
 



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