From b8cdb76ea106743d283f947af9b23c2da0beb6a2 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 29 May 2022 23:25:02 +0530 Subject: [PATCH] [RELEASE] Prepare for next development iteration Signed-off-by: Rohan Kumar --- doc/changelog.md | 1 + it/builder/app-image/pom.xml | 2 +- it/builder/app/pom.xml | 2 +- it/builder/builder-image/pom.xml | 2 +- it/builder/pom.xml | 4 ++-- it/docker-compose/pom.xml | 4 ++-- it/dockerfile/pom.xml | 4 ++-- it/dockerignore/pom.xml | 4 ++-- it/healthcheck/pom.xml | 4 ++-- it/helloworld/pom.xml | 4 ++-- it/log/pom.xml | 4 ++-- it/multi-assembly/pom.xml | 4 ++-- it/net/pom.xml | 4 ++-- it/pom.xml | 4 ++-- it/properties/pom.xml | 4 ++-- it/run-java/pom.xml | 4 ++-- it/smallest/pom.xml | 4 ++-- it/spring-boot-with-jib/pom.xml | 4 ++-- it/volume/pom.xml | 4 ++-- it/zero-config/pom.xml | 4 ++-- parent/pom.xml | 2 +- pom.xml | 4 ++-- samples/build-cache/app/pom.xml | 2 +- samples/build-cache/image/pom.xml | 2 +- samples/build-cache/pom.xml | 2 +- samples/cargo-jolokia/pom.xml | 2 +- samples/copy-from-container/pom.xml | 2 +- samples/custom-net/pom.xml | 2 +- samples/data-jolokia/pom.xml | 2 +- samples/docker-compose/pom.xml | 2 +- samples/dockerfile/pom.xml | 2 +- samples/dockerignore/pom.xml | 2 +- samples/healthcheck/pom.xml | 2 +- samples/helloworld/pom.xml | 2 +- samples/log/pom.xml | 2 +- samples/multi-architecture/pom.xml | 2 +- samples/multi-assembly/pom.xml | 2 +- samples/multi-wait/pom.xml | 2 +- samples/net/pom.xml | 2 +- samples/pom.xml | 2 +- samples/properties/pom.xml | 2 +- samples/run-java/pom.xml | 2 +- samples/smallest/pom.xml | 2 +- samples/spring-boot-with-jib/pom.xml | 2 +- samples/volume/pom.xml | 2 +- samples/zero-config/pom.xml | 2 +- 46 files changed, 63 insertions(+), 62 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index 1b85d0eae..215004282 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,4 +1,5 @@ # ChangeLog +* **0.41.0-SNAPSHOT**: * **0.40.0** (2022-05-29): - `docker:stop` should respect docker.skip even when `docker.executeStopOnVMShutdown` is set to `true` ([1561](https://github.com/fabric8io/docker-maven-plugin/pull/1561)) @doyleyoung diff --git a/it/builder/app-image/pom.xml b/it/builder/app-image/pom.xml index 198ccd259..dec3a17e7 100644 --- a/it/builder/app-image/pom.xml +++ b/it/builder/app-image/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.itests dmp-it-builder-parent - 0.40.0 + 0.41.0-SNAPSHOT dmp-it-builder-app-image diff --git a/it/builder/app/pom.xml b/it/builder/app/pom.xml index 24f872741..476ad4797 100644 --- a/it/builder/app/pom.xml +++ b/it/builder/app/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.itests dmp-it-builder-parent - 0.40.0 + 0.41.0-SNAPSHOT dmp-it-builder-app diff --git a/it/builder/builder-image/pom.xml b/it/builder/builder-image/pom.xml index f0d4d0f44..e8c6523b2 100644 --- a/it/builder/builder-image/pom.xml +++ b/it/builder/builder-image/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.itests dmp-it-builder-parent - 0.40.0 + 0.41.0-SNAPSHOT dmp-it-builder-builder-image diff --git a/it/builder/pom.xml b/it/builder/pom.xml index e0a117c05..70867a3af 100644 --- a/it/builder/pom.xml +++ b/it/builder/pom.xml @@ -28,7 +28,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml @@ -49,7 +49,7 @@ dmp-it-builder-app.tar.gz true 3.3.0 - 2022-05-29T12:39:30Z + 2022-05-29T17:38:38Z @ diff --git a/it/docker-compose/pom.xml b/it/docker-compose/pom.xml index bcd736518..244db8e56 100644 --- a/it/docker-compose/pom.xml +++ b/it/docker-compose/pom.xml @@ -22,12 +22,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml dmp-it-docker-compose - 0.40.0 + 0.41.0-SNAPSHOT http://www.jolokia.org diff --git a/it/dockerfile/pom.xml b/it/dockerfile/pom.xml index 59584da0c..db53d5b63 100644 --- a/it/dockerfile/pom.xml +++ b/it/dockerfile/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml dockerfile - 0.40.0 + 0.41.0-SNAPSHOT war dmp-it-dockerfile diff --git a/it/dockerignore/pom.xml b/it/dockerignore/pom.xml index 8c2ca921a..84d4a7982 100644 --- a/it/dockerignore/pom.xml +++ b/it/dockerignore/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml dmp-it-dockerignore - 0.40.0 + 0.41.0-SNAPSHOT docker-build diff --git a/it/healthcheck/pom.xml b/it/healthcheck/pom.xml index eef305bcd..98795dc1a 100644 --- a/it/healthcheck/pom.xml +++ b/it/healthcheck/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml dmp-it-healthcheck - 0.40.0 + 0.41.0-SNAPSHOT diff --git a/it/helloworld/pom.xml b/it/helloworld/pom.xml index 4a0612e60..4fe2bfe81 100644 --- a/it/helloworld/pom.xml +++ b/it/helloworld/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml dmp-it-helloworld - 0.40.0 + 0.41.0-SNAPSHOT jar dmp-it-helloworld diff --git a/it/log/pom.xml b/it/log/pom.xml index 4fe8008f9..d90979950 100644 --- a/it/log/pom.xml +++ b/it/log/pom.xml @@ -13,13 +13,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml io.fabric8 dmp-it-log - 0.40.0 + 0.41.0-SNAPSHOT diff --git a/it/multi-assembly/pom.xml b/it/multi-assembly/pom.xml index b3b3a65e8..6dbbf25cb 100644 --- a/it/multi-assembly/pom.xml +++ b/it/multi-assembly/pom.xml @@ -5,12 +5,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml dmp-multi-assembly - 0.40.0 + 0.41.0-SNAPSHOT jar Docker Maven Plugin Integration Test with Spring Boot with Multiple Layers diff --git a/it/net/pom.xml b/it/net/pom.xml index 389b479ef..693371e54 100644 --- a/it/net/pom.xml +++ b/it/net/pom.xml @@ -16,12 +16,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml dmp-it-net - 0.40.0 + 0.41.0-SNAPSHOT diff --git a/it/pom.xml b/it/pom.xml index 5a1eedf4c..fb251c9a6 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp parent - 0.40.0 + 0.41.0-SNAPSHOT ../parent/pom.xml @@ -15,7 +15,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT pom diff --git a/it/properties/pom.xml b/it/properties/pom.xml index aaa8a08fb..4df920ae0 100644 --- a/it/properties/pom.xml +++ b/it/properties/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml dmp-it-properties - 0.40.0 + 0.41.0-SNAPSHOT docker-build diff --git a/it/run-java/pom.xml b/it/run-java/pom.xml index 1c504d6d4..5d040d0da 100644 --- a/it/run-java/pom.xml +++ b/it/run-java/pom.xml @@ -5,13 +5,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml io.fabric8.dmp.itests dmp-it-run-java - 0.40.0 + 0.41.0-SNAPSHOT jar diff --git a/it/smallest/pom.xml b/it/smallest/pom.xml index fec7c09bc..f16ceb493 100644 --- a/it/smallest/pom.xml +++ b/it/smallest/pom.xml @@ -5,13 +5,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml fabric8io dmp-it-smallest - 0.40.0 + 0.41.0-SNAPSHOT diff --git a/it/spring-boot-with-jib/pom.xml b/it/spring-boot-with-jib/pom.xml index 187cabee7..88ad0813d 100644 --- a/it/spring-boot-with-jib/pom.xml +++ b/it/spring-boot-with-jib/pom.xml @@ -5,12 +5,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml dmp-it-spring-boot-jib - 0.40.0 + 0.41.0-SNAPSHOT jar Docker Maven Plugin Integration test with Spring Boot With Build Mode JIB diff --git a/it/volume/pom.xml b/it/volume/pom.xml index fec17ce8c..7de8a8f87 100644 --- a/it/volume/pom.xml +++ b/it/volume/pom.xml @@ -15,12 +15,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml dmp-it-volume - 0.40.0 + 0.41.0-SNAPSHOT diff --git a/it/zero-config/pom.xml b/it/zero-config/pom.xml index 86f03fd6d..4c7c22ba2 100644 --- a/it/zero-config/pom.xml +++ b/it/zero-config/pom.xml @@ -5,13 +5,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml io.fabric8.dmp.itests dmp-it-zero-config - 0.40.0 + 0.41.0-SNAPSHOT jar diff --git a/parent/pom.xml b/parent/pom.xml index e88edd964..dce3bffaf 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -8,7 +8,7 @@ io.fabric8.dmp parent - 0.40.0 + 0.41.0-SNAPSHOT pom diff --git a/pom.xml b/pom.xml index 19b24ad0c..489512590 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.fabric8 docker-maven-plugin - 0.40.0 + 0.41.0-SNAPSHOT maven-plugin docker-maven-plugin @@ -76,7 +76,7 @@ 5.8.2 3.3.9 4.5.1 - 2022-05-29T12:36:48Z + 2022-05-29T17:36:15Z UTF-8 3.0.0-M2 2.0.1 diff --git a/samples/build-cache/app/pom.xml b/samples/build-cache/app/pom.xml index b57287532..b61fdb109 100644 --- a/samples/build-cache/app/pom.xml +++ b/samples/build-cache/app/pom.xml @@ -4,7 +4,7 @@ io.fabric8.dmp.samples.build-cache parent - 0.40.0 + 0.41.0-SNAPSHOT app diff --git a/samples/build-cache/image/pom.xml b/samples/build-cache/image/pom.xml index be34051c9..3018d0521 100644 --- a/samples/build-cache/image/pom.xml +++ b/samples/build-cache/image/pom.xml @@ -4,7 +4,7 @@ io.fabric8.dmp.samples.build-cache parent - 0.40.0 + 0.41.0-SNAPSHOT image diff --git a/samples/build-cache/pom.xml b/samples/build-cache/pom.xml index 11df6baf1..310264a12 100644 --- a/samples/build-cache/pom.xml +++ b/samples/build-cache/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/cargo-jolokia/pom.xml b/samples/cargo-jolokia/pom.xml index 17a931489..2d76ec73f 100644 --- a/samples/cargo-jolokia/pom.xml +++ b/samples/cargo-jolokia/pom.xml @@ -22,7 +22,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/copy-from-container/pom.xml b/samples/copy-from-container/pom.xml index fb318c571..7980d142a 100644 --- a/samples/copy-from-container/pom.xml +++ b/samples/copy-from-container/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/custom-net/pom.xml b/samples/custom-net/pom.xml index 6e4c744f1..4e5dcbad7 100644 --- a/samples/custom-net/pom.xml +++ b/samples/custom-net/pom.xml @@ -13,7 +13,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/data-jolokia/pom.xml b/samples/data-jolokia/pom.xml index 5eb143e48..eba12198e 100644 --- a/samples/data-jolokia/pom.xml +++ b/samples/data-jolokia/pom.xml @@ -22,7 +22,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/docker-compose/pom.xml b/samples/docker-compose/pom.xml index 7554b31d3..0676717ad 100644 --- a/samples/docker-compose/pom.xml +++ b/samples/docker-compose/pom.xml @@ -22,7 +22,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/dockerfile/pom.xml b/samples/dockerfile/pom.xml index 754414ae7..cb47e4fcf 100644 --- a/samples/dockerfile/pom.xml +++ b/samples/dockerfile/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/dockerignore/pom.xml b/samples/dockerignore/pom.xml index cdce8892c..ce9c25767 100644 --- a/samples/dockerignore/pom.xml +++ b/samples/dockerignore/pom.xml @@ -10,7 +10,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/healthcheck/pom.xml b/samples/healthcheck/pom.xml index a5b8fb4e2..4bb33dd7f 100644 --- a/samples/healthcheck/pom.xml +++ b/samples/healthcheck/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index 039c6bfe3..6e1a5952c 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/log/pom.xml b/samples/log/pom.xml index 5c3e852cd..8214e1e70 100644 --- a/samples/log/pom.xml +++ b/samples/log/pom.xml @@ -13,7 +13,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/multi-architecture/pom.xml b/samples/multi-architecture/pom.xml index d6efe6cc0..964b8305f 100644 --- a/samples/multi-architecture/pom.xml +++ b/samples/multi-architecture/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/multi-assembly/pom.xml b/samples/multi-assembly/pom.xml index e4aadfdb4..d2fbf80e1 100644 --- a/samples/multi-assembly/pom.xml +++ b/samples/multi-assembly/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/multi-wait/pom.xml b/samples/multi-wait/pom.xml index 285563b86..571c0b97e 100644 --- a/samples/multi-wait/pom.xml +++ b/samples/multi-wait/pom.xml @@ -6,7 +6,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/net/pom.xml b/samples/net/pom.xml index e2756de13..3b5a515f1 100644 --- a/samples/net/pom.xml +++ b/samples/net/pom.xml @@ -16,7 +16,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/pom.xml b/samples/pom.xml index 1a51c3653..86ac91ce2 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -8,7 +8,7 @@ io.fabric8.dmp parent - 0.40.0 + 0.41.0-SNAPSHOT ../parent/pom.xml diff --git a/samples/properties/pom.xml b/samples/properties/pom.xml index b99a85398..df52174fc 100644 --- a/samples/properties/pom.xml +++ b/samples/properties/pom.xml @@ -10,7 +10,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/run-java/pom.xml b/samples/run-java/pom.xml index 71cbba327..629342d73 100644 --- a/samples/run-java/pom.xml +++ b/samples/run-java/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/smallest/pom.xml b/samples/smallest/pom.xml index 00ad853bd..d6f0279de 100644 --- a/samples/smallest/pom.xml +++ b/samples/smallest/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/spring-boot-with-jib/pom.xml b/samples/spring-boot-with-jib/pom.xml index b10b90ecf..d0e35e813 100644 --- a/samples/spring-boot-with-jib/pom.xml +++ b/samples/spring-boot-with-jib/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/volume/pom.xml b/samples/volume/pom.xml index 27c8d989d..0630e4d54 100644 --- a/samples/volume/pom.xml +++ b/samples/volume/pom.xml @@ -15,7 +15,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml diff --git a/samples/zero-config/pom.xml b/samples/zero-config/pom.xml index d18b245ea..27ce3ead8 100644 --- a/samples/zero-config/pom.xml +++ b/samples/zero-config/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.40.0 + 0.41.0-SNAPSHOT ../pom.xml