R6 tag update 38/96438/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Mon, 30 Sep 2019 18:51:54 +0000 (18:51 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Mon, 30 Sep 2019 18:54:18 +0000 (18:54 +0000)
Change-Id: I1cbbee3dd24600907d2d5625179e92bb74ef4c48
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1785

mvn-phase-script.sh

index a5cdb92..5413e3a 100755 (executable)
@@ -27,7 +27,7 @@ MVN_PHASE="$2"
 PROJECT_ROOT=$(dirname $0)
 
 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