aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNandkishor Patke <nandkishor-laxman.patke@t-systems.com>2024-07-01 09:41:08 +0000
committerGerrit Code Review <gerrit@onap.org>2024-07-01 09:41:08 +0000
commit27a66fed587bbd018453fea25c9468a2b10ed603 (patch)
tree15b9f01dd1c6919eac6867ea8f9df4c35182256c
parent637faa81e6bbb096694bbd9bef16203bfc5e09d9 (diff)
parent4f5404caa0664bf264223c7a0c5adadb34341bdc (diff)
Merge "Use 1.14.3 release version of aai-common in aai-resources"
-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>