R9 tag/path update
[dcaegen2/platform/plugins.git] / mvn-phase-script.sh
index 4eaa92b..a7a35d4 100755 (executable)
@@ -27,7 +27,7 @@ MVN_PHASE="$2"
 PROJECT_ROOT=$(dirname $0)
 
 set -e
-RELEASE_TAG=${MVN_RELEASE_TAG:-R8}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R9}
 if [ "$RELEASE_TAG" != "R1" ]; then
   RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
 else