diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-12-29 10:56:48 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2023-12-29 10:56:48 +0100 |
commit | 88fb4fa738cb491c4891ee337c1501dbd2c9f854 (patch) | |
tree | a24b8743af362ca4698fa76cd92c8c3aac02cdd6 /aai-common-docker/aai-haproxy-image | |
parent | 03c062dc0d583fff34c17801e1d46a72dfe4c831 (diff) |
Upversion to 1.13.0
- increase version from 1.12.0 to 1.13.0
- release will incorporate refactorings of the past 13 months
Issue-ID: AAI-3705
Change-Id: Iddac93ac90914c232269435501cc625b15f9df75
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-common-docker/aai-haproxy-image')
-rw-r--r-- | aai-common-docker/aai-haproxy-image/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-common-docker/aai-haproxy-image/pom.xml b/aai-common-docker/aai-haproxy-image/pom.xml index c9008837..b29e2f6b 100644 --- a/aai-common-docker/aai-haproxy-image/pom.xml +++ b/aai-common-docker/aai-haproxy-image/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common-docker</artifactId> - <version>1.12.0-SNAPSHOT</version> + <version>1.13.0-SNAPSHOT</version> </parent> <artifactId>aai-haproxy-image</artifactId> - <version>1.12.0-SNAPSHOT</version> + <version>1.13.0-SNAPSHOT</version> <packaging>pom</packaging> <name>aai-aai-haproxy-image</name> <description>Contains dockerfiles for aai-haproxy image.</description> |