diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-09-30 20:27:09 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-09-30 20:27:14 +0000 |
commit | 50368e14aa59b1a016c781b9fcad6e0e33780cd3 (patch) | |
tree | 76b0c8bffbab1c889c0f3d98e62a1c30ffa9c5a2 /mvn-phase-script.sh | |
parent | 756430cf7f1a6dad7fe1eb78aeff59c7bfe0ef7c (diff) |
R6 tag update
Change-Id: I47860cfd35f43b96102c50de29d903ad82ec6b12
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1785
Diffstat (limited to 'mvn-phase-script.sh')
-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 67b25e0..09db3b5 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -28,7 +28,7 @@ PROJECT_ROOT=$(dirname $0) echo "MVN_RELEASE_TAG is set to [$MVN_RELEASE_TAG]" -RELEASE_TAG=${MVN_RELEASE_TAG:-R5} +RELEASE_TAG=${MVN_RELEASE_TAG:-R6} if [ "$RELEASE_TAG" != "R1" ]; then RELEASE_TAGGED_DIR="${RELEASE_TAG}/" else |