diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-03-10 07:06:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-10 07:06:04 +0000 |
commit | 87924d4452b97f1fe945675f6321efe2cccd30c3 (patch) | |
tree | 3efde4da2473297c5a0c8085f8953c8322965486 /cm-container/findPlugins.sh | |
parent | f9e1c2488b08407d8d08ec84648e9746109bcb4d (diff) | |
parent | 4fccbfca47c367aaf357ded386c97e25f96823fc (diff) |
Merge "R9 tag/path update"
Diffstat (limited to 'cm-container/findPlugins.sh')
-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 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 |