fixed build_asf.sh so that the xapi version is not affected

This commit is contained in:
Abhinandan Prateek 2013-12-13 11:35:48 +05:30
parent c494064c0d
commit 2b34dc509a
1 changed files with 0 additions and 2 deletions

View File

@ -91,8 +91,6 @@ echo "found $currentversion"
echo 'setting version numbers'
mvn versions:set -DnewVersion=$version -P vmware -P developer -P systemvm -P simulator -P baremetal -P ucs -Dnonoss
mv deps/XenServerJava/pom.xml.versionsBackup deps/XenServerJava/pom.xml
perl -pi -e "s/-SNAPSHOT//" deps/XenServerJava/pom.xml
perl -pi -e "s/-SNAPSHOT//" tools/apidoc/pom.xml
case "$currentversion" in
*-SNAPSHOT*)