aboutsummaryrefslogtreecommitdiffstats
path: root/policy-jdk
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-08-25 12:38:21 -0400
committerJim Hahn <jrh3@att.com>2021-08-25 15:06:47 -0400
commit7f76b816c7faef74f7ab312d124dba26f77bcf90 (patch)
tree4ca603de029cf16ca4f3f3dac9b69c6266d7d355 /policy-jdk
parent179fc0ffb7ab20dd79fd5ebde419b54395f25f22 (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')
-rw-r--r--policy-jdk/alpine/pom.xml2
-rw-r--r--policy-jdk/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/policy-jdk/alpine/pom.xml b/policy-jdk/alpine/pom.xml
index a4a3a104..31409c2c 100644
--- a/policy-jdk/alpine/pom.xml
+++ b/policy-jdk/alpine/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.docker</groupId>
<artifactId>policy-jdk</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
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>