diff options
author | 2025-02-04 08:00:04 +0100 | |
---|---|---|
committer | 2025-02-04 08:00:04 +0100 | |
commit | c828a2ab9829c189e6978843d4acdf46ac13491e (patch) | |
tree | 0d303a6496b12771f27d5fe9ef549b5fb26355d8 | |
parent | be64c9e914ce59f0b224dfcc17994acdae96a921 (diff) |
Use 1.15.5 aai-common release1.15.5
Issue-ID: AAI-4119
Change-Id: I78ea891ab0b880f6324d00dbc5d9fab1f8e51daf
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.5-SNAPSHOT</version> + <version>1.15.5</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.5-SNAPSHOT</aai.common.version> + <aai.common.version>1.15.5</aai.common.version> <aai.schema.service.version>1.12.7</aai.schema.service.version> </properties> <build> |