aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-10-12 16:39:14 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-12 16:39:14 +0000
commit1a5fc4ad73a29f8b074661a99dd790cd1896b7c2 (patch)
tree9319d7906ce2554e1c26bce388832fc7725316c8
parent7c1073fbc6d70bed126d52274b8c4e90c059869a (diff)
parentee76697cd8376de8f06652c36d507f7cbd8716c1 (diff)
Merge "Upversion Graphadmin to 1.1.0-SNAPSHOT"
-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 e733f72..eb4b986 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}