Fix health check script 47/60547/1
authorJack Lucas <jflucas@research.att.com>
Tue, 14 Aug 2018 13:28:53 +0000 (13:28 +0000)
committerJack Lucas <jflucas@research.att.com>
Tue, 14 Aug 2018 13:29:41 +0000 (13:29 +0000)
Change-Id: I0ed005e16e1ef7402e51df28f84cc495f8f21059
Issue-ID: DCAEGEN2-707
Signed-off-by: Jack Lucas <jflucas@research.att.com>
pom.xml
resources/health.sh
version.properties

diff --git a/pom.xml b/pom.xml
index d9b81eb..40c599a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
 
     <groupId>org.onap.dcaegen2.platform</groupId>
     <artifactId>servicechange-handler</artifactId>
-    <version>1.1.4</version>
+    <version>1.1.5</version>
     <!-- Not sure why clojure-maven-plugin says packaging should be "clojure" -->
     <packaging>jar</packaging>
 
index b2d0b4a..00c77d5 100755 (executable)
@@ -1,3 +1,4 @@
+#!/bin/bash
 # ================================================================================
 # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
 # ================================================================================
@@ -15,7 +16,6 @@
 # ============LICENSE_END=========================================================
 #
 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
-#!/bin/bash
 
 # Health check script for service change handler
 
index 88990e7..dba81ff 100644 (file)
@@ -1,6 +1,6 @@
 major=1\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