Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be2a470d01 | ||
|
|
643cb9da78 | ||
|
|
d2e154b263 | ||
|
|
406355be95 |
@@ -6,7 +6,7 @@
|
||||
<httpHeaders>
|
||||
<property>
|
||||
<name>Authorization</name>
|
||||
<value>token {access_token}</value>
|
||||
<value>token ${env.MAVEN_TOKEN}</value>
|
||||
</property>
|
||||
</httpHeaders>
|
||||
</configuration>
|
||||
|
||||
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,3 +1,17 @@
|
||||
# [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)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* force a patch release ([406355b](https://git.tools.ldpt.fr/lucasdpt/spring-keycloak-starter/commit/406355be95277e35781c19ab312f60e413bc97af))
|
||||
|
||||
# 1.0.0 (2025-09-21)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user