aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitelman, Tal (tg851x) <tg851x@intl.att.com>2018-03-20 15:00:55 +0200
committerGitelman, Tal (tg851x) <tg851x@intl.att.com>2018-03-20 15:00:55 +0200
commite6a2f2bdf080bf99c407e2668b49d6eeff316a10 (patch)
treebc95b02260bf392ead4b503bde83cb53c4b89f75
parent6c8381b3cbdc5a50ee359691f1b805c6206c1bbd (diff)
Upgrade SnakeYAML version for JTosca
Change-Id: I332d0408b49a1e1b0752670afa745f50a2979122 Issue-ID: SDC-234 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@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 d876dd5..db385b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
<name>sdc-jtosca</name>
<properties>
diff --git a/version.properties b/version.properties
index 5ad9fe3..a8f201d 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=3
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}