diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-04-20 16:32:49 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-04-20 16:32:55 +0000 |
commit | e969b079e331cc32b1ca361c49ee7b56e43900a7 (patch) | |
tree | e49e0b354b52237fd2b0dabe42ea7910f464ca74 | |
parent | 2d4cd470b0d0aaeb1e9f3bfbffa62a96c141d511 (diff) |
R7 tag/path update
Change-Id: I184267d83edbac71956d14662d09b0980ea076d7
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2201
-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 e69d0f1..297eaf8 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:-R6} +RELEASE_TAG=${MVN_RELEASE_TAG:-R7} if [ "$RELEASE_TAG" != "R1" ]; then RELEASE_TAGGED_DIR="${RELEASE_TAG}/" else |