summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-07-27 21:44:37 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-27 21:44:37 +0000
commitce21d5c9eb398a76614f7f2e026402a205ef6fee (patch)
treef1aa1a881349f657eea61db2c7f87ca3ab897dea
parentf2db86f116d59ddd37cd2df69c04e22a0ce30e80 (diff)
parenta35d8d48aabea210d475ea728c197854fb0688c1 (diff)
Merge "Update k8splugin version"
-rwxr-xr-xk8s-bootstrap-container/build-plugins.sh2
-rw-r--r--k8s-bootstrap-container/pom.xml2
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.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>k8s-bootstrap-container</artifactId>
<name>dcaegen2-deployments-k8s-bootstrap-container</name>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>