diff options
-rwxr-xr-x | cm-container/findPlugins.sh | 2 | ||||
-rwxr-xr-x | mvn-phase-script.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cm-container/findPlugins.sh b/cm-container/findPlugins.sh index b84beb6..cd67844 100755 --- a/cm-container/findPlugins.sh +++ b/cm-container/findPlugins.sh @@ -33,7 +33,7 @@ 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 diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 8797433..50528c9 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -28,7 +28,7 @@ PROJECT_ROOT=$(dirname $0) 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 |