summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-10-17 12:21:06 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-10-17 12:21:06 +0200
commit7c82100445839de4c5ce678cfccf017252693e79 (patch)
treed9d7d88a70b99a2fb2b5252ae0903d34e4bd363c
parentd567ebe4b4f74ad9ac442cca27c361c971c67e1e (diff)
Switch to aai-common 1.15.1 release version1.15.1
Issue-ID: AAI-4019 Change-Id: I1da194f594fbee990d654df032cbdb912cfbbe08 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rwxr-xr-xpom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2ee412a..563d7dd 100755
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.15.1-SNAPSHOT</version>
+ <version>1.15.1</version>
</parent>
<groupId>org.onap.aai.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
@@ -55,7 +55,7 @@
<docker.push.registry>localhost:5000</docker.push.registry>
<aai.docker.version>1.0.0</aai.docker.version>
<aai.schema.service.version>1.12.5</aai.schema.service.version>
- <aai.common.version>1.15.1-SNAPSHOT</aai.common.version>
+ <aai.common.version>1.15.1</aai.common.version>
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/
</aai.build.directory>
<aai.docker.namespace>onap</aai.docker.namespace>