summaryrefslogtreecommitdiffstats
path: root/mvn-phase-lib.sh
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-04-20 16:23:18 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-04-20 16:23:21 +0000
commit09bcbb3faba0a92c1bdb5d9e1a1ee6826ef5fda2 (patch)
tree37bff4f8d92e4f30dd72fc641e37ecd3cd4e5e63 /mvn-phase-lib.sh
parenta741ebe7a17a00f5203f5d42b5c0fe78b567763b (diff)
R7 tag/path update
Change-Id: I987dce35a8bb6569764b8214a0cc9c596e416d7d Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2201
Diffstat (limited to 'mvn-phase-lib.sh')
-rw-r--r--mvn-phase-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-lib.sh b/mvn-phase-lib.sh
index 4e0859f..7b947e7 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:-R6}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R7}
if [ "$RELEASE_TAG" == "R1" ]; then
unset RELEASE_TAG
fi