You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by lr...@apache.org on 2017/07/20 01:37:31 UTC

[45/50] [abbrv] incubator-livy-website git commit: [BAHIR-88] Add release:prepare statement back to script

[BAHIR-88] Add release:prepare statement back to script


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/commit/dcb4bbd2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/tree/dcb4bbd2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/diff/dcb4bbd2

Branch: refs/heads/master
Commit: dcb4bbd2e4d75bc0872ce32c159b03a1d0f90047
Parents: 6d9a4d7
Author: Luciano Resende <lr...@apache.org>
Authored: Wed Jun 7 21:32:39 2017 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Wed Jun 7 21:32:39 2017 -0700

----------------------------------------------------------------------
 dev/release-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/dcb4bbd2/dev/release-build.sh
----------------------------------------------------------------------
diff --git a/dev/release-build.sh b/dev/release-build.sh
index 2cfcd27..0b8905d 100755
--- a/dev/release-build.sh
+++ b/dev/release-build.sh
@@ -243,7 +243,7 @@ if [[ "$RELEASE_PREPARE" == "true" ]]; then
     cd target/bahir
 
     # Build and prepare the release
-#$MVN $PUBLISH_PROFILES release:clean release:prepare $DRY_RUN -Darguments="-Dgpg.passphrase=\"$GPG_PASSPHRASE\" -DskipTests" -DreleaseVersion="$RELEASE_VERSION" -DdevelopmentVersion="$DEVELOPMENT_VERSION" -Dtag="$RELEASE_TAG"
+    $MVN $PUBLISH_PROFILES release:clean release:prepare $DRY_RUN -Darguments="-Dgpg.passphrase=\"$GPG_PASSPHRASE\" -DskipTests" -DreleaseVersion="$RELEASE_VERSION" -DdevelopmentVersion="$DEVELOPMENT_VERSION" -Dtag="$RELEASE_TAG"
 
     cd .. #exit bahir