From b8fbd0d450d5891b86832dd7271be23afacfed42 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sat, 29 Jul 2023 12:13:27 +0530 Subject: [PATCH] [RELEASE] Update project version to v0.43.2 Signed-off-by: Rohan Kumar --- doc/changelog.md | 2 +- it/build-pom-packaging/pom.xml | 4 ++-- it/builder/app-image/pom.xml | 2 +- it/builder/app/pom.xml | 2 +- it/builder/builder-image/pom.xml | 2 +- it/builder/pom.xml | 2 +- it/buildx-contextdir/pom.xml | 2 +- it/buildx-dependencyset/pom.xml | 2 +- it/buildx-dockerfile/pom.xml | 2 +- it/buildx/pom.xml | 2 +- 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/platform-run/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 | 4 ++-- 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 +- 52 files changed, 71 insertions(+), 71 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index 69f179658..7868e0aa1 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,6 +1,6 @@ # ChangeLog -* **0.44-SNAPSHOT**: +* **0.43.2** (2023-07-29): - Make `--config` from buildx command string generation optional ([1673](https://github.com/fabric8io/docker-maven-plugin/pull/1673)) @robfrank * **0.43.1** (2023-07-28): diff --git a/it/build-pom-packaging/pom.xml b/it/build-pom-packaging/pom.xml index ff17f623f..5baa755c1 100644 --- a/it/build-pom-packaging/pom.xml +++ b/it/build-pom-packaging/pom.xml @@ -5,12 +5,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml dmp-it-build-pom-packaging - 0.44-SNAPSHOT + 0.43.2 pom Docker Maven Plugin Integration Test - pom packaging and plugin which use dependencies collections diff --git a/it/builder/app-image/pom.xml b/it/builder/app-image/pom.xml index d388e3053..648b04f3d 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.44-SNAPSHOT + 0.43.2 dmp-it-builder-app-image diff --git a/it/builder/app/pom.xml b/it/builder/app/pom.xml index f4d774e89..b52e9f329 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.44-SNAPSHOT + 0.43.2 dmp-it-builder-app diff --git a/it/builder/builder-image/pom.xml b/it/builder/builder-image/pom.xml index 8f2df44a8..6485ede49 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.44-SNAPSHOT + 0.43.2 dmp-it-builder-builder-image diff --git a/it/builder/pom.xml b/it/builder/pom.xml index 4d8d3769b..66e629e0a 100644 --- a/it/builder/pom.xml +++ b/it/builder/pom.xml @@ -28,7 +28,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/it/buildx-contextdir/pom.xml b/it/buildx-contextdir/pom.xml index 6d15e8c7f..743d9bc1f 100644 --- a/it/buildx-contextdir/pom.xml +++ b/it/buildx-contextdir/pom.xml @@ -6,7 +6,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/it/buildx-dependencyset/pom.xml b/it/buildx-dependencyset/pom.xml index ee95373df..e70a8db2a 100644 --- a/it/buildx-dependencyset/pom.xml +++ b/it/buildx-dependencyset/pom.xml @@ -6,7 +6,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/it/buildx-dockerfile/pom.xml b/it/buildx-dockerfile/pom.xml index ddab50620..e27dc8da8 100644 --- a/it/buildx-dockerfile/pom.xml +++ b/it/buildx-dockerfile/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/it/buildx/pom.xml b/it/buildx/pom.xml index 1fd8946c5..2e604514f 100644 --- a/it/buildx/pom.xml +++ b/it/buildx/pom.xml @@ -6,7 +6,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/it/docker-compose/pom.xml b/it/docker-compose/pom.xml index de56e3468..981374274 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.44-SNAPSHOT + 0.43.2 ../pom.xml dmp-it-docker-compose - 0.44-SNAPSHOT + 0.43.2 http://www.jolokia.org diff --git a/it/dockerfile/pom.xml b/it/dockerfile/pom.xml index 825ead278..855c009d5 100644 --- a/it/dockerfile/pom.xml +++ b/it/dockerfile/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml dockerfile - 0.44-SNAPSHOT + 0.43.2 war dmp-it-dockerfile diff --git a/it/dockerignore/pom.xml b/it/dockerignore/pom.xml index d5857ae98..307800259 100644 --- a/it/dockerignore/pom.xml +++ b/it/dockerignore/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml dmp-it-dockerignore - 0.44-SNAPSHOT + 0.43.2 docker-build diff --git a/it/healthcheck/pom.xml b/it/healthcheck/pom.xml index 1648f6567..ddab03c5c 100644 --- a/it/healthcheck/pom.xml +++ b/it/healthcheck/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml dmp-it-healthcheck - 0.44-SNAPSHOT + 0.43.2 diff --git a/it/helloworld/pom.xml b/it/helloworld/pom.xml index e22afb4fc..e9f4a42cb 100644 --- a/it/helloworld/pom.xml +++ b/it/helloworld/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml dmp-it-helloworld - 0.44-SNAPSHOT + 0.43.2 jar dmp-it-helloworld diff --git a/it/log/pom.xml b/it/log/pom.xml index 2d174ad6e..2d4deeee8 100644 --- a/it/log/pom.xml +++ b/it/log/pom.xml @@ -13,13 +13,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml io.fabric8 dmp-it-log - 0.44-SNAPSHOT + 0.43.2 diff --git a/it/multi-assembly/pom.xml b/it/multi-assembly/pom.xml index 92518c624..25809e53d 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.44-SNAPSHOT + 0.43.2 ../pom.xml dmp-multi-assembly - 0.44-SNAPSHOT + 0.43.2 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 0df84ba0c..10d6ccc37 100644 --- a/it/net/pom.xml +++ b/it/net/pom.xml @@ -16,12 +16,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml dmp-it-net - 0.44-SNAPSHOT + 0.43.2 diff --git a/it/platform-run/pom.xml b/it/platform-run/pom.xml index b4cde0ac2..41b9352b1 100644 --- a/it/platform-run/pom.xml +++ b/it/platform-run/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml dmp-it-platform-run - 0.44-SNAPSHOT + 0.43.2 diff --git a/it/pom.xml b/it/pom.xml index 885e02249..b748e2418 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp parent - 0.44-SNAPSHOT + 0.43.2 ../parent/pom.xml @@ -15,7 +15,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 pom diff --git a/it/properties/pom.xml b/it/properties/pom.xml index 6da0d549c..bb8dca16c 100644 --- a/it/properties/pom.xml +++ b/it/properties/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml dmp-it-properties - 0.44-SNAPSHOT + 0.43.2 docker-build diff --git a/it/run-java/pom.xml b/it/run-java/pom.xml index e3b55218d..68b4e0d24 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.44-SNAPSHOT + 0.43.2 ../pom.xml io.fabric8.dmp.itests dmp-it-run-java - 0.44-SNAPSHOT + 0.43.2 jar diff --git a/it/smallest/pom.xml b/it/smallest/pom.xml index 24293d372..add33874a 100644 --- a/it/smallest/pom.xml +++ b/it/smallest/pom.xml @@ -5,13 +5,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml fabric8io dmp-it-smallest - 0.44-SNAPSHOT + 0.43.2 diff --git a/it/spring-boot-with-jib/pom.xml b/it/spring-boot-with-jib/pom.xml index 59361dae5..386ffa2b2 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.44-SNAPSHOT + 0.43.2 ../pom.xml dmp-it-spring-boot-jib - 0.44-SNAPSHOT + 0.43.2 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 6e3a9db94..8c78791be 100644 --- a/it/volume/pom.xml +++ b/it/volume/pom.xml @@ -15,12 +15,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml dmp-it-volume - 0.44-SNAPSHOT + 0.43.2 diff --git a/it/zero-config/pom.xml b/it/zero-config/pom.xml index 04269ea21..4092839de 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.44-SNAPSHOT + 0.43.2 ../pom.xml io.fabric8.dmp.itests dmp-it-zero-config - 0.44-SNAPSHOT + 0.43.2 jar diff --git a/parent/pom.xml b/parent/pom.xml index 484c710cf..352c9a32c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -8,7 +8,7 @@ io.fabric8.dmp parent - 0.44-SNAPSHOT + 0.43.2 pom diff --git a/pom.xml b/pom.xml index 3e6334f33..59951a05b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.fabric8 docker-maven-plugin - 0.44-SNAPSHOT + 0.43.2 maven-plugin docker-maven-plugin @@ -77,7 +77,7 @@ 5.8.2 3.3.9 4.5.1 - 2023-07-28T16:03:34Z + 2023-07-29T06:36:38Z 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 6cc1cdca6..75f7b030d 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.44-SNAPSHOT + 0.43.2 app diff --git a/samples/build-cache/image/pom.xml b/samples/build-cache/image/pom.xml index 665d80959..547050af8 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.44-SNAPSHOT + 0.43.2 image diff --git a/samples/build-cache/pom.xml b/samples/build-cache/pom.xml index 064421686..921d1566e 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.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/cargo-jolokia/pom.xml b/samples/cargo-jolokia/pom.xml index 4c65df257..13e7732b7 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.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/copy-from-container/pom.xml b/samples/copy-from-container/pom.xml index 0e00fbf0b..7b15badf0 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.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/custom-net/pom.xml b/samples/custom-net/pom.xml index 35ff6557e..41840bde1 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.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/data-jolokia/pom.xml b/samples/data-jolokia/pom.xml index 06d8e5056..67d582ddc 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.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/docker-compose/pom.xml b/samples/docker-compose/pom.xml index e484c8ba2..a6f71dce6 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.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/dockerfile/pom.xml b/samples/dockerfile/pom.xml index 484edde21..f783749f1 100644 --- a/samples/dockerfile/pom.xml +++ b/samples/dockerfile/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/dockerignore/pom.xml b/samples/dockerignore/pom.xml index 397b8cc44..040bd0584 100644 --- a/samples/dockerignore/pom.xml +++ b/samples/dockerignore/pom.xml @@ -10,7 +10,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/healthcheck/pom.xml b/samples/healthcheck/pom.xml index 00bd5ee93..a51ce6b5d 100644 --- a/samples/healthcheck/pom.xml +++ b/samples/healthcheck/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index b2a36880a..b66b5d2b2 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/log/pom.xml b/samples/log/pom.xml index 6d27de518..5c0ce693b 100644 --- a/samples/log/pom.xml +++ b/samples/log/pom.xml @@ -13,7 +13,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/multi-architecture/pom.xml b/samples/multi-architecture/pom.xml index 953799e4a..1cc3ede04 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.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/multi-assembly/pom.xml b/samples/multi-assembly/pom.xml index c42bf24d5..e293e8435 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.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/multi-wait/pom.xml b/samples/multi-wait/pom.xml index ae0a707a2..782fc8398 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.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/net/pom.xml b/samples/net/pom.xml index e8364f1f6..dbd5f749d 100644 --- a/samples/net/pom.xml +++ b/samples/net/pom.xml @@ -16,7 +16,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/pom.xml b/samples/pom.xml index da775b95e..08056664d 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -8,7 +8,7 @@ io.fabric8.dmp parent - 0.44-SNAPSHOT + 0.43.2 ../parent/pom.xml @@ -41,7 +41,7 @@ - 0.43.1 + 0.43.2 diff --git a/samples/properties/pom.xml b/samples/properties/pom.xml index 81a135e07..0c5768e18 100644 --- a/samples/properties/pom.xml +++ b/samples/properties/pom.xml @@ -10,7 +10,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/run-java/pom.xml b/samples/run-java/pom.xml index d51b09cce..9d7a9842f 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.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/smallest/pom.xml b/samples/smallest/pom.xml index 66608ff4f..0e84e2ee6 100644 --- a/samples/smallest/pom.xml +++ b/samples/smallest/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/spring-boot-with-jib/pom.xml b/samples/spring-boot-with-jib/pom.xml index fcf56fcdc..e4bd9dd50 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.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/volume/pom.xml b/samples/volume/pom.xml index 61a0aabca..cfce87159 100644 --- a/samples/volume/pom.xml +++ b/samples/volume/pom.xml @@ -15,7 +15,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.44-SNAPSHOT + 0.43.2 ../pom.xml diff --git a/samples/zero-config/pom.xml b/samples/zero-config/pom.xml index 15b85c0e8..462c4a903 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.44-SNAPSHOT + 0.43.2 ../pom.xml