R6 tag update 46/96446/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Mon, 30 Sep 2019 20:31:03 +0000 (20:31 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Mon, 30 Sep 2019 20:31:09 +0000 (20:31 +0000)
Change-Id: Iedfea255894e4c4134d639b4a810fd2730da72f2
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1785

mvn-phase-script.sh

index 74476d1..0944b91 100755 (executable)
@@ -40,7 +40,7 @@ fi
 
 
 set -e
-RELEASE_TAG=${MVN_RELEASE_TAG:-R5}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R6}
 if [ "$RELEASE_TAG" != "R1" ]; then
   RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
 else