Skip to content

Commit

Permalink
[RELEASE] Update project version to v0.40.3
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
rohanKanojia committed Dec 18, 2022
1 parent 2ed5f12 commit dbcfbcc
Show file tree
Hide file tree
Showing 51 changed files with 70 additions and 68 deletions.
2 changes: 2 additions & 0 deletions doc/changelog.md
@@ -1,5 +1,7 @@
# ChangeLog
* **0.41-SNAPSHOT** :

* **0.40.3** (2022-12-18):
- image/squash option is taken into account when using buildx ([1605](https://github.com/fabric8io/docker-maven-plugin/pull/1605)) @kevinleturc
- Allow having build args with same name but different value in various sources, which are overriden in the order of precedence in resulting build args map ([1407](https://github.com/fabric8io/docker-maven-plugin/issues/1407)) @pavelsmolensky
- Use double for `docker.cpus` property and interpret this value in the same way as Docker config option `--cpus` ([1609](https://github.com/fabric8io/docker-maven-plugin/pull/1609)) @vjuranek
Expand Down
4 changes: 2 additions & 2 deletions it/build-pom-packaging/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-build-pom-packaging</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>pom</packaging>

<description>Docker Maven Plugin Integration Test - pom packaging and plugin which use dependencies collections</description>
Expand Down
2 changes: 1 addition & 1 deletion it/builder/app-image/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-builder-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
</parent>

<artifactId>dmp-it-builder-app-image</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/builder/app/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-builder-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
</parent>

<artifactId>dmp-it-builder-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/builder/builder-image/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-builder-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
</parent>

<artifactId>dmp-it-builder-builder-image</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/builder/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx-contextdir/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx-dependencyset/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx-dockerfile/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions it/docker-compose/pom.xml
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-docker-compose</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>

<url>http://www.jolokia.org</url>

Expand Down
4 changes: 2 additions & 2 deletions it/dockerfile/pom.xml
Expand Up @@ -12,12 +12,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dockerfile</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>war</packaging>
<name>dmp-it-dockerfile</name>

Expand Down
4 changes: 2 additions & 2 deletions it/dockerignore/pom.xml
Expand Up @@ -10,12 +10,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-dockerignore</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>docker-build</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions it/healthcheck/pom.xml
Expand Up @@ -12,12 +12,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-healthcheck</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions it/helloworld/pom.xml
Expand Up @@ -12,12 +12,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-helloworld</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>jar</packaging>
<name>dmp-it-helloworld</name>

Expand Down
4 changes: 2 additions & 2 deletions it/log/pom.xml
Expand Up @@ -13,13 +13,13 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.fabric8</groupId>
<artifactId>dmp-it-log</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions it/multi-assembly/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-multi-assembly</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>jar</packaging>

<description>Docker Maven Plugin Integration Test with Spring Boot with Multiple Layers</description>
Expand Down
4 changes: 2 additions & 2 deletions it/net/pom.xml
Expand Up @@ -16,12 +16,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-net</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions it/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp</groupId>
<artifactId>parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@

<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions it/properties/pom.xml
Expand Up @@ -10,12 +10,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-properties</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>docker-build</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions it/run-java/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-run-java</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>jar</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions it/smallest/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>fabric8io</groupId>
<artifactId>dmp-it-smallest</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions it/spring-boot-with-jib/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-spring-boot-jib</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>jar</packaging>

<description>Docker Maven Plugin Integration test with Spring Boot With Build Mode JIB</description>
Expand Down
4 changes: 2 additions & 2 deletions it/volume/pom.xml
Expand Up @@ -15,12 +15,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-volume</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions it/zero-config/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-zero-config</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -8,7 +8,7 @@

<groupId>io.fabric8.dmp</groupId>
<artifactId>parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<packaging>maven-plugin</packaging>

<name>docker-maven-plugin</name>
Expand Down Expand Up @@ -75,7 +75,7 @@
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<maven.version>3.3.9</maven.version>
<mockito.version>4.5.1</mockito.version>
<project.build.outputTimestamp>2022-07-31T07:33:06Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-12-18T16:29:43Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<surefire.version>3.0.0-M2</surefire.version>
<system-stubs.version>2.0.1</system-stubs.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/build-cache/app/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.fabric8.dmp.samples.build-cache</groupId>
<artifactId>parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
</parent>

<artifactId>app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/build-cache/image/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.fabric8.dmp.samples.build-cache</groupId>
<artifactId>parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
</parent>

<artifactId>image</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/build-cache/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.samples</groupId>
<artifactId>dmp-sample-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/cargo-jolokia/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8.dmp.samples</groupId>
<artifactId>dmp-sample-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion samples/copy-from-container/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.samples</groupId>
<artifactId>dmp-sample-parent</artifactId>
<version>0.41-SNAPSHOT</version>
<version>0.40.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit dbcfbcc

Please sign in to comment.