We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2382dae commit 49b8541Copy full SHA for 49b8541
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.4.1] - 2024-03-30
11
+
12
### Changed
13
14
- quarkus-version 3.9.1
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.0</version>
+ <version>1.4.1</version>
<properties>
<compiler-plugin.version>3.12.1</compiler-plugin.version>
<maven.compiler.release>21</maven.compiler.release>
0 commit comments