From 7ff4f69ab35eb01f436765a336cc6455076012ec Mon Sep 17 00:00:00 2001 From: Stefan Nachtrab Date: Tue, 12 Dec 2023 07:26:42 +0100 Subject: [PATCH] [maven-release-plugin] prepare release v5.10.0 --- CHANGELOG.md | 5 ++++- contrib/charts/keycloak-config-cli/Chart.yaml | 4 ++-- pom.xml | 10 ++++++---- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b549506e2..2c7d73260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [5.10.0] - 2023-12-12 - Updated CI to use Keycloak 23.0.1 - Added correct spelling of "authenticatorFlow" in all import files - Treating default-roles-${realm} as default role even with changed description @@ -719,7 +721,8 @@ A lot of import properties are added over the years. this major release of keycl -[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v5.9.0...HEAD +[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v5.10.0...HEAD +[5.10.0]: https://github.com/adorsys/keycloak-config-cli/compare/v5.9.0...v5.10.0 [5.9.0]: https://github.com/adorsys/keycloak-config-cli/compare/v5.8.0...v5.9.0 [5.8.0]: https://github.com/adorsys/keycloak-config-cli/compare/v5.7.0...v5.8.0 [5.7.0]: https://github.com/adorsys/keycloak-config-cli/compare/v5.6.1...v5.7.0 diff --git a/contrib/charts/keycloak-config-cli/Chart.yaml b/contrib/charts/keycloak-config-cli/Chart.yaml index 3dc74fb0d..4ef0a4aab 100644 --- a/contrib/charts/keycloak-config-cli/Chart.yaml +++ b/contrib/charts/keycloak-config-cli/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: keycloak-config-cli description: Import JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak. home: https://github.com/adorsys/keycloak-config-cli -version: 5.9.1-SNAPSHOT -appVersion: 5.9.1-SNAPSHOT +version: 5.10.0 +appVersion: 5.10.0 maintainers: - name: jkroepke email: joe@adorsys.de diff --git a/pom.xml b/pom.xml index 87fbcc537..493a4a016 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ de.adorsys.keycloak keycloak-config-cli jar - 5.9.1-SNAPSHOT + 5.10.0 keycloak-config-cli https://github.com/adorsys/keycloak-config-cli @@ -46,7 +46,7 @@ scm:git:git://github.com/adorsys/keycloak-config-cli.git scm:git:ssh://git@github.com/keycloak-config-cli.git https://github.com/adorsys/keycloak-config-cli - HEAD + v5.10.0 @@ -764,7 +764,8 @@ import javax - ; import org.keycloak.representations.userprofile.config.UPConfig; + ; +import org.keycloak.representations.userprofile.config.UPConfig; ; @@ -843,7 +844,8 @@ - ; import org.keycloak.representations.userprofile.config.UPConfig; + ; +import org.keycloak.representations.userprofile.config.UPConfig; ;