diff options
author | Singh <soumya.e.singh@accenture.com> | 2024-04-12 11:32:41 +0530 |
---|---|---|
committer | Singh <soumya.e.singh@accenture.com> | 2024-04-12 12:22:55 +0530 |
commit | 286bfbfb686254577788c8b49417e3b50ee5c858 (patch) | |
tree | 99ba8f999cbc1557365f4ca8bdbe72a2864eadf9 /aai-common-docker/aai-haproxy-image/pom.xml | |
parent | dff80ed76c8e0e6416e0688541f3094db3ca260a (diff) |
Change AAI-Common SNAPSHOT Version from 1.13.5 to 1.13.6
- Update AAI-common version from 1.13.5-SNAPSHOT to 1.13.6-SNAPSHOT
Issue-ID: AAI-3792
Change-Id: Ic281351007bab8bbc634c8f431be6bcd27ad83cd
Signed-off-by: Singh <soumya.e.singh@accenture.com>
Diffstat (limited to 'aai-common-docker/aai-haproxy-image/pom.xml')
-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 c2172309..5f439483 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.13.5-SNAPSHOT</version> + <version>1.13.6-SNAPSHOT</version> </parent> <artifactId>aai-haproxy-image</artifactId> - <version>1.13.5-SNAPSHOT</version> + <version>1.13.6-SNAPSHOT</version> <packaging>pom</packaging> <name>aai-aai-haproxy-image</name> <description>Contains dockerfiles for aai-haproxy image.</description> |