From 90a448d6c9b73a76f49b5681a51c3531b978a0a4 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 14 Aug 2018 13:28:53 +0000 Subject: Fix health check script Change-Id: I0ed005e16e1ef7402e51df28f84cc495f8f21059 Issue-ID: DCAEGEN2-707 Signed-off-by: Jack Lucas --- pom.xml | 2 +- resources/health.sh | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d9b81eb..40c599a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform servicechange-handler - 1.1.4 + 1.1.5 jar diff --git a/resources/health.sh b/resources/health.sh index b2d0b4a..00c77d5 100755 --- a/resources/health.sh +++ b/resources/health.sh @@ -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 diff --git a/version.properties b/version.properties index 88990e7..dba81ff 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=1 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg