update snapshots in CI

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@185101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-07 00:07:49 +00:00
parent e7ad1e9433
commit 81aa1b6b90
1 changed files with 1 additions and 1 deletions

2
ci.sh
View File

@ -119,7 +119,7 @@ fi
(
cd $DIR/maven-components
sh m2-bootstrap-all.sh -Dmaven.repo.local="$HOME_DIR/$REPO" -Dmaven.home="$M2_HOME"
sh m2-bootstrap-all.sh -Dmaven.repo.local="$HOME_DIR/$REPO" -Dmaven.home="$M2_HOME" --update-snapshots
ret=$?; if [ $ret != 0 ]; then exit $ret; fi
)
ret=$?; if [ $ret != 0 ]; then exit $ret; fi