R5 tag update 56/87056/1
authorVijay Venkatesh Kumar <vv770d@att.com>
Mon, 6 May 2019 16:15:58 +0000 (16:15 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Mon, 6 May 2019 16:16:10 +0000 (16:16 +0000)
Change-Id: I3822177c6b0e0ee08a647fd31a0a34532d52751d
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1481

mvn-phase-script.sh

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