Revise heartbeat version to 2.1.1 and bump up bootstrap container - 2.1.5 70/112770/3
authorvv770d <vv770d@att.com>
Wed, 16 Sep 2020 21:25:25 +0000 (21:25 +0000)
committervv770d <vv770d@att.com>
Thu, 17 Sep 2020 12:42:08 +0000 (12:42 +0000)
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>
blueprints/k8s-heartbeat.yaml
pom.xml
version.properties

index 35e725a..a8e2cf6 100644 (file)
@@ -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 (file)
--- 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>
 
index 8d45f75..201272e 100644 (file)
@@ -1,6 +1,6 @@
 major=2\r
 minor=1\r
-patch=4\r
+patch=5\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r