diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 10:29:48 -0400 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2020-04-14 18:08:34 +0000 |
commit | 71d81fa49428fcd2080844482e4e1205a9481ae4 (patch) | |
tree | 73652fef6efe76c3833c19b69bc7fe691e7f606f /aai-common-docker | |
parent | a39137cdb8755b6a15807b302ebbf8a443b99a51 (diff) |
Upversion to 1.7.0
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I113f7a0874877b1815ec8bb47482d1911f23f836
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 e2792e9c..500d3bb3 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.6.11-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </parent> <artifactId>aai-common-images</artifactId> - <version>1.6.11-SNAPSHOT</version> + <version>1.7.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 49a1a328..ed7af0c5 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.6.11-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </parent> <artifactId>aai-haproxy-image</artifactId> diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index 900667ba..5d7dcfd2 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.6.11-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> |