Use 1.14.3 release version of aai-common in aai-resources 47/138347/1 1.14.3
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 1 Jul 2024 08:37:01 +0000 (10:37 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 1 Jul 2024 08:37:28 +0000 (10:37 +0200)
Issue-ID: AAI-3907
Change-Id: I3a3223e73842a10a48f5ef65762b53456c14b01b
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
pom.xml

diff --git a/pom.xml b/pom.xml
index b25b5d5..4ad35d5 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.14.3-SNAPSHOT</version>
+        <version>1.14.3</version>
     </parent>
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>resources</artifactId>
@@ -48,7 +48,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.14.3-SNAPSHOT</aai.common.version>
+        <aai.common.version>1.14.3</aai.common.version>
         <aai.schema.service.version>1.12.4</aai.schema.service.version>
     </properties>
     <build>