Repository: brooklyn-dist
Updated Branches:
  refs/heads/master b1b6ced2c -> bf3a88249


Don't run mvn in change-version.sh

target folders are already excluded in the find command. Remove call to mvn 
clean because the project could hit unresolved dependencies (in the case of 
using a custom repo location). Also speeds up the execution.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/3095943f
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/3095943f
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/3095943f

Branch: refs/heads/master
Commit: 3095943f05d9acdeded0d5ba5bf446460c7b3a16
Parents: adca2d1
Author: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Authored: Wed Jun 15 15:23:24 2016 +0300
Committer: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Committed: Wed Jun 15 15:23:24 2016 +0300

----------------------------------------------------------------------
 release/change-version.sh | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/3095943f/release/change-version.sh
----------------------------------------------------------------------
diff --git a/release/change-version.sh b/release/change-version.sh
index 4f658d9..383d9c5 100755
--- a/release/change-version.sh
+++ b/release/change-version.sh
@@ -40,9 +40,6 @@ else
   exit 1
 fi
 
-# remove binaries and stuff
-if [ -f pom.xml ] && [ -d target ] ; then mvn clean ; fi
-
 VERSION_MARKER_NL=${VERSION_MARKER}_BELOW
 CURRENT_VERSION=$1
 NEW_VERSION=$2

Reply via email to