From 8c97d2616a7929ce88d7bf627463ae2577515cb4 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 9 Mar 2021 09:32:42 -0500 Subject: Update cm-container to use k8splugin 3.7.0 Issue-ID: DCAEGEN2-2662 Signed-off-by: Jack Lucas Change-Id: I4811a90481c317b5e12b1a1f5aeae1177af5dbce --- cm-container/pom.xml | 2 +- cm-container/scripts/get-plugins.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cm-container/pom.xml b/cm-container/pom.xml index c7435f7..30dbfff 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -28,7 +28,7 @@ limitations under the License. org.onap.dcaegen2.deployments cm-container dcaegen2-deployments-cm-container - 4.4.0 + 4.4.1 http://maven.apache.org UTF-8 diff --git a/cm-container/scripts/get-plugins.sh b/cm-container/scripts/get-plugins.sh index 8293f80..367d0b7 100755 --- a/cm-container/scripts/get-plugins.sh +++ b/cm-container/scripts/get-plugins.sh @@ -32,7 +32,7 @@ PLUGINS=\ "\ /dcaepolicyplugin/2.4.0/dcaepolicyplugin-2.4.0-py36-none-linux_x86_64.wgn|/dcaepolicyplugin/2.4.0/dcaepolicyplugin_types.yaml \ /relationshipplugin/1.1.0/relationshipplugin-1.1.0-py36-none-linux_x86_64.wgn|/relationshipplugin/1.1.0/relationshipplugin_types.yaml \ -/k8splugin/3.6.0/k8splugin-3.6.0-py36-none-linux_x86_64.wgn|/k8splugin/3.6.0/k8splugin_types.yaml \ +/k8splugin/3.7.0/k8splugin-3.7.0-py36-none-linux_x86_64.wgn|/k8splugin/3.7.0/k8splugin_types.yaml \ /clamppolicyplugin/1.1.0/clamppolicyplugin-1.1.0-py36-none-linux_x86_64.wgn|/clamppolicyplugin/1.1.0/clamppolicyplugin_types.yaml \ /dmaap/1.5.0/dmaap-1.5.0-py36-none-linux_x86_64.wgn|/dmaap/1.5.0/dmaap_types.yaml \ /pgaas/1.3.0/pgaas-1.3.0-py36-none-linux_x86_64.wgn|/pgaas/1.3.0/pgaas_types.yaml \ -- cgit 1.2.3-korg