We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cb524 commit cfb5c79Copy full SHA for cfb5c79
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.2.1] - 2024-12-30
11
+
12
### Changed
13
14
- using siege for benchmark
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.fugerit.java.demo</groupId>
5
<artifactId>graalkus</artifactId>
6
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.1</version>
<properties>
<maven.compiler.release>21</maven.compiler.release>
<surefire-plugin.version>3.3.1</surefire-plugin.version>
0 commit comments