diff options
author | wr148d <wr148d@att.com> | 2022-03-02 15:57:58 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-03-02 15:57:58 -0500 |
commit | ecbb5f586dcf29ae18f41351585bd60a707d508e (patch) | |
tree | b3f8655b162172cff04cfccb8d836ef732d93533 /aai-common-docker | |
parent | 9342c2f6046bf4e50c86d5dde9c594f087a9288b (diff) |
[AAI] Upversion common to 1.9.3 for security vulnerability rollout
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iaf5aea281d59556ccaa930c5ad2dc1fe26cf3c6f
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 25998a2b..d00f6ff9 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.2-SNAPSHOT</version> + <version>1.9.3-SNAPSHOT</version> </parent> <artifactId>aai-common-images</artifactId> - <version>1.9.2-SNAPSHOT</version> + <version>1.9.3-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 b125543b..2df2edd2 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.2-SNAPSHOT</version> + <version>1.9.3-SNAPSHOT</version> </parent> <artifactId>aai-haproxy-image</artifactId> diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index f3f95346..b86511e3 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.2-SNAPSHOT</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> |