summaryrefslogtreecommitdiffstats
path: root/k8s-bootstrap-container
diff options
context:
space:
mode:
authorSchmalzried, Terry (ts862m) <ts862m@att.com>2019-02-07 10:25:55 -0500
committerSchmalzried, Terry (ts862m) <ts862m@att.com>2019-02-12 10:46:44 -0500
commitba636576dd196fd8f22b461763320abcd785c751 (patch)
treee4535f1f361a91cfcb9b8975ae5fed2a8b625d6e /k8s-bootstrap-container
parentcddf9bfaa435c938c740a49203d21070fa91ff52 (diff)
update scripts
Change-Id: If17f05b156ada4eba9d21cff0114951382b681d9 Issue-ID: DCAEGEN2-1086 Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
Diffstat (limited to 'k8s-bootstrap-container')
-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 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.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>k8s-bootstrap-container</artifactId>
<name>dcaegen2-deployments-k8s-bootstrap-container</name>
- <version>1.4.7</version>
+ <version>1.4.8</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>