diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-17 12:17:55 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-17 12:17:55 +0200 |
commit | b91fd8d248685e59b4d3d16cffd31397a3666508 (patch) | |
tree | f7d26a6644d0edc527ba7e462dab15ed3d8b933f /pom.xml | |
parent | 15881c7544fdb476c056f5ef14cf8e0da1ec4cb1 (diff) |
Release 1.15.11.15.1
- cleanup notification logic to get rid of ActiveMQ
- remove activemq and jms related dependencies
Issue-ID: AAI-4019
Change-Id: I3670601d7d755ac2d675ca4be02273038dfd4cda
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-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.1-SNAPSHOT</version> + <version>1.15.1</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.1-SNAPSHOT</aai.common.version> + <aai.common.version>1.15.1</aai.common.version> <aai.schema.service.version>1.12.5</aai.schema.service.version> </properties> <build> |