2 Commits

Author SHA1 Message Date
semantic-release-bot
be2a470d01 chore(release): 1.1.0 [skip ci]
# [1.1.0](https://git.tools.ldpt.fr/lucasdpt/spring-keycloak-starter/compare/v1.0.1...v1.1.0) (2025-09-21)

### Features

* update settings.xml ([643cb9d](643cb9da78))
2025-09-21 22:57:12 +00:00
lucasdpt
643cb9da78 feat: update settings.xml
All checks were successful
Release / release (push) Successful in 2m0s
2025-09-22 00:55:37 +02:00
3 changed files with 9 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<httpHeaders> <httpHeaders>
<property> <property>
<name>Authorization</name> <name>Authorization</name>
<value>token {access_token}</value> <value>token ${env.MAVEN_TOKEN}</value>
</property> </property>
</httpHeaders> </httpHeaders>
</configuration> </configuration>

View File

@@ -1,3 +1,10 @@
# [1.1.0](https://git.tools.ldpt.fr/lucasdpt/spring-keycloak-starter/compare/v1.0.1...v1.1.0) (2025-09-21)
### Features
* update settings.xml ([643cb9d](https://git.tools.ldpt.fr/lucasdpt/spring-keycloak-starter/commit/643cb9da78e41bcc0de7f08a94fe3e27efcc98be))
## [1.0.1](https://git.tools.ldpt.fr/lucasdpt/spring-keycloak-starter/compare/v1.0.0...v1.0.1) (2025-09-21) ## [1.0.1](https://git.tools.ldpt.fr/lucasdpt/spring-keycloak-starter/compare/v1.0.0...v1.0.1) (2025-09-21)

View File

@@ -6,7 +6,7 @@
<groupId>fr.lucasdupont</groupId> <groupId>fr.lucasdupont</groupId>
<artifactId>spring-keycloak-starter</artifactId> <artifactId>spring-keycloak-starter</artifactId>
<version>1.0.1</version> <version>1.1.0</version>
<properties> <properties>
<maven.compiler.source>21</maven.compiler.source> <maven.compiler.source>21</maven.compiler.source>