We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed067a6 commit eceb984Copy full SHA for eceb984
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.0.0] - 2024-02-28
11
+
12
## Added
13
14
- sample demo app for fj-daogen version 1.5.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.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<properties>
<compiler-plugin.version>3.12.1</compiler-plugin.version>
<maven.compiler.release>21</maven.compiler.release>
0 commit comments