aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-10-09 22:37:54 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-10-12 10:52:50 -0400
commit4427a5411a87c57634885d674c19cdc1f83541b1 (patch)
treee83ab820c03f99500a1736647e77fa703cfbdb3b
parent8eab9525b6932f8b46571c0ac665c8b0831fd519 (diff)
Upversion cacher to 1.1.0-SNAPSHOT
Issue-ID: AAI-1726 Change-Id: Icadf0cec914477c220ecdd47610cd34138a4442a Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.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 08d1ddc..67c149d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.aai.cacher</groupId>
<artifactId>aai-cacher</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
diff --git a/version.properties b/version.properties
index 49e2720..c48027c 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=0
+minor_version=1
patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}