From d540116c44c040ff702dde9324b4cb7c57bd7237 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Wed, 7 Aug 2019 17:26:04 +0000 Subject: Syncup from master for sch Change-Id: I52b87c69249a5c863d7ce13a92833226e35002bf Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1718 --- ChangeLog.md | 4 ++++ pom.xml | 4 ++-- project.clj | 2 +- version.properties | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 80e80cf..4b54c29 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.3.2] + +* DCAEGEN2-1718 + ## [1.3.0] * Add non-root user in Docker image so that the inventory service can be run in non-privileged mode for security reasons DCAEGEN2-1555 diff --git a/pom.xml b/pom.xml index 172a81d..ad73931 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. org.onap.dcaegen2.platform servicechange-handler - 1.3.0-SNAPSHOT + 1.3.2-SNAPSHOT jar @@ -232,7 +232,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. - ["sch.sh"] + ["/opt/sch.sh"] diff --git a/project.clj b/project.clj index d1b95a8..2432aec 100644 --- a/project.clj +++ b/project.clj @@ -21,7 +21,7 @@ ; Using lein for REPL and testing because couldn't get Maven clojure plugin to work ; for these functional areas. -(defproject service-change-handler "1.3.0" +(defproject service-change-handler "1.3.2" :description "Service change handler" :dependencies [[org.clojure/clojure "1.8.0"] [cheshire/cheshire "5.8.0"] diff --git a/version.properties b/version.properties index 7d6815b..ef20baa 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=3 -patch=0 +patch=2 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg