diff options
author | Nandkishor Patke <nandkishor-laxman.patke@t-systems.com> | 2024-07-01 09:41:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-07-01 09:41:08 +0000 |
commit | 27a66fed587bbd018453fea25c9468a2b10ed603 (patch) | |
tree | 15b9f01dd1c6919eac6867ea8f9df4c35182256c | |
parent | 637faa81e6bbb096694bbd9bef16203bfc5e09d9 (diff) | |
parent | 4f5404caa0664bf264223c7a0c5adadb34341bdc (diff) |
Merge "Use 1.14.3 release version of aai-common in aai-resources"
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |