diff options
author | wr148d <wr148d@att.com> | 2022-08-16 13:40:35 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-08-16 13:40:35 -0400 |
commit | 9fc185472cf2526ec6911c1873ce43b42ebb226d (patch) | |
tree | 72b0c5d700841109bff0737e950a946258bdb006 /pom.xml | |
parent | 0f1bb7144ac57dd7cf8ca6a29f414cf82f0a8669 (diff) |
[AAI] Upversion to 1.9.6 to include v27
Issue-ID: AAI-3489
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Id5b843284fa475ea9536ace9f07a6c3c7df78d7d
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> @@ -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.9.3</aai.common.version> - <aai.schema.service.version>1.9.5</aai.schema.service.version> + <aai.schema.service.version>1.9.7</aai.schema.service.version> </properties> <build> <pluginManagement> |