o updating plexus and classworlds with latest releases

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@491181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-12-30 06:34:51 +00:00
parent f83fa2a5f2
commit 8353b90fc1
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
classworlds.version=1.2-alpha-5
plexus.version=1.0-alpha-14
classworlds.version=1.2-alpha-6
plexus.version=1.0-alpha-15
plexus-archiver.version=1.0-alpha-8-SNAPSHOT
plexus-utils.version=1.2
plexus-interactivity-api.version=1.0-alpha-4

6
ci.sh
View File

@ -23,7 +23,12 @@
# Need to override the local repo
# Need a command line option for this
# 2.1-SNAPSHOT https://svn.apache.org/repos/asf/maven/components/trunk ant
# 2.0.5-SNAPSHOT https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x bootstrap.sh
# 2.0.4 https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.4 bootstrap.sh
buildDirectory=/tmp/maven
mavenVersion=maven-2.1-SNAPSHOT
mavenHome=$buildDirectory/$mavenVersion
settings=$buildDirectory/settings.xml
@ -45,6 +50,7 @@ mkdir -p $buildDirectory
(
cd $buildDirectory
svn co https://svn.apache.org/repos/asf/maven/components/trunk maven-trunk
svn co https://svn.apache.org/repos/asf/maven/components/branches/2.0.x maven-2.0.x
svn co https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk mits-trunk
# Build the selected version of Maven