Skip to content

Commit ec9ae21

Browse files
committed
[RELEASE] Update project version to v0.47.0
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
1 parent e32846c commit ec9ae21

62 files changed

Lines changed: 92 additions & 86 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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# ChangeLog
22

3-
* **0.47-SNAPSHOT**:
3+
* **0.47.0 (2025-11-01)**:
44
- Support for user namespace mode ([1881](https://github.com/fabric8io/docker-maven-plugin/pull/1881))
5+
- Bump Jib Core to v0.27.3 ([1879](https://github.com/fabric8io/docker-maven-plugin/pull/1879))
6+
- Bump Jnr UnixSocket to v0.38.23 ([1880](https://github.com/fabric8io/docker-maven-plugin/pull/1880))
7+
- Drop Plexus DI, switch to plexus-utils, update m-assembly-p and deps, verified with Maven 4 ([1851](https://github.com/fabric8io/docker-maven-plugin/pull/1851))
8+
- `dmp:tag` should skip `<image>s` with no `<build>` ([1871](https://github.com/fabric8io/docker-maven-plugin/pull/1871))
9+
- buildArchiveOnly with a path still builds the image ([1863](https://github.com/fabric8io/docker-maven-plugin/issues/1863))
10+
- Add skip tag to the image level by `<skipTag>` ([1787](https://github.com/fabric8io/docker-maven-plugin/pull/1787))
511

612
* **0.46.0 (2025-04-06)**:
713
- Docker-compose healthcheck configuration support ([1825](https://github.com/fabric8io/docker-maven-plugin/pull/1825))

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

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

0 commit comments

Comments
 (0)