diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-14 15:32:31 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-14 15:32:35 -0400 |
commit | df88554407c10138a43453dff6f0d0392c5666c7 (patch) | |
tree | af1dd16f446da7157b9a4d84a31a0b49ee8f226f | |
parent | d93e02386585d764bc22e288afdb9a39dcf63aa7 (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.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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} |