diff options
author | wr148d <wr148d@att.com> | 2022-01-13 11:30:29 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-01-13 11:30:29 -0500 |
commit | 3bb5c80d1048404bcb88982311de8d6a0441677a (patch) | |
tree | 476f164c4a1f8c6289b243364e075a63efdb3516 /aai-common-docker | |
parent | cdf5ffba4002b5a8aca77676b14928f00f3c79e6 (diff) |
[AAI] Upversion aai-common to 1.9.1
Issue-ID: AAI-3428
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Icb9665a8e975d37fcd6beeee923c1009bcde9641
Diffstat (limited to 'aai-common-docker')
-rw-r--r-- | aai-common-docker/aai-common-images/pom.xml | 4 | ||||
-rw-r--r-- | aai-common-docker/aai-haproxy-image/pom.xml | 2 | ||||
-rw-r--r-- | aai-common-docker/pom.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/aai-common-docker/aai-common-images/pom.xml b/aai-common-docker/aai-common-images/pom.xml index b0396e1b..0e92f3e4 100644 --- a/aai-common-docker/aai-common-images/pom.xml +++ b/aai-common-docker/aai-common-images/pom.xml @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common-docker</artifactId> - <version>1.9.0-SNAPSHOT</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>aai-common-images</artifactId> - <version>1.9.0-SNAPSHOT</version> + <version>1.9.1-SNAPSHOT</version> <packaging>pom</packaging> <name>aai-aai-common-images</name> <description>Contains dockerfiles for aai-common images (alpine and ubuntu based).</description> diff --git a/aai-common-docker/aai-haproxy-image/pom.xml b/aai-common-docker/aai-haproxy-image/pom.xml index 433d35f2..1795fdc0 100644 --- a/aai-common-docker/aai-haproxy-image/pom.xml +++ b/aai-common-docker/aai-haproxy-image/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common-docker</artifactId> - <version>1.9.0-SNAPSHOT</version> + <version>1.9.1-SNAPSHOT</version> </parent> <artifactId>aai-haproxy-image</artifactId> diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index 531cff10..010f8b60 100644 --- a/aai-common-docker/pom.xml +++ b/aai-common-docker/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.9.0-SNAPSHOT</version> + <version>1.9.1-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> |