summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-02-14 15:11:47 -0500
committerWilliam Reehil <william.reehil@att.com>2022-02-14 20:39:15 +0000
commitfd9d9e1300c062021f7a1d2547718251f58e3810 (patch)
treeb75d7b187842a6c1dc0c358eed2fa3e8b31791b4 /pom.xml
parente03553950dce86463824427dc7f0501923f19d39 (diff)
[AAI] Update traversal to use the new v26 schema and upversion to 1.9.4
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I9632b91d1d4fc948601f15b6b7ce6b3a5bd2a48a
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 1f88384..6b1b769 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>traversal</artifactId>
- <version>1.9.3-SNAPSHOT</version>
+ <version>1.9.4-SNAPSHOT</version>
<name>aai-traversal</name>
<packaging>pom</packaging>
<modules>
@@ -49,7 +49,7 @@
<staging.path>/content/repositories/staging/</staging.path>
<!-- GMaven plugin uses this property to figure out the name of the docker tag -->
<aai.project.version>${project.version}</aai.project.version>
- <aai.schema.service.version>1.9.2</aai.schema.service.version>
+ <aai.schema.service.version>1.9.4</aai.schema.service.version>
</properties>
<build>
<pluginManagement>