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 2006/04/11 01:37:48 UTC

svn commit: r393121 - in /maven/components/branches/maven-2.0.x/bootstrap: bootstrap-installer/pom.xml bootstrap-installer/src/main/resources/META-INF/MANIFEST.MF bootstrap-mini/pom.xml

Author: jdcasey
Date: Mon Apr 10 16:37:48 2006
New Revision: 393121

URL: http://svn.apache.org/viewcvs?rev=393121&view=rev
Log:
Updating bootstrap versions to 2.0.5-SNAPSHOT.

Modified:
    maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/pom.xml
    maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/src/main/resources/META-INF/MANIFEST.MF
    maven/components/branches/maven-2.0.x/bootstrap/bootstrap-mini/pom.xml

Modified: maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/pom.xml?rev=393121&r1=393120&r2=393121&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/pom.xml Mon Apr 10 16:37:48 2006
@@ -3,14 +3,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.bootstrap</groupId>
   <artifactId>bootstrap-installer</artifactId>
-  <version>2.0.4-SNAPSHOT</version>
+  <version>2.0.5-SNAPSHOT</version>
   <name>Maven Bootstrap Installer</name>
   <description>Tool used to bootstrap m2.</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.bootstrap</groupId>
       <artifactId>bootstrap-mini</artifactId>
-      <version>2.0.4-SNAPSHOT</version>
+      <version>2.0.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/src/main/resources/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/src/main/resources/META-INF/MANIFEST.MF?rev=393121&r1=393120&r2=393121&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/src/main/resources/META-INF/MANIFEST.MF (original)
+++ maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/src/main/resources/META-INF/MANIFEST.MF Mon Apr 10 16:37:48 2006
@@ -1,3 +1,3 @@
 Manifest-Version: 1.0
 Main-Class: org.apache.maven.bootstrap.installer.BootstrapInstaller
-Class-Path: bootstrap-mini-2.0.4-SNAPSHOT.jar plexus-utils-1.0.4.jar
+Class-Path: bootstrap-mini-2.0.5-SNAPSHOT.jar plexus-utils-1.0.4.jar

Modified: maven/components/branches/maven-2.0.x/bootstrap/bootstrap-mini/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/bootstrap/bootstrap-mini/pom.xml?rev=393121&r1=393120&r2=393121&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/bootstrap/bootstrap-mini/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/bootstrap/bootstrap-mini/pom.xml Mon Apr 10 16:37:48 2006
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.bootstrap</groupId>
   <artifactId>bootstrap-mini</artifactId>
-  <version>2.0.4-SNAPSHOT</version>
+  <version>2.0.5-SNAPSHOT</version>
   <name>Maven Bootstrap Mini Builder</name>
   <description>Tool used to bootstrap m2.</description>
 </project>