From 1bb845492ee40d8708229116a9913bf651806c82 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Fri, 17 Aug 2007 06:01:00 +0000 Subject: [PATCH] o now that i can get online, i can adjust for the movement of m-a git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@566927 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties | 1 + build.xml | 58 +++---------------------------------------- maven-core/pom.xml | 3 +-- maven-project/pom.xml | 3 +-- pom.xml | 6 ++++- 5 files changed, 11 insertions(+), 60 deletions(-) diff --git a/build.properties b/build.properties index cff603977f..5e5b37fceb 100644 --- a/build.properties +++ b/build.properties @@ -19,6 +19,7 @@ classworlds.version=1.2-alpha-9 plexus-active-collections.version=1.0-beta-1 plexus.version=1.0-alpha-30 plexus-utils.version=1.4.5 +maven-artifact.version=3.0-SNAPSHOT commons-cli.version=1.0 wagon.version=1.0-beta-2 doxia.version=1.0-alpha-9-SNAPSHOT diff --git a/build.xml b/build.xml index fc36d36de9..9a6fa7faba 100644 --- a/build.xml +++ b/build.xml @@ -137,6 +137,7 @@ under the License. + + + @@ -221,7 +224,6 @@ under the License. - @@ -277,9 +279,6 @@ under the License. - @@ -292,56 +291,6 @@ under the License. The new Maven distribution was created as part of the MAVEN-COMPILE step, above. This goal just validates the presence of that distribution. - - - @@ -450,7 +399,6 @@ load ${bootstrapDir}/target/classes Resolved version ${fileversion} (given=${version}) - diff --git a/maven-core/pom.xml b/maven-core/pom.xml index 9bf47417d8..c482a09657 100644 --- a/maven-core/pom.xml +++ b/maven-core/pom.xml @@ -66,9 +66,8 @@ under the License. 2.1-SNAPSHOT - org.apache.maven + org.apache.maven.artifact maven-artifact - 2.1-SNAPSHOT org.codehaus.plexus diff --git a/maven-project/pom.xml b/maven-project/pom.xml index 6b2c2c3217..c6175295c1 100644 --- a/maven-project/pom.xml +++ b/maven-project/pom.xml @@ -57,9 +57,8 @@ under the License. plexus-utils - org.apache.maven + org.apache.maven.artifact maven-artifact - 2.1-SNAPSHOT org.codehaus.plexus diff --git a/pom.xml b/pom.xml index ae0add4efe..fd10e7e883 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,6 @@ under the License. - maven-artifact maven-build-context maven-core maven-error-diagnostics @@ -181,6 +180,11 @@ under the License. wagon-ssh-external ${wagonVersion} + + org.apache.maven.artifact + maven-artifact + 3.0-SNAPSHOT + easymock easymock