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

This reverts commit 2b34dc509a.
This commit is contained in:
Abhinandan Prateek 2013-12-16 15:10:14 +05:30
parent f2683e894a
commit 1010702f3f
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ 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*)