aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiharika Sharma <niharika.sharma@amdocs.com>2022-11-09 12:59:25 -0500
committerNiharika Sharma <niharika.sharma@amdocs.com>2022-11-09 12:59:30 -0500
commit9224a089e529e08c076a55b335f3c754e3f57e07 (patch)
tree0dfd057b2a09bae40edbe0d38ae702f55c2c2901
parent13c93cbab89367a554cf8de1204a9bec9727ff3c (diff)
[AAI] Upversion resources to 1.9.6
Issue-ID: AAI-3587 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: I22979391dde112b4176dcb2c6cff4a829dd401e6
-rw-r--r--aai-resources/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index 364dc57..c9c93d3 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.5-SNAPSHOT</version>
+ <version>1.9.6-SNAPSHOT</version>
</parent>
<properties>
<java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index 4893057..d41d930 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.9.5-SNAPSHOT</version>
+ <version>1.9.6-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
diff --git a/version.properties b/version.properties
index f643906..79d7ece 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=9
-patch_version=5
+patch_version=6
base_version=${major_version}.${minor_version}.${patch_version}