diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-09-30 19:47:41 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-09-30 20:14:29 +0000 |
commit | 8dc742e747e0f418665ab9422f5c6c2cda94869b (patch) | |
tree | 3e8a55525393d7f93f91a6270e9d7515e9e59487 | |
parent | cc018fe12a4773555a0229b86f03ee7123aef6d6 (diff) |
R6 tag update
Change-Id: I79c2317cb00398ebe5d66df0c0e55dbcecc8db70
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1785
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-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 6249249..e69d0f1 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:-R5} +RELEASE_TAG=${MVN_RELEASE_TAG:-R6} if [ "$RELEASE_TAG" != "R1" ]; then RELEASE_TAGGED_DIR="${RELEASE_TAG}/" else |