diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-02-08 14:21:58 -0500 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-02-15 17:05:55 -0500 |
commit | 5caf1654683a567da7e4158e4e7e108dd2232a13 (patch) | |
tree | 02370038eff60f8393d0a50533e75d1fd4340af6 /healthcheck-container/pom.xml | |
parent | ba636576dd196fd8f22b461763320abcd785c751 (diff) |
Move ph and dh to Helm
-- Helm charts for ph and dh
-- New container to do Consul k-v storage and service reg
-- Bootstrap container no longer deploys ph and dh
-- Healthcheck looks for ph and dh as Helm deployments
-- Updated/added licensing information
Issue-ID: DCAEGEN2-1091
Issue-ID: DCAEGEN2-1092
Change-Id: I5340bee6fba1340d4c05b0f37ddfb539c543469e
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'healthcheck-container/pom.xml')
-rw-r--r-- | healthcheck-container/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/healthcheck-container/pom.xml b/healthcheck-container/pom.xml index e728a66..abc7965 100644 --- a/healthcheck-container/pom.xml +++ b/healthcheck-container/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- ================================================================================ -Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2018-2019 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>healthcheck-container</artifactId> <name>dcaegen2-deployments-healthcheck-container</name> - <version>1.2.3</version> + <version>1.2.4</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |