diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-07 11:11:01 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-07 11:11:01 +0200 |
commit | b53da76193279c6004bb27cc0db5f7bfa2d118e4 (patch) | |
tree | b14d9baffc43b530de4c879bb563d6b7f13d8fcd /aai-common-docker/pom.xml | |
parent | bcc870ac8e89f8ea87f2e5a2e0a1c6d4f36fee68 (diff) |
Update oparent to version 3.X
- update oparent (2.1.0 -> 3.0.2)
- bump snapshot version to 1.15.1-SNAPSHOT
Issue-ID: AAI-4012
Change-Id: I308d825c438e89f23fbe018d22a7bf4ef56fd114
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-common-docker/pom.xml')
-rw-r--r-- | aai-common-docker/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index 97710d2b..7f254779 100644 --- a/aai-common-docker/pom.xml +++ b/aai-common-docker/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.15.0-SNAPSHOT</version> + <version>1.15.1-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> |