diff options
author | Jack Lucas <jflucas@research.att.com> | 2020-01-22 18:32:48 -0500 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2020-01-24 11:05:56 -0500 |
commit | 89bde25d3d440cc95919c2ce527d85e7dc427f2c (patch) | |
tree | 3e7293695f767e3cb03b88e4ff6c718ecba17d41 /k8s-bootstrap-container/pom.xml | |
parent | b632d499fa49764e3f9b4d2a12cefa4f054bc0e9 (diff) |
Update blueprints, plugins, and bootstrap script.1.8.0
Stop deploying snmptrap collector
Move to tca-cdap-container 1.2.2
Move to k8splugin 1.7.2
Issue-ID: DCAEGEN2-2037
Issue-ID: DCAEGEN2-2021
Issue-ID: DCAEGEN2-2006
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: Icd09d65b2be83d786dd2bd669d627a1cb6242119
Diffstat (limited to 'k8s-bootstrap-container/pom.xml')
-rw-r--r-- | k8s-bootstrap-container/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml index 1adaa7b..4c201cc 100644 --- a/k8s-bootstrap-container/pom.xml +++ b/k8s-bootstrap-container/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- ================================================================================ -Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -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.7.0</version> + <version>1.8.0</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |