diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-09 08:27:45 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-09 09:16:26 +0000 |
commit | 8e12680f279f50fc7a1ca01e66c003f6059ae754 (patch) | |
tree | 24c0579f78d28d2fbea0b4d38da9b77f04af12e1 /mvn-phase-script.sh | |
parent | f351db55311825662f1514259b0a9d4eff9fd25d (diff) |
R4 tag update
Change-Id: Ic1673ff6312b23d9d557f1a337ceef0de66bb82e
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-937
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
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 a14c292..5f5ae77 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -29,7 +29,7 @@ PROJECT_ROOT=$(dirname $0) echo "MVN_RELEASE_TAG is set to [$MVN_RELEASE_TAG]" -RELEASE_TAG=${MVN_RELEASE_TAG:-R2} +RELEASE_TAG=${MVN_RELEASE_TAG:-R4} if [ "$RELEASE_TAG" != "R1" ]; then RELEASE_TAGGED_DIR="${RELEASE_TAG}/" else |