You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/08/26 19:19:59 UTC

svn commit: r689139 - in /maven/components/branches/maven-2.1.0-RC: maven-reporting/maven-reporting-api/pom.xml maven-script/maven-script-ant/pom.xml maven-script/maven-script-beanshell/pom.xml maven-toolchain/pom.xml

Author: jdcasey
Date: Tue Aug 26 10:19:58 2008
New Revision: 689139

URL: http://svn.apache.org/viewvc?rev=689139&view=rev
Log:
Fix versions that lagged behind.

Modified:
    maven/components/branches/maven-2.1.0-RC/maven-reporting/maven-reporting-api/pom.xml
    maven/components/branches/maven-2.1.0-RC/maven-script/maven-script-ant/pom.xml
    maven/components/branches/maven-2.1.0-RC/maven-script/maven-script-beanshell/pom.xml
    maven/components/branches/maven-2.1.0-RC/maven-toolchain/pom.xml

Modified: maven/components/branches/maven-2.1.0-RC/maven-reporting/maven-reporting-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-reporting/maven-reporting-api/pom.xml?rev=689139&r1=689138&r2=689139&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.0-RC/maven-reporting/maven-reporting-api/pom.xml (original)
+++ maven/components/branches/maven-2.1.0-RC/maven-reporting/maven-reporting-api/pom.xml Tue Aug 26 10:19:58 2008
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>maven-reporting</artifactId>
     <groupId>org.apache.maven.reporting</groupId>
-    <version>2.0.10-RC12-SNAPSHOT</version>
+    <version>2.1.0-RC12-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-reporting-api</artifactId>

Modified: maven/components/branches/maven-2.1.0-RC/maven-script/maven-script-ant/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-script/maven-script-ant/pom.xml?rev=689139&r1=689138&r2=689139&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.0-RC/maven-script/maven-script-ant/pom.xml (original)
+++ maven/components/branches/maven-2.1.0-RC/maven-script/maven-script-ant/pom.xml Tue Aug 26 10:19:58 2008
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>maven-script</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-RC12-SNAPSHOT</version>
+    <version>2.1.0-RC12-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-script-ant</artifactId>

Modified: maven/components/branches/maven-2.1.0-RC/maven-script/maven-script-beanshell/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-script/maven-script-beanshell/pom.xml?rev=689139&r1=689138&r2=689139&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.0-RC/maven-script/maven-script-beanshell/pom.xml (original)
+++ maven/components/branches/maven-2.1.0-RC/maven-script/maven-script-beanshell/pom.xml Tue Aug 26 10:19:58 2008
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>maven-script</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>2.0.10-RC12-SNAPSHOT</version>
+    <version>2.1.0-RC12-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-script-beanshell</artifactId>

Modified: maven/components/branches/maven-2.1.0-RC/maven-toolchain/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.0-RC/maven-toolchain/pom.xml?rev=689139&r1=689138&r2=689139&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.0-RC/maven-toolchain/pom.xml (original)
+++ maven/components/branches/maven-2.1.0-RC/maven-toolchain/pom.xml Tue Aug 26 10:19:58 2008
@@ -18,12 +18,10 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>2.0.10-RC12-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
-      <version>2.0.10-RC12-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>