From 6367fcbfa682d5f2ece84dae7065f52f43399271 Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Wed, 12 Aug 2020 09:22:48 +0200 Subject: Update cm-container with k8splugin 3.3.0 Bump version of cm-container from 3.0.0 to 3.1.0 Issue-ID: DCAEGEN2-2252 Signed-off-by: Joanna Jeremicz Change-Id: Idc0b00511ecf84f7022dda436383d63e42e12ada --- cm-container/pom.xml | 2 +- cm-container/scripts/get-plugins.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 4da4d8c..5024f25 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.deployments cm-container dcaegen2-deployments-cm-container - 3.0.0 + 3.1.0 http://maven.apache.org UTF-8 diff --git a/cm-container/scripts/get-plugins.sh b/cm-container/scripts/get-plugins.sh index 7c2f353..272c9a4 100755 --- a/cm-container/scripts/get-plugins.sh +++ b/cm-container/scripts/get-plugins.sh @@ -33,6 +33,7 @@ PLUGINS=\ /relationshipplugin/1.1.0/relationshipplugin-1.1.0-py27-none-linux_x86_64.wgn|/relationshipplugin/1.1.0/relationshipplugin_types.yaml \ /k8splugin/2.0.0/k8splugin-2.0.0-py27-none-linux_x86_64.wgn|/k8splugin/2.0.0/k8splugin_types.yaml \ /k8splugin/3.0.0/k8splugin-3.0.0-py27-none-linux_x86_64.wgn|/k8splugin/3.0.0/k8splugin_types.yaml \ +/k8splugin/3.3.0/k8splugin-3.3.0-py27-none-linux_x86_64.wgn|/k8splugin/3.3.0/k8splugin_types.yaml \ /clamppolicyplugin/1.1.0/clamppolicyplugin-1.1.0-py27-none-linux_x86_64.wgn|/clamppolicyplugin/1.1.0/clamppolicyplugin_types.yaml \ /dmaap/1.5.0/dmaap-1.5.0-py27-none-linux_x86_64.wgn|/dmaap/1.5.0/dmaap_types.yaml \ /helm/4.2.0/helm-4.2.0-py27-none-linux_x86_64.wgn|/helm/4.2.0/helm_types.yaml \ -- cgit 1.2.3-korg