diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-03-10 11:25:48 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-03-10 12:24:35 -0400 |
commit | d9a489527750074eb8dd42bd2d0cfaef5de7c86f (patch) | |
tree | bf2cad1d97282d96c50b979efa2b1e2ee10c31ba /aai-common-docker/aai-haproxy-image | |
parent | 6f0577db0cc8bd169d5d420e22b576397817f8bd (diff) |
Move back to spring-boot 1.5 for bugfix
Issue-ID: AAI-2831
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I1e3d278fe343e4f05cdfd71d2443aef19c8541c2
Diffstat (limited to 'aai-common-docker/aai-haproxy-image')
-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 cfda0299..d77f7f62 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.6.9-SNAPSHOT</version> + <version>1.6.10-SNAPSHOT</version> </parent> <artifactId>aai-haproxy-image</artifactId> - <version>1.6.9-SNAPSHOT</version> + <version>1.6.10-SNAPSHOT</version> <packaging>pom</packaging> <name>aai-aai-haproxy-image</name> <description>Contains dockerfiles for aai-haproxy image.</description> |