Use 1.15.3 aai-common version 82/139682/1 1.15.3
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 6 Dec 2024 10:04:03 +0000 (11:04 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Fri, 6 Dec 2024 10:04:03 +0000 (11:04 +0100)
- change from snapshot to release version

Issue-ID: AAI-4080
Change-Id: Ie592b510870871383a450758c29a036250b28c63
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
pom.xml

diff --git a/pom.xml b/pom.xml
index e32dd9d..6cea609 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-parent</artifactId>
-        <version>1.15.3-SNAPSHOT</version>
+        <version>1.15.3</version>
     </parent>
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>resources</artifactId>
@@ -49,7 +49,7 @@
         <staging.path>/content/repositories/staging/</staging.path>
         <!-- GMaven plugin uses this property to figure out the name of the docker tag -->
         <aai.project.version>${project.version}</aai.project.version>
-        <aai.common.version>1.15.3-SNAPSHOT</aai.common.version>
+        <aai.common.version>1.15.3</aai.common.version>
         <aai.schema.service.version>1.12.6</aai.schema.service.version>
     </properties>
     <build>