From: Kajur, Harish (vk250x) Date: Wed, 10 Oct 2018 02:37:54 +0000 (-0400) Subject: Upversion cacher to 1.1.0-SNAPSHOT X-Git-Tag: 1.1.0~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4427a5411a87c57634885d674c19cdc1f83541b1;p=aai%2Fcacher.git Upversion cacher to 1.1.0-SNAPSHOT Issue-ID: AAI-1726 Change-Id: Icadf0cec914477c220ecdd47610cd34138a4442a Signed-off-by: Kajur, Harish (vk250x) --- diff --git a/pom.xml b/pom.xml index 08d1ddc..67c149d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.cacher aai-cacher - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT org.onap.oparent 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}