diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2019-07-28 16:05:48 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2019-07-28 16:05:48 +0300 |
commit | c228b1d6683ec2a8c14538ea3b6320f4df5cd1d3 (patch) | |
tree | fd6312e83931b558394d6eee3573fb2e5e4237ae | |
parent | c5b43b7d4534ba0c2db8e84443ccc4bb89d47c6d (diff) |
Update version to 1.3.15.0.2-ONAP1.3.1elalto
Change-Id: If038e1d7ff0c21e82dde5b9438f13aa3e5fd0f5c
Issue-ID: SDC-2478
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <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-SNAPSHOT</version> <name>sdc-dcae-d-dt-be-property</name> <description>System Properties</description> 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} |