summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-09-30 17:11:39 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-09-30 17:11:46 +0000
commit8060697f3634bd21a66347114160ed416a9f617e (patch)
tree79ecc1204d5cd2099398b77e9c358b005f9179c6
parentebd03eb6490b8e60fe0f090aac921efb7778f1f5 (diff)
R6 tag update
Issue-ID: DCAEGEN2-1785 Change-Id: Ie67b50f0a8f029d3aff977901197635ed3adf553 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-rw-r--r--scripts/mvn-phase-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mvn-phase-lib.sh b/scripts/mvn-phase-lib.sh
index f743712..ce70471 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:-R5}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R6}
if [ "$RELEASE_TAG" == "R1" ]; then
unset RELEASE_TAG
fi