aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-07-01 10:37:01 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-07-01 10:37:28 +0200
commit4f5404caa0664bf264223c7a0c5adadb34341bdc (patch)
tree132726ae88fd30f25e1506fba05058c2f3593e11
parent7734d5ca985fb0f47347d644a53b76b46da4cf41 (diff)
Use 1.14.3 release version of aai-common in aai-resources1.14.3
Issue-ID: AAI-3907 Change-Id: I3a3223e73842a10a48f5ef65762b53456c14b01b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b25b5d5..4ad35d5 100644
--- 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>