summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <tianl@amdocs.com>2018-10-10 17:04:14 +0100
committerLee, Tian (tl5884) <tianl@amdocs.com>2018-10-10 17:04:14 +0100
commitbca3206ad5c70eb9dbfb109c2b6218cae515aabf (patch)
tree5b453f05a0b43690abd031dd835bff0796679654
parentbab607dcd027d194d81e4784651ddb4ff4cc0eeb (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.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 500f441..80e6328 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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}