diff options
author | Manzon, Inna (im453s) <im453s@intl.att.com> | 2018-09-12 18:58:05 +0300 |
---|---|---|
committer | Manzon, Inna (im453s) <im453s@intl.att.com> | 2018-10-04 12:15:10 +0300 |
commit | aef8cb7c54e2ea7097509ca389b1b597a2bfbaf5 (patch) | |
tree | 2d2ef82894670da0bdbc8bd303c38956216ee056 | |
parent | dd9bf09b41cbe88d0ae2e784ab2df7945fe3a935 (diff) |
Tosca Parser - getPropertyValue and tests
Change-Id: I7c5befd271079b36401b0dfc332ad86392350c77
Issue-ID: SDC-1757
Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ <artifactId>sdc-tosca</artifactId> <name>sdc-sdc-tosca</name> <description>SDC Tosca Parser JAR file for use by consumers</description> - <version>1.4.5-SNAPSHOT</version> + <version>1.4.6-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -118,7 +118,7 @@ <dependency> <groupId>org.onap.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> - <version>1.4.5-SNAPSHOT</version> + <version>1.4.5</version> </dependency> 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} |