diff options
author | leila <leila.nishimwe@bell.ca> | 2023-01-18 15:47:56 -0500 |
---|---|---|
committer | leila <leila.nishimwe@bell.ca> | 2023-01-18 15:49:12 -0500 |
commit | 973bd56f77c163e4bc0d09cafcb49f12910db1db (patch) | |
tree | 0f88ed2a5d7d5cacaf013547719aadba1e2b24c1 | |
parent | 56d2237dedea24b54e12e725e199ba21b817e6e2 (diff) |
[AAI] Upversion resources to 1.10.0
Issue-ID: AAI-3622
Signed-off-by: leila <leila.nishimwe@bell.ca>
Change-Id: I2aae05434f766cd115778a2789c85f70c22c8443
-rw-r--r-- | aai-resources/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index c9c93d3..bc8cd57 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.9.6-SNAPSHOT</version> + <version>1.10.0-SNAPSHOT</version> </parent> <properties> <java.version>1.8</java.version> @@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.9.6-SNAPSHOT</version> + <version>1.10.0-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> diff --git a/version.properties b/version.properties index 79d7ece..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=6 +minor_version=10 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |