Author: brett
Date: Wed Jun 13 22:58:45 2007
New Revision: 547137
URL: http://svn.apache.org/viewvc?view=rev&rev=547137
Log:
fix some dangling references
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
maven/components/branches/maven-2.0.x/pom.xml
Modified:
maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/pom.xml?view=diff&rev=547137&r1=547136&r2=547137
==============================================================================
--- 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
Wed Jun 13 22:58:45 2007
@@ -24,14 +24,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.bootstrap</groupId>
<artifactId>bootstrap-installer</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.8-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.7-SNAPSHOT</version>
+ <version>2.0.8-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/viewvc/maven/components/branches/maven-2.0.x/bootstrap/bootstrap-installer/src/main/resources/META-INF/MANIFEST.MF?view=diff&rev=547137&r1=547136&r2=547137
==============================================================================
---
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
Wed Jun 13 22:58:45 2007
@@ -1,3 +1,3 @@
Manifest-Version: 1.0
Main-Class: org.apache.maven.bootstrap.installer.BootstrapInstaller
-Class-Path: bootstrap-mini-2.0.7-SNAPSHOT.jar plexus-utils-1.0.4.jar
+Class-Path: bootstrap-mini-2.0.8-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/viewvc/maven/components/branches/maven-2.0.x/bootstrap/bootstrap-mini/pom.xml?view=diff&rev=547137&r1=547136&r2=547137
==============================================================================
--- 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 Wed
Jun 13 22:58:45 2007
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.bootstrap</groupId>
<artifactId>bootstrap-mini</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.8-SNAPSHOT</version>
<name>Maven Bootstrap Mini Builder</name>
<description>Tool used to bootstrap m2.</description>
</project>
Modified: maven/components/branches/maven-2.0.x/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?view=diff&rev=547137&r1=547136&r2=547137
==============================================================================
--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Wed Jun 13 22:58:45 2007
@@ -127,7 +127,7 @@
</dependency>
</dependencies>
<properties>
- <mavenVersion>2.0.7-SNAPSHOT</mavenVersion>
+ <mavenVersion>2.0.8-SNAPSHOT</mavenVersion>
</properties>
<dependencyManagement>
<dependencies>