aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleila <leila.nishimwe@bell.ca>2023-01-18 15:56:58 -0500
committerleila <leila.nishimwe@bell.ca>2023-01-18 15:57:53 -0500
commit15f4db45d559e990ee9333ae756a813e0f48aa2a (patch)
treecea1e69cbc0f727bf1fd7162a79bb0dbe3a7a826
parentf3af6808ddfcbd60fb63da0e615bc90d565f6698 (diff)
[AAI] Upversion graphadmin to 1.10.0
Issue-ID: AAI-3622 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: Iac20be6c638ad2938f4ee7513cf00fa290e8666a
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index f920b7d..5ad3f89 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
- <version>1.9.5-SNAPSHOT</version>
+ <version>1.10.0-SNAPSHOT</version>
<properties>
diff --git a/version.properties b/version.properties
index f643906..6117b37 100644
--- a/version.properties
+++ b/version.properties
@@ -4,8 +4,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=9
-patch_version=5
+minor_version=10
+patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}