summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2021-01-19 10:24:03 -0500
committerHarish Venkata Kajur <vk250x@att.com>2021-02-02 15:17:08 -0500
commitacf6cddf4897dc6718288910837618d6d06a4f64 (patch)
tree13355c202548ca0486b8649e5f12fc6340df9cd1 /pom.xml
parent4ab907875d9f7c2a0e9c05dadec6f7df6eac3c7f (diff)
Update resources to use v23
Issue-ID: AAI-3249 Change-Id: I1bcc27a79e7e34c47bff146c76c5a648105d772d Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2c49f8b..2c3d7ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.resources</groupId>
<artifactId>resources</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.2-SNAPSHOT</version>
<name>aai-resources</name>
<packaging>pom</packaging>
<modules>
@@ -49,7 +49,7 @@
<!-- GMaven plugin uses this property to figure out the name of the docker tag -->
<aai.project.version>${project.version}</aai.project.version>
<aai.common.version>1.8.1</aai.common.version>
- <aai.schema.service.version>1.7.9</aai.schema.service.version>
+ <aai.schema.service.version>1.8.3</aai.schema.service.version>
</properties>
<build>
<pluginManagement>