diff options
author | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | 2018-03-20 15:20:24 +0200 |
---|---|---|
committer | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | 2018-03-20 15:20:24 +0200 |
commit | 31caf1121622833779906b1eae9f795f94882d45 (patch) | |
tree | 1101d83435454251cfde1bfa724a7c5857cb106b | |
parent | 56817b9ae17b2f56f72c94cf1e2fc496cbdc1a20 (diff) |
Upgrade SnakeYAML version for sdc-tosca
Change-Id: I3cbfe0200cfccde7246f29430e945ecbe2da8d9c
Issue-ID: SDC-234
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
-rw-r--r-- | pom.xml | 6 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 4 insertions, 4 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.3.2</version>
+ <version>1.3.3</version>
<packaging>jar</packaging>
<properties>
@@ -83,7 +83,7 @@ <dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.14</version>
+ <version>1.20</version>
<scope>compile</scope>
</dependency>
@@ -112,7 +112,7 @@ <dependency>
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
</dependency>
diff --git a/version.properties b/version.properties index a61846b..5ad9fe3 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=3 -patch=1 +patch=3 base_version=${major}.${minor}.${patch} |