Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v0rr committed Dec 12, 2023
1 parent b413908 commit 7ff4f69
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -719,7 +721,8 @@ A lot of import properties are added over the years. this major release of keycl

<!-- @formatter:off -->

[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
Expand Down
4 changes: 2 additions & 2 deletions contrib/charts/keycloak-config-cli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>de.adorsys.keycloak</groupId>
<artifactId>keycloak-config-cli</artifactId>
<packaging>jar</packaging>
<version>5.9.1-SNAPSHOT</version>
<version>5.10.0</version>

<name>keycloak-config-cli</name>
<url>https://github.com/adorsys/keycloak-config-cli</url>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:git://github.com/adorsys/keycloak-config-cli.git</connection>
<developerConnection>scm:git:ssh://[email protected]/keycloak-config-cli.git</developerConnection>
<url>https://github.com/adorsys/keycloak-config-cli</url>
<tag>HEAD</tag>
<tag>v5.10.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -764,7 +764,8 @@
<value>import javax</value>
</replacement>
<replacement>
<token>;&#10;import org.keycloak.representations.userprofile.config.UPConfig;</token>
<token>;
import org.keycloak.representations.userprofile.config.UPConfig;</token>
<value>;</value>
</replacement>
<replacement>
Expand Down Expand Up @@ -843,7 +844,8 @@
</includes>
<replacements>
<replacement>
<token>;&#10;import org.keycloak.representations.userprofile.config.UPConfig;</token>
<token>;
import org.keycloak.representations.userprofile.config.UPConfig;</token>
<value>;</value>
</replacement>
<replacement>
Expand Down

0 comments on commit 7ff4f69

Please sign in to comment.