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