Skip to content

Commit 461db47

Browse files
committed
prepare for version 0.34.0
1 parent 4817b64 commit 461db47

File tree

19 files changed

+38
-37
lines changed

19 files changed

+38
-37
lines changed

doc/changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ChangeLog
22

3-
* **0.33-SNAPSHOT**
4-
- Support `ARG` in `FROM` (#859)
3+
* **0.34.0** (2020-09-13)
4+
- Support `ARG` in `FROM` ([#859](https://github.com/fabric8io/docker-maven-plugin/issues/859))
55
- Handle authentication tokens returned from credential helpers ([#1348](https://github.com/fabric8io/docker-maven-plugin/issues/1348))
66
- Migrate from joda-time to java.time ([#1025](https://github.com/fabric8io/docker-maven-plugin/issues/1025))
77
The handling of Y changes when the week straddle the New year ([Stack Overflow](https://stackoverflow.com/questions/26431882/difference-between-year-of-era-and-week-based-year))
8-
- Fix JSON error when parsin tafs (#1354)
8+
- Fix JSON error when parsin tafs ([#1354](https://github.com/fabric8io/docker-maven-plugin/issues/1354))
99
- Add `skipPush` option to build image configuration ([#1243](https://github.com/fabric8io/docker-maven-plugin/issues/1243))
1010
- docker.container.<alias>.ip property is no longer set ([#1242](https://github.com/fabric8io/docker-maven-plugin/issues/1242))
1111
- Support `squash` in build options to squash newly built layers into a single layer ([#785](https://github.com/fabric8io/docker-maven-plugin/issues/785))

samples/cargo-jolokia/pom.xml

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

2929
<groupId>io.fabric8</groupId>
3030
<artifactId>dmp-sample-cargo-jolokia</artifactId>
31-
<version>0.33-SNAPSHOT</version>
31+
<version>0.34.0</version>
3232

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

samples/custom-net/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<parent>
1414
<groupId>io.fabric8.dmp.samples</groupId>
1515
<artifactId>dmp-sample-parent</artifactId>
16-
<version>0.33-SNAPSHOT</version>
16+
<version>0.34.0</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

2020
<artifactId>dmp-custom-net</artifactId>
21-
<version>0.33-SNAPSHOT</version>
21+
<version>0.34.0</version>
2222

2323
<build>
2424
<plugins>

samples/data-jolokia/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.samples</groupId>
2424
<artifactId>dmp-sample-parent</artifactId>
25-
<version>0.33-SNAPSHOT</version>
25+
<version>0.34.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>dmp-sample-data-jolokia</artifactId>
30-
<version>0.33-SNAPSHOT</version>
30+
<version>0.34.0</version>
3131
<!-- add custom lifecycle -->
3232
<packaging>docker</packaging>
3333

samples/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.samples</groupId>
2424
<artifactId>dmp-sample-parent</artifactId>
25-
<version>0.33-SNAPSHOT</version>
25+
<version>0.34.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>dmp-sample-docker-compose</artifactId>
30-
<version>0.33-SNAPSHOT</version>
30+
<version>0.34.0</version>
3131

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

samples/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.samples</groupId>
1414
<artifactId>dmp-sample-parent</artifactId>
15-
<version>0.33-SNAPSHOT</version>
15+
<version>0.34.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

1919
<artifactId>dockerfile</artifactId>
20-
<version>0.33-SNAPSHOT</version>
20+
<version>0.34.0</version>
2121
<packaging>war</packaging>
2222
<name>dmp-sample-dockerfile</name>
2323

samples/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.samples</groupId>
1212
<artifactId>dmp-sample-parent</artifactId>
13-
<version>0.33-SNAPSHOT</version>
13+
<version>0.34.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

1717
<artifactId>dmp-sample-dockerignore</artifactId>
18-
<version>0.33-SNAPSHOT</version>
18+
<version>0.34.0</version>
1919
<packaging>docker-build</packaging>
2020

2121
<build>

samples/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.samples</groupId>
1414
<artifactId>dmp-sample-parent</artifactId>
15-
<version>0.33-SNAPSHOT</version>
15+
<version>0.34.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

1919
<artifactId>dmp-sample-healthcheck</artifactId>
20-
<version>0.33-SNAPSHOT</version>
20+
<version>0.34.0</version>
2121

2222

2323
<build>

samples/helloworld/pom.xml

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

1919

2020
<artifactId>dmp-sample-helloworld</artifactId>
21-
<version>0.33-SNAPSHOT</version>
21+
<version>0.34.0</version>
2222
<packaging>jar</packaging>
2323
<name>dmp-sample-helloworld</name>
2424

samples/log/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<parent>
1414
<groupId>io.fabric8.dmp.samples</groupId>
1515
<artifactId>dmp-sample-parent</artifactId>
16-
<version>0.33-SNAPSHOT</version>
16+
<version>0.34.0</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

2020

2121
<groupId>io.fabric8</groupId>
2222
<artifactId>dmp-sample-log</artifactId>
23-
<version>0.33-SNAPSHOT</version>
23+
<version>0.34.0</version>
2424

2525
<build>
2626
<plugins>

0 commit comments

Comments
 (0)