Repository: cloudstack Updated Branches: refs/heads/4.4 7fe353d49 -> 58a4c7a89
xapi release version dep Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/58a4c7a8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/58a4c7a8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/58a4c7a8 Branch: refs/heads/4.4 Commit: 58a4c7a89158ece348d890774c866e02f52e5d80 Parents: 7fe353d Author: Daan Hoogland <[email protected]> Authored: Mon Jul 14 14:27:08 2014 +0200 Committer: Daan Hoogland <[email protected]> Committed: Wed Jul 16 13:48:52 2014 +0200 ---------------------------------------------------------------------- tools/build/build_asf.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/58a4c7a8/tools/build/build_asf.sh ---------------------------------------------------------------------- diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh index 72f2111..ea9b272 100644 --- 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>6.2.0-1-SNAPSHOT<\/cs.xapi.version>/<cs.xapi.version>6.2.0-1<\/cs.xapi.version>/" pom.xml perl -pi -e "s/-SNAPSHOT//" tools/checkstyle/pom.xml perl -pi -e "s/-SNAPSHOT//" deps/XenServerJava/pom.xml perl -pi -e "s/-SNAPSHOT//" tools/apidoc/pom.xml
