Skip to content

Commit 60318d3

Browse files
committed
[RELEASE] Update project version to v0.38.1
Signed-off-by: Rohan Kumar <[email protected]>
1 parent 01556b3 commit 60318d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/changelog.md

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

33
* **0.39-SNAPSHOT** :
4+
5+
* **0.38.1** (2021-12-18):
46
- Update to jnr-unixsocket 0.38.14 to solve UnsatisfiedLinkError on Apple M1 ([#1257](https://github.com/fabric8io/docker-maven-plugin/pull/1507)) @henningn
57
- Revert "Only push the `latest` tag if no other tags where specified in jib mode. This can break your build, if you rely on the automatic `latest` tag." ([#1510](https://github.com/fabric8io/docker-maven-plugin/pull/1510)) @Postremus
68
- Revert "Only push the `latest` tag if no other tags where specified in docker mode. This can break your build, if you rely on the automatic `latest` tag." ([#1509](https://github.com/fabric8io/docker-maven-plugin/pull/1509)) @Postremus

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.fabric8</groupId>
88
<artifactId>docker-maven-plugin</artifactId>
9-
<version>0.39-SNAPSHOT</version>
9+
<version>0.38.1</version>
1010
<packaging>maven-plugin</packaging>
1111

1212
<name>docker-maven-plugin</name>

0 commit comments

Comments
 (0)