We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1283cbe commit e3049e9Copy full SHA for e3049e9
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.4.3] - 2024-04-22
11
+
12
+### Changed
13
14
+- docker publish with action [Maven container publish](https://github.com/fugerit-org/psychic-actions/blob/main/maven-container-publish/maven-container-publish.md)
15
16
## [1.4.2] - 2024-04-21
17
18
### Changed
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.fugerit.java.demo</groupId>
6
<artifactId>fj-daogen-quarkus-demo</artifactId>
- <version>1.4.1</version>
+ <version>1.4.3</version>
<properties>
<compiler-plugin.version>3.12.1</compiler-plugin.version>
<maven.compiler.release>21</maven.compiler.release>
0 commit comments