diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-04-30 01:23:45 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-04-30 01:27:46 +0000 |
commit | 2415db85de74d22609307525290a320619f9508b (patch) | |
tree | 9db7deda95aa93d8f7313e5b2ccdf28713a4bce9 /k8s-bootstrap-container/pom.xml | |
parent | 571fc93d1f941a1dce10adaf4fdae8585e106ec5 (diff) |
Add service component deployment
Includes making a Consul service entry for policy handler,
needed by CM policy plugin.
Change-Id: I1697e70603b85a7a2a7a654e04773dbcbd6145b9
Issue-ID: DCAEGEN2-421
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container/pom.xml')
-rw-r--r-- | k8s-bootstrap-container/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s-bootstrap-container/pom.xml b/k8s-bootstrap-container/pom.xml index 955a9e9..85b99bc 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.1.7</version> + <version>1.1.8</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |