diff options
author | wr148d <wr148d@att.com> | 2022-03-21 10:33:55 -0400 |
---|---|---|
committer | William Reehil <william.reehil@att.com> | 2022-03-21 14:39:51 +0000 |
commit | a2eb2b32779e4ce1e640ebf9c2afd06fa5f7dd57 (patch) | |
tree | dd8820b5b6509618cf56d973aeee57875fa3e2ca /pom.xml | |
parent | c61ba88fe9ca35410974c6c568d3338629c91c71 (diff) |
[AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDs
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iaf844c54ed685f03853408a7bc142355b4469e64
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> - <version>1.9.3-SNAPSHOT</version> + <version>1.9.4-SNAPSHOT</version> <properties> @@ -55,7 +55,7 @@ <!-- 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.4</aai.schema.service.version> + <aai.schema.service.version>1.9.5</aai.schema.service.version> <aai.common.version>1.9.3</aai.common.version> <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/ </aai.build.directory> |