Change-Id: I0ed005e16e1ef7402e51df28f84cc495f8f21059
Issue-ID: DCAEGEN2-707
Signed-off-by: Jack Lucas <jflucas@research.att.com>
<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>
+#!/bin/bash
# ================================================================================
# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# ============LICENSE_END=========================================================
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
-#!/bin/bash
# Health check script for service change handler
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