2 Commits

Author SHA1 Message Date
semantic-release-bot
be19485a25 chore(release): 1.0.2 [skip ci]
## [1.0.2](https://git.tools.ldpt.fr/lucasdpt/spring-jda-starter/compare/1.0.1...1.0.2) (2025-11-02)

### Bug Fixes

* fix pom ([4cc23b2](4cc23b2749))
2025-11-02 23:45:19 +00:00
lucasdpt
4cc23b2749 fix: fix pom
All checks were successful
Release / release (push) Successful in 1m58s
2025-11-03 00:44:49 +01:00
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## [1.0.2](https://git.tools.ldpt.fr/lucasdpt/spring-jda-starter/compare/1.0.1...1.0.2) (2025-11-02)
### Bug Fixes
* fix pom ([4cc23b2](https://git.tools.ldpt.fr/lucasdpt/spring-jda-starter/commit/4cc23b27499c443ae4487489c98d78d87c9e4884))
## [1.0.1](https://git.tools.ldpt.fr/lucasdpt/spring-jda-starter/compare/1.0.0...1.0.1) (2025-11-02) ## [1.0.1](https://git.tools.ldpt.fr/lucasdpt/spring-jda-starter/compare/1.0.0...1.0.1) (2025-11-02)

11
pom.xml
View File

@@ -5,7 +5,7 @@
<groupId>fr.lucasdupont</groupId> <groupId>fr.lucasdupont</groupId>
<artifactId>spring-jda-starter</artifactId> <artifactId>spring-jda-starter</artifactId>
<version>1.0.1</version> <version>1.0.2</version>
<properties> <properties>
<java.version>21</java.version> <java.version>21</java.version>
@@ -70,6 +70,15 @@
<plugin> <plugin>
<groupId>org.jetbrains.kotlin</groupId> <groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId> <artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin.version}</version>
<executions>
<execution>
<id>compile</id>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
<configuration> <configuration>
<args> <args>
<arg>-Xjsr305=strict</arg> <arg>-Xjsr305=strict</arg>