Use 1.16.0 parent pom 05/140605/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 27 Mar 2025 10:29:29 +0000 (11:29 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 27 Mar 2025 12:07:01 +0000 (13:07 +0100)
- pin aai-parent (1.16.0-SNAPSHOT -> 1.16.0)

Issue-ID: AAI-4151
Change-Id: I9e63fadbac56679722f0321af0f58076fd58c5a2
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
aai-resources/pom.xml
pom.xml

index b593bef..7aea10d 100644 (file)
                             <apiVersion>1.23</apiVersion>
                             <images>
                                 <image>
-                                    <name>${docker.push.registry}/${aai.docker.namespace}/${project.artifactId}:%l
-                                    </name>
+                                    <name>${docker.push.registry}/${aai.docker.namespace}/${project.artifactId}:%l</name>
                                     <build>
                                         <filter>@</filter>
                                         <tags>
diff --git a/pom.xml b/pom.xml
index 361f704..30d36af 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.16.0-SNAPSHOT</version>
+        <version>1.16.0</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.16.0-SNAPSHOT</aai.common.version>
+        <aai.common.version>1.16.0</aai.common.version>
         <aai.schema.service.version>1.12.7</aai.schema.service.version>
     </properties>
     <build>