diff options
Diffstat (limited to 'cm-container')
-rwxr-xr-x | cm-container/findPlugins.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cm-container/findPlugins.sh b/cm-container/findPlugins.sh index 6b0f180..35a29ad 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' -RELEASE_TAG=${MVN_RELEASE_TAG:-R10} +RELEASE_TAG=${MVN_RELEASE_TAG:-R9} PLUGIN_ROOT=${1:-"https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/${RELEASE_TAG}/"} function getPlugins() { |