Change-Id: Ifea4f102ca45eceee451a9986289fa4546d1f738
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2663
 shopt -s expand_aliases
 
 alias cu='curl -Ss -H "Accept: application/json" -L -f'
-PLUGIN_ROOT=${1:-"https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R8/"}
+PLUGIN_ROOT=${1:-"https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R9/"}
 
 function getPlugins() {
     local root=$1
 
 
 
 echo "MVN_RELEASE_TAG is set to [$MVN_RELEASE_TAG]"
-RELEASE_TAG=${MVN_RELEASE_TAG:-R8}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R9}
 if [ "$RELEASE_TAG" != "R1" ]; then
   RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
 else