aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManzon, Inna (im453s) <im453s@intl.att.com>2018-09-12 18:32:18 +0300
committerManzon, Inna (im453s) <im453s@intl.att.com>2018-10-02 15:52:05 +0300
commitd2ed3bc4effb38ad3cf157483127abeee39c25c1 (patch)
tree668ba987279897722a23cd8a0bdc301edd046028
parent9fb95e3c9e9ab5c239445c1511219686133437de (diff)
Tosca Parser - property value resolving
Change-Id: I06eb2442dbcae9ea0824cb7d7689b8d3591a56ed Issue-ID: SDC-1757 Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4177612..c25d8a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.4.5-SNAPSHOT</version>
+ <version>1.4.6-SNAPSHOT</version>
<name>sdc-jtosca</name>
<properties>
diff --git a/version.properties b/version.properties
index d1722d6..ed1cd82 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=4
-patch=5
+patch=6
base_version=${major}.${minor}.${patch}