aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-10-09 22:34:08 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-10-12 10:52:31 -0400
commitee76697cd8376de8f06652c36d507f7cbd8716c1 (patch)
tree45404e6543bc022adace6d33860a760635c9e6ef
parented67d1f26c8f3a3bc7fda71a7c09f856ce8747ce (diff)
Upversion Graphadmin to 1.1.0-SNAPSHOT
Issue-ID: AAI-1726 Change-Id: I2950d8435e82ccf13f412c6d74d4e5568d91d958 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1644f17..14635a9 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<properties>
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}