diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-01-06 17:26:52 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-01-06 17:27:38 +0000 |
commit | 0ed5dd24317eb4647f29ada4ab53f5c37c570f48 (patch) | |
tree | cfaedc6c86abc1965b6d3405aae5ea7b437e806f /mvn-phase-lib.sh | |
parent | f31bd85266b8bdb7d95bb6f6e2f6d48967278f9a (diff) |
R6 tag/path update
Change-Id: I875f6ad6aed651943b00d818daf6cde149150b19
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1785
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'mvn-phase-lib.sh')
-rw-r--r-- | mvn-phase-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-lib.sh b/mvn-phase-lib.sh index dbe3397..4e0859f 100644 --- a/mvn-phase-lib.sh +++ b/mvn-phase-lib.sh @@ -52,7 +52,7 @@ fi export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml} -RELEASE_TAG=${MVN_RELEASE_TAG:-R5} +RELEASE_TAG=${MVN_RELEASE_TAG:-R6} if [ "$RELEASE_TAG" == "R1" ]; then unset RELEASE_TAG fi |