aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-10-19 11:27:58 -0400
committerwr148d <wr148d@att.com>2022-10-19 11:27:58 -0400
commit8618ade629d7c136553ca5ddb25ff0d3a88229d9 (patch)
treee2fde3bbaf216226b283c0661482d93dabdb2dc3 /pom.xml
parentc759756efa34879f57015c65193107ef642554dc (diff)
[AAI] Upversion graphadmin to 1.11.0 for Kohn
Issue-ID: AAI-3537 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Iddb9befb900aa1be8a0a0bf2b87d192d3009bf00
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a915b8b..8ec5aa2 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.11.0-SNAPSHOT</version>
<properties>
@@ -55,8 +55,8 @@
<!-- This value should be overwritten at runtime to wherever need to be pushed to -->
<docker.push.registry>localhost:5000</docker.push.registry>
<aai.docker.version>1.0.0</aai.docker.version>
- <aai.schema.service.version>1.9.7</aai.schema.service.version>
- <aai.common.version>1.9.3</aai.common.version>
+ <aai.schema.service.version>1.11.0</aai.schema.service.version>
+ <aai.common.version>1.9.4</aai.common.version>
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/
</aai.build.directory>
<aai.docker.namespace>onap</aai.docker.namespace>