From ba636576dd196fd8f22b461763320abcd785c751 Mon Sep 17 00:00:00 2001 From: "Schmalzried, Terry (ts862m)" Date: Thu, 7 Feb 2019 10:25:55 -0500 Subject: update scripts Change-Id: If17f05b156ada4eba9d21cff0114951382b681d9 Issue-ID: DCAEGEN2-1086 Signed-off-by: Schmalzried, Terry (ts862m) --- cm-container/get-type-files.sh | 4 ++-- cm-container/pom.xml | 2 +- heat/setup.sh | 2 +- k8s-bootstrap-container/build-plugins.sh | 2 +- k8s-bootstrap-container/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cm-container/get-type-files.sh b/cm-container/get-type-files.sh index 720ac03..71d582b 100755 --- a/cm-container/get-type-files.sh +++ b/cm-container/get-type-files.sh @@ -31,8 +31,8 @@ DCAETYPEFILES=\ "\ /dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml \ /relationshipplugin/1.0.0/relationshipplugin_types.yaml \ -/k8splugin/1.4.3/k8splugin_types.yaml \ -/dockerplugin/3.2.0/dockerplugin_types.yaml \ +/k8splugin/1.4.5/k8splugin_types.yaml \ +/dockerplugin/3.2.1/dockerplugin_types.yaml \ " diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 5153799..b245f4c 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 - 1.5.0 + 1.5.1 http://maven.apache.org UTF-8 diff --git a/heat/setup.sh b/heat/setup.sh index 126a527..b95e56e 100755 --- a/heat/setup.sh +++ b/heat/setup.sh @@ -67,7 +67,7 @@ DCAEPLUGINFILES=\ "\ relationshipplugin/1.0.0/relationshipplugin-1.0.0.tgz dcaepolicyplugin/2.3.0/dcaepolicyplugin-2.3.0.tgz -dockerplugin/3.2.0/dockerplugin-3.2.0.tgz \ +dockerplugin/3.2.1/dockerplugin-3.2.1.tgz \ " # For CCSDK, we pull down the wagon files directly diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index 265b458..f97e84c 100755 --- a/k8s-bootstrap-container/build-plugins.sh +++ b/k8s-bootstrap-container/build-plugins.sh @@ -31,7 +31,7 @@ DEST=wagons # For DCAE, we get zips of the archives and build wagons DCAEPLUGINFILES=\ "\ -k8splugin/1.4.4/k8splugin-1.4.4.tgz +k8splugin/1.4.5/k8splugin-1.4.5.tgz relationshipplugin/1.0.0/relationshipplugin-1.0.0.tgz dcaepolicyplugin/2.3.0/dcaepolicyplugin-2.3.0.tgz \ " diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml index f02e2d8..bfcbdd2 100644 --- a/k8s-bootstrap-container/pom.xml +++ b/k8s-bootstrap-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.deployments k8s-bootstrap-container dcaegen2-deployments-k8s-bootstrap-container - 1.4.7 + 1.4.8 http://maven.apache.org UTF-8 -- cgit 1.2.3-korg