Skip to content

Commit 6dd9178

Browse files
committed
[RELEASE] Prepare for next development iteration
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
1 parent c634d9d commit 6dd9178

62 files changed

Lines changed: 86 additions & 84 deletions

File tree

Some content is hidden

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

doc/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# ChangeLog
2+
* **0.46-SNAPSHOT**:
3+
24
* **0.45.0 (2024-07-27)**:
35
- Automatically create parent directories of portPropertyFile path ([1761](https://github.com/fabric8io/docker-maven-plugin/pull/1761))
46
- Use complete image id in DockerAccessWithHcClient while fetching image id ([1764](https://github.com/fabric8io/docker-maven-plugin/pull/1764))

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.45.0</version>
8+
<version>0.46-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>dmp-it-build-pom-packaging</artifactId>
13-
<version>0.45.0</version>
13+
<version>0.46-SNAPSHOT</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.45.0</version>
8+
<version>0.46-SNAPSHOT</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.45.0</version>
8+
<version>0.46-SNAPSHOT</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.45.0</version>
8+
<version>0.46-SNAPSHOT</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.45.0</version>
31+
<version>0.46-SNAPSHOT</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.45.0</version>
9+
<version>0.46-SNAPSHOT</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.45.0</version>
9+
<version>0.46-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

it/buildx-dockerfile-secret/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.45.0</version>
8+
<version>0.46-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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.45.0</version>
8+
<version>0.46-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)