diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2019-07-29 10:37:38 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2019-07-29 10:37:38 +0300 |
commit | 0b60ca366adec5dc0d63cfb7c34bbe5e065d0448 (patch) | |
tree | 9ac9137df59e14ee79260d346339837ee644b324 | |
parent | 3ea94c03c8c63ca315e154dbf41afe959a24ff2d (diff) |
Update DCAE-DS version 1.3.15.0.2-ONAP1.3.1elalto
Change-Id: Ie45e8f52f8e69582b757806b43d5861e42e168dc
Issue-ID: SDC-2478
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ <groupId>org.onap.sdc.dcae-d.tosca-lab</groupId> <artifactId>dcae-tosca-lab</artifactId> <packaging>pom</packaging> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <name>sdc-dcae-d-tosca-lab</name> <parent> diff --git a/version.properties b/version.properties index 235314e..a61846b 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |