Skip to content

Commit d256420

Browse files
committed
[RELEASE] Update Project version to v0.45.1
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
1 parent dfef172 commit d256420

File tree

62 files changed

+87
-86
lines changed

Some content is hidden

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

62 files changed

+87
-86
lines changed

doc/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ChangeLog
2-
* **0.46-SNAPSHOT**:
2+
* **0.45.1 (2024-09-29)**:
33
- Make copy docker-buildx binary to temporary config directory work on windows too ([1819](https://github.com/fabric8io/docker-maven-plugin/pull/1819))
4+
- Pull FROM images in relative path Dockerfiles ([1823](https://github.com/fabric8io/docker-maven-plugin/issues/1823))
45

56
* **0.45.0 (2024-07-27)**:
67
- Automatically create parent directories of portPropertyFile path ([1761](https://github.com/fabric8io/docker-maven-plugin/pull/1761))

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

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

0 commit comments

Comments
 (0)