diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-09 08:32:26 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-09 08:49:34 +0000 |
commit | 61fe1b8aa4f6e3c2388cbc573f655f60b4c1b5f3 (patch) | |
tree | e3c628a1fd146a686f8c9dd84da22cd48aa5131b | |
parent | 209f8239c17c437cd15518ae4c111af4147a6a64 (diff) |
R4 tag update
Change-Id: I6026a4b58e325e19837bc2177ca1cb32c6c921d5
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-937
-rwxr-xr-x | mvn-phase-script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 90a08c4..577d1a6 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -37,7 +37,7 @@ if [ -z "$SETTINGS_FILE" ]; then fi set +e -RELEASE_TAG=${MVN_RELEASE_TAG:-R3} +RELEASE_TAG=${MVN_RELEASE_TAG:-R4} if [ "$RELEASE_TAG" != "R1" ]; then RELEASE_TAGGED_DIR="${RELEASE_TAG}/" else |