diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2019-07-29 10:35:02 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2019-07-29 10:35:02 +0300 |
commit | 9362739916b3dac1aba957317866b67a35757443 (patch) | |
tree | 00b5ed4c06b623d7e8e208a8c53711ce2d1e07f4 | |
parent | 72b9a33ae1ab3fc3d112dcfda522754d1b89cd15 (diff) |
Update DCAE-DS version 1.3.11.3.1
Change-Id: I8f9fa3555c65bf8eca6ddaf2cd30cdab5f07ec80
Issue-ID: SDC-2478
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.sdc.dcae-d.fe</groupId> <artifactId>dcae_fe</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <packaging>war</packaging> <name>dcae-d fe application</name> <description>DCAE FE</description> @@ -96,7 +96,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> </dependencies> 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} |