diff options
author | Jim Hahn <jrh3@att.com> | 2021-08-25 12:38:21 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-08-25 15:06:47 -0400 |
commit | 7f76b816c7faef74f7ab312d124dba26f77bcf90 (patch) | |
tree | 4ca603de029cf16ca4f3f3dac9b69c6266d7d355 /policy-jdk/pom.xml | |
parent | 179fc0ffb7ab20dd79fd5ebde419b54395f25f22 (diff) |
Bump docker to 2.3.1
Also changed db-migrator to base off of 2.3.0 jre-alpine version. (We
have a "chicken and egg" problem where the migrator can't point to the
current docker version, as it hasn't been released yet, thus pointing it
to the latest released version, which is one back.)
Issue-ID: POLICY-3587
Change-Id: Idf34e9c6a724e31f16636388e239bed059c5dd3e
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-jdk/pom.xml')
-rw-r--r-- | policy-jdk/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-jdk/pom.xml b/policy-jdk/pom.xml index 96a3bbf8..ec30a9a5 100644 --- a/policy-jdk/pom.xml +++ b/policy-jdk/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <artifactId>policy-jdk</artifactId> |