diff --git a/doc/changelog.md b/doc/changelog.md index dc8570c68..298859a6c 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,6 +1,8 @@ # ChangeLog -* **0.43-SNAPSHOT** : +* **0.42.1** (2023-04-06): - Update Jnr Jffi dependency to v1.3.11 ([1660](https://github.com/fabric8io/docker-maven-plugin/issues/1660)) @rohanKanojia + - Update run platform documentation ([1652](https://github.com/fabric8io/docker-maven-plugin/pull/1652)) @chonton + - buildx should split platforms by comma as documented ([1651](https://github.com/fabric8io/docker-maven-plugin/pull/1651)) @chonton * **0.42.0** (2023-02-28): - Support `docker run --platform` ([1641](https://github.com/fabric8io/docker-maven-plugin/issues/1641)) @chonton diff --git a/it/build-pom-packaging/pom.xml b/it/build-pom-packaging/pom.xml index 0cd1418a4..62150d54d 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.43-SNAPSHOT + 0.42.1 ../pom.xml dmp-it-build-pom-packaging - 0.43-SNAPSHOT + 0.42.1 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 7c66f6be8..0c241994b 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.43-SNAPSHOT + 0.42.1 dmp-it-builder-app-image diff --git a/it/builder/app/pom.xml b/it/builder/app/pom.xml index 5389e94d5..1681b1e6e 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.43-SNAPSHOT + 0.42.1 dmp-it-builder-app diff --git a/it/builder/builder-image/pom.xml b/it/builder/builder-image/pom.xml index 6e59476e7..ed8fccf0b 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.43-SNAPSHOT + 0.42.1 dmp-it-builder-builder-image diff --git a/it/builder/pom.xml b/it/builder/pom.xml index efff6bb0e..ef576cde5 100644 --- a/it/builder/pom.xml +++ b/it/builder/pom.xml @@ -28,7 +28,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/it/buildx-contextdir/pom.xml b/it/buildx-contextdir/pom.xml index 381ad4e78..b3eaa794f 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/it/buildx-dependencyset/pom.xml b/it/buildx-dependencyset/pom.xml index d404cff0e..30146cb9e 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/it/buildx-dockerfile/pom.xml b/it/buildx-dockerfile/pom.xml index 6f4b48883..9115b1848 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/it/buildx/pom.xml b/it/buildx/pom.xml index 6c00df825..90f599be0 100644 --- a/it/buildx/pom.xml +++ b/it/buildx/pom.xml @@ -6,7 +6,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/it/docker-compose/pom.xml b/it/docker-compose/pom.xml index fa36d1d24..c3ffb5e61 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.43-SNAPSHOT + 0.42.1 ../pom.xml dmp-it-docker-compose - 0.43-SNAPSHOT + 0.42.1 http://www.jolokia.org diff --git a/it/dockerfile/pom.xml b/it/dockerfile/pom.xml index 07e46038f..fdc0e0a71 100644 --- a/it/dockerfile/pom.xml +++ b/it/dockerfile/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml dockerfile - 0.43-SNAPSHOT + 0.42.1 war dmp-it-dockerfile diff --git a/it/dockerignore/pom.xml b/it/dockerignore/pom.xml index 0927e0bcb..d9d17b9bf 100644 --- a/it/dockerignore/pom.xml +++ b/it/dockerignore/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml dmp-it-dockerignore - 0.43-SNAPSHOT + 0.42.1 docker-build diff --git a/it/healthcheck/pom.xml b/it/healthcheck/pom.xml index 09bb03aa6..3c9a45ce9 100644 --- a/it/healthcheck/pom.xml +++ b/it/healthcheck/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml dmp-it-healthcheck - 0.43-SNAPSHOT + 0.42.1 diff --git a/it/helloworld/pom.xml b/it/helloworld/pom.xml index dfcd21a76..132ce7aee 100644 --- a/it/helloworld/pom.xml +++ b/it/helloworld/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml dmp-it-helloworld - 0.43-SNAPSHOT + 0.42.1 jar dmp-it-helloworld diff --git a/it/log/pom.xml b/it/log/pom.xml index f4d3380fe..d94287692 100644 --- a/it/log/pom.xml +++ b/it/log/pom.xml @@ -13,13 +13,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml io.fabric8 dmp-it-log - 0.43-SNAPSHOT + 0.42.1 diff --git a/it/multi-assembly/pom.xml b/it/multi-assembly/pom.xml index a40c4fab6..3ba39e0fb 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.43-SNAPSHOT + 0.42.1 ../pom.xml dmp-multi-assembly - 0.43-SNAPSHOT + 0.42.1 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 d52025fe5..5eeda35ea 100644 --- a/it/net/pom.xml +++ b/it/net/pom.xml @@ -16,12 +16,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml dmp-it-net - 0.43-SNAPSHOT + 0.42.1 diff --git a/it/platform-run/pom.xml b/it/platform-run/pom.xml index 606524b19..f054b24e8 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.43-SNAPSHOT + 0.42.1 ../pom.xml dmp-it-platform-run - 0.43-SNAPSHOT + 0.42.1 diff --git a/it/pom.xml b/it/pom.xml index 6af6c3d2e..b84f0aedb 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp parent - 0.43-SNAPSHOT + 0.42.1 ../parent/pom.xml @@ -15,7 +15,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 pom diff --git a/it/properties/pom.xml b/it/properties/pom.xml index 06f93d2c9..c974142e9 100644 --- a/it/properties/pom.xml +++ b/it/properties/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml dmp-it-properties - 0.43-SNAPSHOT + 0.42.1 docker-build diff --git a/it/run-java/pom.xml b/it/run-java/pom.xml index 7d9cfa8dd..8de4d1774 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.43-SNAPSHOT + 0.42.1 ../pom.xml io.fabric8.dmp.itests dmp-it-run-java - 0.43-SNAPSHOT + 0.42.1 jar diff --git a/it/smallest/pom.xml b/it/smallest/pom.xml index 198355051..2d597dfbd 100644 --- a/it/smallest/pom.xml +++ b/it/smallest/pom.xml @@ -5,13 +5,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml fabric8io dmp-it-smallest - 0.43-SNAPSHOT + 0.42.1 diff --git a/it/spring-boot-with-jib/pom.xml b/it/spring-boot-with-jib/pom.xml index 4de86be03..956015522 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.43-SNAPSHOT + 0.42.1 ../pom.xml dmp-it-spring-boot-jib - 0.43-SNAPSHOT + 0.42.1 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 6157d81c7..d0142781d 100644 --- a/it/volume/pom.xml +++ b/it/volume/pom.xml @@ -15,12 +15,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml dmp-it-volume - 0.43-SNAPSHOT + 0.42.1 diff --git a/it/zero-config/pom.xml b/it/zero-config/pom.xml index 2592cd3a9..d8138d313 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.43-SNAPSHOT + 0.42.1 ../pom.xml io.fabric8.dmp.itests dmp-it-zero-config - 0.43-SNAPSHOT + 0.42.1 jar diff --git a/parent/pom.xml b/parent/pom.xml index 3e8243719..5ca3f72d1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -8,7 +8,7 @@ io.fabric8.dmp parent - 0.43-SNAPSHOT + 0.42.1 pom diff --git a/pom.xml b/pom.xml index b577f8ba3..d54e5768c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.fabric8 docker-maven-plugin - 0.43-SNAPSHOT + 0.42.1 maven-plugin docker-maven-plugin @@ -77,7 +77,7 @@ 5.8.2 3.3.9 4.5.1 - 2023-02-28T17:50:58Z + 2023-04-06T06:07:58Z 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 ba36b4adc..810ef457b 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.43-SNAPSHOT + 0.42.1 app diff --git a/samples/build-cache/image/pom.xml b/samples/build-cache/image/pom.xml index 8c78b2997..26896040b 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.43-SNAPSHOT + 0.42.1 image diff --git a/samples/build-cache/pom.xml b/samples/build-cache/pom.xml index de7fb3c8b..41270aa42 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/cargo-jolokia/pom.xml b/samples/cargo-jolokia/pom.xml index ed0b00e54..132d6a271 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/copy-from-container/pom.xml b/samples/copy-from-container/pom.xml index b9e5b2ab8..62a428c16 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/custom-net/pom.xml b/samples/custom-net/pom.xml index fadb38ad1..002d33145 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/data-jolokia/pom.xml b/samples/data-jolokia/pom.xml index aca027623..645659f26 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/docker-compose/pom.xml b/samples/docker-compose/pom.xml index 92bbf48be..bc322c0ff 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/dockerfile/pom.xml b/samples/dockerfile/pom.xml index c02cdb50d..b79c3d50c 100644 --- a/samples/dockerfile/pom.xml +++ b/samples/dockerfile/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/dockerignore/pom.xml b/samples/dockerignore/pom.xml index 5562fc338..cffd13e44 100644 --- a/samples/dockerignore/pom.xml +++ b/samples/dockerignore/pom.xml @@ -10,7 +10,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/healthcheck/pom.xml b/samples/healthcheck/pom.xml index f99741ef6..cbac68c20 100644 --- a/samples/healthcheck/pom.xml +++ b/samples/healthcheck/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index 369c272bb..9e1027dad 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/log/pom.xml b/samples/log/pom.xml index acc08eef6..3fd7c8248 100644 --- a/samples/log/pom.xml +++ b/samples/log/pom.xml @@ -13,7 +13,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/multi-architecture/pom.xml b/samples/multi-architecture/pom.xml index 5c94c8534..0b8ffb936 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/multi-assembly/pom.xml b/samples/multi-assembly/pom.xml index 25ba4e9c6..b4a69f11c 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/multi-wait/pom.xml b/samples/multi-wait/pom.xml index 3f4f48d08..82bd89bdc 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/net/pom.xml b/samples/net/pom.xml index c32ef02f2..bece38545 100644 --- a/samples/net/pom.xml +++ b/samples/net/pom.xml @@ -16,7 +16,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/pom.xml b/samples/pom.xml index 56bf55d3b..bd934076d 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -8,7 +8,7 @@ io.fabric8.dmp parent - 0.43-SNAPSHOT + 0.42.1 ../parent/pom.xml @@ -41,7 +41,7 @@ - 0.42.0 + 0.42.1 diff --git a/samples/properties/pom.xml b/samples/properties/pom.xml index 74728f85e..d39182bda 100644 --- a/samples/properties/pom.xml +++ b/samples/properties/pom.xml @@ -10,7 +10,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/run-java/pom.xml b/samples/run-java/pom.xml index 0656fc287..44a39177b 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/smallest/pom.xml b/samples/smallest/pom.xml index cb2cb0da8..dbc9f9d60 100644 --- a/samples/smallest/pom.xml +++ b/samples/smallest/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/spring-boot-with-jib/pom.xml b/samples/spring-boot-with-jib/pom.xml index 4ca4e2191..02b92e79b 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.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/volume/pom.xml b/samples/volume/pom.xml index 22a7cab6d..1a5ff3132 100644 --- a/samples/volume/pom.xml +++ b/samples/volume/pom.xml @@ -15,7 +15,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.42.1 ../pom.xml diff --git a/samples/zero-config/pom.xml b/samples/zero-config/pom.xml index 7d8353fa2..577e50840 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.43-SNAPSHOT + 0.42.1 ../pom.xml