aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2020-09-16 21:25:25 +0000
committervv770d <vv770d@att.com>2020-09-17 12:42:08 +0000
commit543b7cc9983c2d223b95aa71b71ad43685b1e873 (patch)
tree4badf3ca32c0e21e17c5359feb712d44377a8e80
parentfbe1c5a030afab6787f903b87f811f056405b4c9 (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.yaml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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'
diff --git a/pom.xml b/pom.xml
index e719977..8d9c553 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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