diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-12-06 11:04:03 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-12-06 11:04:03 +0100 |
commit | 851143d9f9e7c7ae302f4d8e81f24628acd80411 (patch) | |
tree | 1c069bd7c714bf94d12250e30c930514c19ad76b | |
parent | 18ae88b2ea07ad0ddf5eab283301dcfe520450a0 (diff) |
Use 1.15.3 aai-common version1.15.3
- change from snapshot to release version
Issue-ID: AAI-4080
Change-Id: Ie592b510870871383a450758c29a036250b28c63
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-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.15.3-SNAPSHOT</version> + <version>1.15.3</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.15.3-SNAPSHOT</aai.common.version> + <aai.common.version>1.15.3</aai.common.version> <aai.schema.service.version>1.12.6</aai.schema.service.version> </properties> <build> |