diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-03 06:55:03 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-03 06:55:15 +0000 |
commit | e5c3d310cbd0e749f2d8aec51282d09ca80cdbf7 (patch) | |
tree | f32a7208b0d673dcd8a3413293c3fd1cf15d203a | |
parent | c7a0582d22ba2016fc2b2d02ae4147996a290c06 (diff) |
R4 tag update
Change-Id: Ic85900d6ada0d0f7625aa88d0f8db6ccfe1a626d
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-937
-rw-r--r-- | scripts/mvn-phase-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mvn-phase-lib.sh b/scripts/mvn-phase-lib.sh index 2bf82bd..fc959df 100644 --- a/scripts/mvn-phase-lib.sh +++ b/scripts/mvn-phase-lib.sh @@ -52,7 +52,7 @@ fi export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml} -RELEASE_TAG=${MVN_RELEASE_TAG:-R3} +RELEASE_TAG=${MVN_RELEASE_TAG:-R4} if [ "$RELEASE_TAG" == "R1" ]; then unset RELEASE_TAG fi |