summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-14 15:32:31 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-14 15:32:35 -0400
commitdf88554407c10138a43453dff6f0d0392c5666c7 (patch)
treeaf1dd16f446da7157b9a4d84a31a0b49ee8f226f
parentd93e02386585d764bc22e288afdb9a39dcf63aa7 (diff)
Upversion model-loader in elalto
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib0de924d6a91b178ae6ed59c556a67907297a323
-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 25b4d67..17b8a82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.onap.aai.model-loader</groupId>
<artifactId>model-loader</artifactId>
<name>aai-model-loader</name>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
diff --git a/version.properties b/version.properties
index 4c24975..bdd5853 100644
--- a/version.properties
+++ b/version.properties
@@ -25,7 +25,7 @@
major=1
minor=5
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}