aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-13 18:18:21 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-13 18:18:30 -0400
commit944af3cbe4dc8e43426a8c647d13c765b977b2fe (patch)
treecabb5f9f119ebccb17c6b8057324d7fda24f6009
parentadb699c66f5dfda395ff3a312e51f8dbe6b6c9d9 (diff)
Upversion cacher in elalto5.1.0-ONAP5.0.1-ONAP
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I1ecb2c9c049e12b8b0f901807e52e2e1c29ec5e1
-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 110c057..b5641d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.aai.cacher</groupId>
<artifactId>aai-cacher</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
diff --git a/version.properties b/version.properties
index b11eaff..4814eb2 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=5
-patch_version=0
+patch_version=1
base_version=${major_version}.${minor_version}.${patch_version}