summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2019-07-29 10:30:54 +0300
committerOfir Sonsino <os0695@intl.att.com>2019-07-29 10:31:44 +0300
commit291505bd54969f199023720335c04fb3b1087b12 (patch)
tree2aef24034c7be9d59e4ded8668f099765644709c
parentd06be645f2cb0cfeb394de8c2870fa7bfd96d08e (diff)
Update DCAE-DS version 1.3.15.0.2-ONAP1.3.1elalto
Change-Id: I9609eb5a5f1f48406f9608c61223cf9d0b1bedfe Issue-ID: SDC-2478 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index c9d2037..98d0b9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.sdc.dcae-d.ci</groupId>
<artifactId>dcae-ci-tests</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>dcae-d ci tests</name>
<packaging>jar</packaging>
<description>Tests for DCAE Designer </description>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.onap.sdc.dcae-d.dt-be-property</groupId>
<artifactId>DCAE-DT-PROPERTY</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1</version>
</dependency>
<!-- Snake Yaml -->
diff --git a/version.properties b/version.properties
index 8471f55..a61846b 100644
--- a/version.properties
+++ b/version.properties
@@ -4,8 +4,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=2
-patch=0
+minor=3
+patch=1
base_version=${major}.${minor}.${patch}