Skip to content

Commit b8fbd0d

Browse files
committed
[RELEASE] Update project version to v0.43.2
Signed-off-by: Rohan Kumar <[email protected]>
1 parent a359cda commit b8fbd0d

File tree

52 files changed

+71
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+71
-71
lines changed

doc/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
* **0.44-SNAPSHOT**:
3+
* **0.43.2** (2023-07-29):
44
- Make `--config` from buildx command string generation optional ([1673](https://github.com/fabric8io/docker-maven-plugin/pull/1673)) @robfrank
55

66
* **0.43.1** (2023-07-28):

it/build-pom-packaging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>io.fabric8.dmp.itests</groupId>
77
<artifactId>dmp-it-parent</artifactId>
8-
<version>0.44-SNAPSHOT</version>
8+
<version>0.43.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>dmp-it-build-pom-packaging</artifactId>
13-
<version>0.44-SNAPSHOT</version>
13+
<version>0.43.2</version>
1414
<packaging>pom</packaging>
1515

1616
<description>Docker Maven Plugin Integration Test - pom packaging and plugin which use dependencies collections</description>

it/builder/app-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fabric8.dmp.itests</groupId>
77
<artifactId>dmp-it-builder-parent</artifactId>
8-
<version>0.44-SNAPSHOT</version>
8+
<version>0.43.2</version>
99
</parent>
1010

1111
<artifactId>dmp-it-builder-app-image</artifactId>

it/builder/app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fabric8.dmp.itests</groupId>
77
<artifactId>dmp-it-builder-parent</artifactId>
8-
<version>0.44-SNAPSHOT</version>
8+
<version>0.43.2</version>
99
</parent>
1010

1111
<artifactId>dmp-it-builder-app</artifactId>

it/builder/builder-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fabric8.dmp.itests</groupId>
77
<artifactId>dmp-it-builder-parent</artifactId>
8-
<version>0.44-SNAPSHOT</version>
8+
<version>0.43.2</version>
99
</parent>
1010

1111
<artifactId>dmp-it-builder-builder-image</artifactId>

it/builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>io.fabric8.dmp.itests</groupId>
3030
<artifactId>dmp-it-parent</artifactId>
31-
<version>0.44-SNAPSHOT</version>
31+
<version>0.43.2</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

it/buildx-contextdir/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.fabric8.dmp.itests</groupId>
88
<artifactId>dmp-it-parent</artifactId>
9-
<version>0.44-SNAPSHOT</version>
9+
<version>0.43.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

it/buildx-dependencyset/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.fabric8.dmp.itests</groupId>
88
<artifactId>dmp-it-parent</artifactId>
9-
<version>0.44-SNAPSHOT</version>
9+
<version>0.43.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

it/buildx-dockerfile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.fabric8.dmp.itests</groupId>
77
<artifactId>dmp-it-parent</artifactId>
8-
<version>0.44-SNAPSHOT</version>
8+
<version>0.43.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

it/buildx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.fabric8.dmp.itests</groupId>
88
<artifactId>dmp-it-parent</artifactId>
9-
<version>0.44-SNAPSHOT</version>
9+
<version>0.43.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)