Skip to content

Commit 83524e2

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

File tree

48 files changed

+85
-85
lines changed

Some content is hidden

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

48 files changed

+85
-85
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.40.0-SNAPSHOT** :
3+
* **0.40.0** (2022-05-29):
44
- `docker:stop` should respect docker.skip even when `docker.executeStopOnVMShutdown` is set to `true` ([1561](https://github.com/fabric8io/docker-maven-plugin/pull/1561)) @doyleyoung
55
- Prevent concurrent access to secDispatcher during password decryption ([1533](https://github.com/fabric8io/docker-maven-plugin/pull/1533)) @joserebelo
66
- Support for `docker run --sysctl` parameters ([1530](https://github.com/fabric8io/docker-maven-plugin/issues/1530)) @jpraet

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.40.0-SNAPSHOT</version>
8+
<version>0.40.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.40.0-SNAPSHOT</version>
8+
<version>0.40.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.40.0-SNAPSHOT</version>
8+
<version>0.40.0</version>
99
</parent>
1010

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

it/builder/pom.xml

Lines changed: 2 additions & 2 deletions
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.40.0-SNAPSHOT</version>
31+
<version>0.40.0</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

@@ -49,7 +49,7 @@
4949
<builder.output.fileName>dmp-it-builder-app.tar.gz</builder.output.fileName>
5050
<docker.verbose>true</docker.verbose>
5151
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
52-
<project.build.outputTimestamp>1970-01-01T00:00:00Z</project.build.outputTimestamp>
52+
<project.build.outputTimestamp>2022-05-29T12:39:30Z</project.build.outputTimestamp>
5353
<resource.delimiter>@</resource.delimiter>
5454
</properties>
5555

it/docker-compose/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>io.fabric8.dmp.itests</groupId>
2424
<artifactId>dmp-it-parent</artifactId>
25-
<version>0.40.0-SNAPSHOT</version>
25+
<version>0.40.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>dmp-it-docker-compose</artifactId>
30-
<version>0.40.0-SNAPSHOT</version>
30+
<version>0.40.0</version>
3131

3232
<url>http://www.jolokia.org</url>
3333

it/dockerfile/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<parent>
1313
<groupId>io.fabric8.dmp.itests</groupId>
1414
<artifactId>dmp-it-parent</artifactId>
15-
<version>0.40.0-SNAPSHOT</version>
15+
<version>0.40.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

1919
<artifactId>dockerfile</artifactId>
20-
<version>0.40.0-SNAPSHOT</version>
20+
<version>0.40.0</version>
2121
<packaging>war</packaging>
2222
<name>dmp-it-dockerfile</name>
2323

it/dockerignore/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<parent>
1111
<groupId>io.fabric8.dmp.itests</groupId>
1212
<artifactId>dmp-it-parent</artifactId>
13-
<version>0.40.0-SNAPSHOT</version>
13+
<version>0.40.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

1717
<artifactId>dmp-it-dockerignore</artifactId>
18-
<version>0.40.0-SNAPSHOT</version>
18+
<version>0.40.0</version>
1919
<packaging>docker-build</packaging>
2020

2121
<build>

it/healthcheck/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<parent>
1313
<groupId>io.fabric8.dmp.itests</groupId>
1414
<artifactId>dmp-it-parent</artifactId>
15-
<version>0.40.0-SNAPSHOT</version>
15+
<version>0.40.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

1919
<artifactId>dmp-it-healthcheck</artifactId>
20-
<version>0.40.0-SNAPSHOT</version>
20+
<version>0.40.0</version>
2121

2222
<build>
2323
<plugins>

it/helloworld/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<parent>
1313
<groupId>io.fabric8.dmp.itests</groupId>
1414
<artifactId>dmp-it-parent</artifactId>
15-
<version>0.40.0-SNAPSHOT</version>
15+
<version>0.40.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

1919
<artifactId>dmp-it-helloworld</artifactId>
20-
<version>0.40.0-SNAPSHOT</version>
20+
<version>0.40.0</version>
2121
<packaging>jar</packaging>
2222
<name>dmp-it-helloworld</name>
2323

0 commit comments

Comments
 (0)