diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-03-02 14:25:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-02 14:25:55 +0000 |
commit | e2e4f0497a143fa777e5135fca80e9050d65c754 (patch) | |
tree | 9c4e29664ce3ce9c4c47718a7b50e871af5a2c59 /policy-jre | |
parent | 02f5a154191a3f8c80d8b33caf59bf6c95049794 (diff) | |
parent | ac7a0339fa69103ba6475efa910b05ef42bdcafe (diff) |
Merge "Bump policy/docker 2.0.2"
Diffstat (limited to 'policy-jre')
-rw-r--r-- | policy-jre/alpine/pom.xml | 2 | ||||
-rw-r--r-- | policy-jre/debian-slim/pom.xml | 2 | ||||
-rw-r--r-- | policy-jre/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index 21b6bc41..f042c42d 100644 --- a/policy-jre/alpine/pom.xml +++ b/policy-jre/alpine/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>policy-jre</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/policy-jre/debian-slim/pom.xml b/policy-jre/debian-slim/pom.xml index 8829f386..ad2d85ca 100644 --- a/policy-jre/debian-slim/pom.xml +++ b/policy-jre/debian-slim/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>policy-jre</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index f7a7dd31..8620572e 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.docker</groupId> <artifactId>docker</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> </parent> <artifactId>policy-jre</artifactId> |