diff options
author | Robby Maharajh <rx2202@us.att.com> | 2022-01-26 19:09:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-01-26 19:09:17 +0000 |
commit | 163fb055d2dc4cecb6e2f1ec313aaef33e6d2c24 (patch) | |
tree | 460cb09d6a8c8c1a90e54df271e093c0cb3cd2dc /pom.xml | |
parent | 6c006a13328f6eb388d6cbd0ac3323f3462b3343 (diff) | |
parent | 44cb692a756beaa6d7c3ac7f029e2ba5f08e6a5d (diff) |
Merge "[AAI] Upgraded microservices to use the latest aai-common 1.9.2"
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.9.0</version> + <version>1.9.2</version> </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> @@ -56,7 +56,7 @@ <docker.push.registry>localhost:5000</docker.push.registry> <aai.docker.version>1.0.0</aai.docker.version> <aai.schema.service.version>1.9.0</aai.schema.service.version> - <aai.common.version>1.9.0</aai.common.version> + <aai.common.version>1.9.2</aai.common.version> <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/ </aai.build.directory> <aai.docker.namespace>onap</aai.docker.namespace> |