mirror of https://github.com/apache/cloudstack.git
Revert "fixed build_asf.sh so that the xapi version is not affected"
This reverts commit 2b34dc509a.
This commit is contained in:
parent
f2683e894a
commit
1010702f3f
|
|
@ -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*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue