From: Vijay Venkatesh Kumar Date: Sat, 3 Aug 2019 12:40:26 +0000 (+0000) Subject: bump sch version to 1.3.1 X-Git-Tag: 1.3.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F92895%2F1;p=dcaegen2%2Fplatform%2Fservicechange-handler.git bump sch version to 1.3.1 Change-Id: Ibeeab4d2ddc5a2160cb40302fead0891fa981301 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1669 --- diff --git a/pom.xml b/pom.xml index 172a81d..7583638 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.1-SNAPSHOT jar diff --git a/version.properties b/version.properties index 7d6815b..fee4928 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT