Skip to content

Commit 9d86fc4

Browse files
committed
[RELEASE] Update Project version to v0.43.3
Signed-off-by: Rohan Kumar <[email protected]>
1 parent a339536 commit 9d86fc4

File tree

53 files changed

+72
-72
lines changed

Some content is hidden

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

53 files changed

+72
-72
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.3** (2023-08-13):
44
- Only add `--config` to buildx command string when authentication credentials are coming from outside sources
55
- Remove hardcoded `--node` value while creating buildx builder
66

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.3</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.3</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.3</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.3</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.3</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.3</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.3</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.3</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.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

it/buildx-push/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.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)