R7 tag/path update 93/106293/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Mon, 20 Apr 2020 16:28:37 +0000 (16:28 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Mon, 20 Apr 2020 16:28:50 +0000 (16:28 +0000)
Change-Id: Ifc15a43e4d5fe78ff5f4ffc43a4baf801936949a
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2201

mvn-phase-script.sh

index 5bfe1dc..44f50ec 100755 (executable)
@@ -28,7 +28,7 @@ PROJECT_ROOT=$(dirname $0)
 
 
 echo "MVN_RELEASE_TAG is set to [$MVN_RELEASE_TAG]"
-RELEASE_TAG=${MVN_RELEASE_TAG:-R6}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R7}
 if [ "$RELEASE_TAG" != "R1" ]; then
   RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
 else