Repository: incubator-systemml
Updated Branches:
  refs/heads/branch-0.13 976dec5c5 -> 63e37c255


[SYSTEMML-1250] Binary artifact missing antlr-runtime and wink-json4j classes


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/63e37c25
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/63e37c25
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/63e37c25

Branch: refs/heads/branch-0.13
Commit: 63e37c255a4dc5b33a40dc18cfb41c7728b2accf
Parents: 976dec5
Author: Arvind Surve <ac...@yahoo.com>
Authored: Wed Feb 22 16:09:23 2017 -0800
Committer: Arvind Surve <ac...@yahoo.com>
Committed: Wed Feb 22 16:09:23 2017 -0800

----------------------------------------------------------------------
 dev/release/release-build.sh | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/63e37c25/dev/release/release-build.sh
----------------------------------------------------------------------
diff --git a/dev/release/release-build.sh b/dev/release/release-build.sh
index 447db17..091b641 100755
--- a/dev/release/release-build.sh
+++ b/dev/release/release-build.sh
@@ -249,6 +249,29 @@ if [[ "$RELEASE_PREPARE" == "true" ]]; then
 
     # 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"
+
+    # exit at this point to run followiing steps manually.
+    echo "WARNING: Set followinig enviornment variables and run rest of the 
steps for 'Release Prepare' " 
+    echo
+    echo "MVN=$MVN"
+    echo "PUBLISH_PROFILES=\"$PUBLISH_PROFILES\"" 
+    echo "DRY_RUN=$DRY_RUN"
+    echo "GPG_PASSPHRASE=$GPG_PASSPHRASE"
+    echo "RELEASE_VERSION=$RELEASE_VERSION"
+    echo "RELEASE_RC=$RELEASE_RC"
+    echo "DEVELOPMENT_VERSION=$DEVELOPMENT_VERSION"
+    echo "RELEASE_TAG=$RELEASE_TAG"
+    echo "RELEASE_WORK_DIR=$RELEASE_WORK_DIR"
+    echo "RELEASE_STAGING_LOCATION=$RELEASE_STAGING_LOCATION"
+    echo "BASE_DIR=$BASE_DIR"
+
+    exit 5
+
+    # Update dev/release/target/release/incubator-systemml/pom.xml  with 
similar to following contents which is for 0.13.0 RC1
+    #   Update <version>0.13.0-incubating</version>
+    #   Update <tag>v0.13.0-incubating-rc1</tag>
+
+    cd $RELEASE_WORK_DIR/incubator-systemml
     ## Rerunning mvn with clean and package goals, as release:prepare changes 
ordeer for some dependencies like unpack and shade.
     $MVN $PUBLISH_PROFILES clean package $DRY_RUN 
-Darguments="-Dgpg.passphrase=\"$GPG_PASSPHRASE\" -DskipTests" 
-DreleaseVersion="$RELEASE_VERSION" -DdevelopmentVersion="$DEVELOPMENT_VERSION" 
-Dtag="$RELEASE_TAG"
 

Reply via email to