R6 tag update
[dcaegen2/platform/plugins.git] / 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