diff options
author | wr148d <wr148d@att.com> | 2022-01-26 12:55:53 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-01-26 12:55:53 -0500 |
commit | 434f4a84dc7a8f5936857d2f67a30955326f881c (patch) | |
tree | c125c3aeca43e4a76aa9008a06900b783f5f5606 /pom.xml | |
parent | f0bbec4e5591de5fd37f985b54d3da8cd3fa98cd (diff) |
[AAI] Upgraded microservices to use the latest aai-common 1.9.2
Issue-ID: AAI-3433
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I25f0147d398e4a4783364c012ccfc728f016c895
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.8.2</version> + <version>1.9.2</version> </parent> <groupId>org.onap.aai.graphgraph</groupId> @@ -26,7 +26,7 @@ <docker.registry>docker.io</docker.registry> <docker.push.registry>localhost:5000</docker.push.registry> <aai.docker.namespace>onap</aai.docker.namespace> - <aai.common.version>1.8.2</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> <graphgraph.startpath>src/main/resources/</graphgraph.startpath> <sonar.javascript.lcov.reportPaths>${project.basedir}/graphgraph-fe/coverage/lcov.info</sonar.javascript.lcov.reportPaths> |