From a35d8d48aabea210d475ea728c197854fb0688c1 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 27 Jul 2018 14:25:44 +0000 Subject: Update k8splugin version Also bump version number. (The correct one!) Change-Id: Ieae9ebecf97ec67197dbdc80ef81e7b45b46e365 Issue-ID: DCAEGEN2-504 Signed-off-by: Jack Lucas --- k8s-bootstrap-container/build-plugins.sh | 2 +- k8s-bootstrap-container/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index 84e4faa..383e5e9 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.1.0/k8splugin-1.1.0.tgz +k8splugin/1.4.0/k8splugin-1.4.0.tgz dockerplugin/3.2.0/dockerplugin-3.2.0.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 a755f46..69a7170 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.2.0 + 1.3.0 http://maven.apache.org UTF-8 -- cgit 1.2.3-korg