diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-25 09:41:30 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-25 09:41:30 +0000 |
commit | eee4b72f1c89194889803ae3696a2b12f27b90bb (patch) | |
tree | 23e23a37768521981e20d22c7f2fc8f151cd4fad | |
parent | e2f49e59082350c71eccecb1d352bfad8463ec1c (diff) |
Use the 1.9.3 parent pom in rest-client
Issue-ID: AAI-3561
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ia261faf1679de4c59cd7eb7ae92f6d107815a8b2
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.9.2</version> + <version>1.9.3</version> </parent> <groupId>org.onap.aai</groupId> |