diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-04-20 16:48:08 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-04-20 19:25:58 +0000 |
commit | f6fa7fa631bd7c860347c453b0412120c38718f7 (patch) | |
tree | bdf4251c74d6719909e7b1a7f70d82cfc7a816fc /scripts/mvn-phase-lib.sh | |
parent | 09f97857486905d051a9a77566ea9113b7aa9541 (diff) |
R7 tag/path update
Change-Id: I57aca87792009093db5f7927a104491860994a5c
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2201
Issue-ID: DCAEGEN2-2202
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'scripts/mvn-phase-lib.sh')
-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 ce70471..a8e6f62 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:-R6} +RELEASE_TAG=${MVN_RELEASE_TAG:-R7} if [ "$RELEASE_TAG" == "R1" ]; then unset RELEASE_TAG fi |