diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-25 14:19:57 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-25 14:20:46 +0000 |
commit | b778fcc07e7617f7b762426d1718bf076731084e (patch) | |
tree | 45e7c7121f0706da26d8df62782e926b7b2da9d8 | |
parent | 53a87fecb2a7508b72fd3753e28f40bc9605a695 (diff) |
Use the 1.9.4 parent pom in graphadmin
Issue-ID: AAI-3565
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ie1679f5c48dade89206f86e21e66aeda6290e8c7
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.9.3</version> + <version>1.9.4</version> </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> |