Skip to content

Commit

Permalink
[RELEASE] Update project version to v0.43.4
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
rohanKanojia committed Aug 18, 2023
1 parent 390c2d1 commit e4e9bfd
Show file tree
Hide file tree
Showing 53 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion doc/changelog.md
@@ -1,5 +1,5 @@
# ChangeLog
* **0.44-SNAPSHOT**:
* **0.43.4** (2023-08-18):
- Always pass `--config` option for latest versions of Docker CLI ([1701](https://github.com/fabric8io/docker-maven-plugin/issues/1701))

* **0.43.3** (2023-08-13):
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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-build-pom-packaging</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx-push/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-docker-compose</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dockerfile</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-dockerignore</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-healthcheck</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-helloworld</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.fabric8</groupId>
<artifactId>dmp-it-log</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-multi-assembly</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-net</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions it/platform-run/pom.xml
Expand Up @@ -10,12 +10,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-platform-run</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</version>

<build>
<plugins>
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.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-properties</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-run-java</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>fabric8io</groupId>
<artifactId>dmp-it-smallest</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-spring-boot-jib</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-volume</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-zero-config</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
<packaging>maven-plugin</packaging>

<name>docker-maven-plugin</name>
Expand Down Expand Up @@ -77,7 +77,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>2023-08-13T18:06:16Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-08-18T05:40:24Z</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.44-SNAPSHOT</version>
<version>0.43.4</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.44-SNAPSHOT</version>
<version>0.43.4</version>
</parent>

<artifactId>image</artifactId>
Expand Down

0 comments on commit e4e9bfd

Please sign in to comment.