diff options
author | James Forsyth <jf2512@att.com> | 2018-10-12 16:39:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-12 16:39:14 +0000 |
commit | 1a5fc4ad73a29f8b074661a99dd790cd1896b7c2 (patch) | |
tree | 9319d7906ce2554e1c26bce388832fc7725316c8 | |
parent | 7c1073fbc6d70bed126d52274b8c4e90c059869a (diff) | |
parent | ee76697cd8376de8f06652c36d507f7cbd8716c1 (diff) |
Merge "Upversion Graphadmin to 1.1.0-SNAPSHOT"
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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} |