o fix reference to script

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471570 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-11-05 23:31:36 +00:00
parent 099089e837
commit f482076260
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
echo "Running Maven 1.x to Maven 2.x conversion ..."
(
$REPOCLEAN/m1-m2-conversion.sh $syncProperties
$REPOCLEAN/convert-m1-m2.sh $syncProperties
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
)
retval=$?; if [ $retval != 0 ]; then exit $retval; fi