diff options
author | vv770d <vv770d@att.com> | 2021-03-09 15:49:53 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-03-09 15:50:04 +0000 |
commit | 4fccbfca47c367aaf357ded386c97e25f96823fc (patch) | |
tree | 22955f7a8337089ff5fccc2295e5afd62928bc89 /cm-container | |
parent | 26426163b7017861e683a7ca90b6e117ed48f9df (diff) |
R9 tag/path update
Change-Id: Ifea4f102ca45eceee451a9986289fa4546d1f738
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2663
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 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 |