You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2013/04/19 22:01:06 UTC

git commit: updated refs/heads/4.1 to d092151

Updated Branches:
  refs/heads/4.1 5dbf51b99 -> d0921510d


Adding -P for vmware and developer to mvn version:set call in build script

Signed-off-by: Chip Childers <ch...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d0921510
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d0921510
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d0921510

Branch: refs/heads/4.1
Commit: d0921510d65b5a7a2d7df6275b01ddc427f1b100
Parents: 5dbf51b
Author: Chip Childers <ch...@apache.org>
Authored: Fri Apr 19 16:00:17 2013 -0400
Committer: Chip Childers <ch...@apache.org>
Committed: Fri Apr 19 16:00:17 2013 -0400

----------------------------------------------------------------------
 tools/build/build_asf.sh |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d0921510/tools/build/build_asf.sh
----------------------------------------------------------------------
diff --git a/tools/build/build_asf.sh b/tools/build/build_asf.sh
index 98ad6d1..4444156 100755
--- a/tools/build/build_asf.sh
+++ b/tools/build/build_asf.sh
@@ -86,12 +86,10 @@ git checkout $branch
 git pull origin $branch
 
 echo 'setting version numbers'
-mvn versions:set -DnewVersion=$version
+mvn versions:set -DnewVersion=$version -P vmware -P developer
 mv deps/XenServerJava/pom.xml.versionsBackup deps/XenServerJava/pom.xml
 git clean -f
 
-######## TODO: figure out vmware-base/pom.xml, developer/pom.xml, plugins/network-elements/midokura-midonet/pom.xml
-
 echo 'commit changes'
 git commit -a -s -m "Updating pom.xml version numbers for release $version"
 COMMITSH=`git show HEAD | head -n 1 | cut -d ' ' -f 2`