o move little version runner to maven-it as a reminder

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-23 01:34:48 +00:00
parent 9147b32fcc
commit 697d240f00
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/bin/sh
m2Versions="2.0.1 2.0.2 2.0.3 2.0.4"
for i in $m2Versions
do
echo "Testing against version $i"
M2_HOME=$HOME/maven-${i}
mvn clean test
done