diff options
author | Lee, Tian (tl5884) <tianl@amdocs.com> | 2018-10-10 17:04:14 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <tianl@amdocs.com> | 2018-10-10 17:04:14 +0100 |
commit | bca3206ad5c70eb9dbfb109c2b6218cae515aabf (patch) | |
tree | 5b453f05a0b43690abd031dd835bff0796679654 | |
parent | bab607dcd027d194d81e4784651ddb4ff4cc0eeb (diff) |
Upversion to 1.3.1
Change-Id: I5e9615f6a3a5adf41fe63fdc024616500980880c
Issue-ID: AAI-1733
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ <groupId>org.onap.aai.model-loader</groupId> <artifactId>model-loader</artifactId> <name>aai-model-loader</name> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <dependencyManagement> <dependencies> diff --git a/version.properties b/version.properties index 7635e21..0680934 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |