R5 tag update
[dcaegen2/platform/cli.git] / mvn-phase-script.sh
index 108720c..74476d1 100755 (executable)
@@ -40,7 +40,7 @@ fi
 
 
 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