Repository: cloudstack Updated Branches: refs/heads/4.3 58bbe165f -> 63af61732
Fix XenServer xapi artifact build script error Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/63af6173 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/63af6173 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/63af6173 Branch: refs/heads/4.3 Commit: 63af61732a3b2049dda7e5334424ad8d3a7ccb63 Parents: 58bbe16 Author: Sebastien Goasguen <run...@gmail.com> Authored: Wed Sep 10 14:53:38 2014 +0200 Committer: Sebastien Goasguen <run...@gmail.com> Committed: Wed Sep 10 14:53:38 2014 +0200 ---------------------------------------------------------------------- tools/build/build_asf.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/63af6173/tools/build/build_asf.sh ---------------------------------------------------------------------- diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh index 6170cd5..b560b20 100755 --- a/tools/build/build_asf.sh +++ b/tools/build/build_asf.sh @@ -92,6 +92,7 @@ echo "found $currentversion" echo 'setting version numbers' mvn versions:set -DnewVersion=$version -P vmware -P developer -P systemvm -P simulator -P baremetal -P ucs -Dnoredist mv deps/XenServerJava/pom.xml.versionsBackup deps/XenServerJava/pom.xml +perl -pi -e "s/<cs.xapi.version>5.6.100-1-SNAPSHOT<\/cs.xapi.version>/<cs.xapi.version>5.6.100-1<\/cs.xapi.version>/" pom.xml perl -pi -e "s/-SNAPSHOT//" deps/XenServerJava/pom.xml perl -pi -e "s/-SNAPSHOT//" tools/apidoc/pom.xml case "$currentversion" in