You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:35:14 UTC

[34/51] [abbrv] brooklyn-dist git commit: change-version: improve echo msg

change-version: improve echo msg

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

Branch: refs/heads/master
Commit: 61128a9b3ae72db9c2302718e409ce816532da2e
Parents: 7f9016f
Author: Aled Sage <al...@gmail.com>
Authored: Mon Jan 25 17:26:15 2016 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Mon Jan 25 17:26:15 2016 +0000

----------------------------------------------------------------------
 brooklyn-dist/release/change-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/61128a9b/brooklyn-dist/release/change-version.sh
----------------------------------------------------------------------
diff --git a/brooklyn-dist/release/change-version.sh b/brooklyn-dist/release/change-version.sh
index 280c245..4b77749 100755
--- a/brooklyn-dist/release/change-version.sh
+++ b/brooklyn-dist/release/change-version.sh
@@ -66,5 +66,5 @@ if [ ${FILES_COUNT} -ne 0 ]; then
     sed -i.bak -e "/${VERSION_MARKER_NL}/{n;s/${CURRENT_VERSION}/${NEW_VERSION}/g;}" $FILES
 fi
 
-echo "Changed ${CURRENT_VERSION} to ${NEW_VERSION} for "${FILES_COUNT}" files"
+echo "Changed ${VERSION_MARKER} from ${CURRENT_VERSION} to ${NEW_VERSION} for "${FILES_COUNT}" files"
 echo "(Do a \`find . -name \"*.bak\" -delete\`  to delete the backup files.)"