diff options
author | vv770d <vv770d@att.com> | 2020-09-16 21:25:25 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2020-09-17 12:42:08 +0000 |
commit | 543b7cc9983c2d223b95aa71b71ad43685b1e873 (patch) | |
tree | 4badf3ca32c0e21e17c5359feb712d44377a8e80 | |
parent | fbe1c5a030afab6787f903b87f811f056405b4c9 (diff) |
Revise heartbeat version to 2.1.1 and bump up bootstrap container - 2.1.5
Python 3.8 support
Change-Id: I13f534a88f96f2611c455539fe6e00f3d7373a88
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2292
Signed-off-by: vv770d <vv770d@att.com>
-rw-r--r-- | blueprints/k8s-heartbeat.yaml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/blueprints/k8s-heartbeat.yaml b/blueprints/k8s-heartbeat.yaml index 35e725a..a8e2cf6 100644 --- a/blueprints/k8s-heartbeat.yaml +++ b/blueprints/k8s-heartbeat.yaml @@ -26,7 +26,7 @@ imports: inputs: tag_version: type: string - default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.heartbeat:2.1.0' + default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.heartbeat:2.1.1' heartbeat_name: type: string default: 'dcae-heartbeat-service' @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>k8s-bootstrap-container</artifactId> <name>dcaegen2-deployments-k8s-bootstrap-container</name> - <version>2.1.4-SNAPSHOT</version> + <version>2.1.5-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> diff --git a/version.properties b/version.properties index 8d45f75..201272e 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=2
minor=1
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
|