diff options
author | wreehil <wr148d@att.com> | 2021-08-18 12:24:35 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2021-08-18 12:24:35 -0400 |
commit | 5f9657417273e44db066beee322a263c36387a7f (patch) | |
tree | 16fa148ae2cb639fcc0abd2dc3beafd206720a8e /aai-common-docker | |
parent | e623f779e146050c5b6824906b98e6eac59b6eb5 (diff) |
[AAI] Upversioning aai-common to 1.9.0 for Istanbul
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I516987a9ec57a744c7c2f1e153a37794bebdc4fa
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 bccdae88..b0396e1b 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.8.2-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> </parent> <artifactId>aai-common-images</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.9.0-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 48f1db24..433d35f2 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.8.2-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> </parent> <artifactId>aai-haproxy-image</artifactId> diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index 62adcd34..531cff10 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.8.2-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> |