diff options
author | wr148d <wr148d@att.com> | 2022-01-26 12:56:01 -0500 |
---|---|---|
committer | William Reehil <william.reehil@att.com> | 2022-01-26 18:08:30 +0000 |
commit | 70a63fd44ef411e85b8f2dcf3a87e220b8d0fe92 (patch) | |
tree | 0f370ffba5fa25b15dbabc9860689d94dbe714d5 | |
parent | e162f3b59137cc0f13a88f3065031595f64754bd (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: I69c70d9c40f3fdebb1ee2c45692ec74cf12588d3
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,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</groupId> @@ -87,7 +87,7 @@ <!-- Dependency Versions --> <sdc.tosca.version>1.5.1</sdc.tosca.version> - <aai.common.version>1.9.0</aai.common.version> + <aai.common.version>1.9.2</aai.common.version> <aaf.version>2.1.21</aaf.version> <common.logging.version>1.2.2</common.logging.version> |