R4 tag update 91/71791/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Sat, 3 Nov 2018 07:04:56 +0000 (07:04 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Sat, 3 Nov 2018 07:05:08 +0000 (07:05 +0000)
Change-Id: I3c248253f40dc31d055f263ada3b6dd1e6375a6b
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-937

mvn-phase-script.sh

index 516eff9..234f73a 100755 (executable)
@@ -27,7 +27,7 @@ MVN_PHASE="$2"
 PROJECT_ROOT=$(dirname $0)
 
 set -e
-RELEASE_TAG=${MVN_RELEASE_TAG:-R3}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R4}
 if [ "$RELEASE_TAG" != "R1" ]; then
   RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
 else