Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Mar 21, 2022
1 parent 51b9dd4 commit 43f1e69
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [4.9.0] - 2022-03-21

### Added
- Support for managing fine-grained authorization rules with placeholders to reference identity providers by alias, realm role by name and groups by full path

Expand Down Expand Up @@ -559,7 +561,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

<!-- @formatter:off -->

[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v4.8.1...HEAD
[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v4.9.0...HEAD
[4.9.0]: https://github.com/adorsys/keycloak-config-cli/compare/v4.8.1...v4.9.0
[4.8.1]: https://github.com/adorsys/keycloak-config-cli/compare/v4.8.0...v4.8.1
[4.8.0]: https://github.com/adorsys/keycloak-config-cli/compare/v4.7.0...v4.8.0
[4.7.0]: https://github.com/adorsys/keycloak-config-cli/compare/v4.6.1...v4.7.0
Expand All @@ -571,7 +574,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[4.2.0]: https://github.com/adorsys/keycloak-config-cli/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/adorsys/keycloak-config-cli/compare/v4.0.1...v4.1.0
[4.0.1]: https://github.com/adorsys/keycloak-config-cli/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/adorsys/keycloak-config-cli/compare/v3.4.0...v4.0.0
[4.0.0]: https://github.com/adorsys/keycloak-config-cli/compare/vBreaking...v4.0.0
[Breaking]: https://github.com/adorsys/keycloak-config-cli/compare/v3.4.0...vBreaking
[3.4.0]: https://github.com/adorsys/keycloak-config-cli/compare/v3.3.1...v3.4.0
[3.3.1]: https://github.com/adorsys/keycloak-config-cli/compare/v3.3.0...v3.3.1
[3.3.0]: https://github.com/adorsys/keycloak-config-cli/compare/v3.2.0...v3.3.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: 4.9.0-rc2-SNAPSHOT
appVersion: 4.9.0-rc2-SNAPSHOT
version: 4.9.0
appVersion: 4.9.0
maintainers:
- name: jkroepke
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.adorsys.keycloak</groupId>
<artifactId>keycloak-config-cli</artifactId>
<packaging>jar</packaging>
<version>4.9.0-rc2-SNAPSHOT</version>
<version>4.9.0</version>

<name>keycloak-config-cli</name>
<url>https://github.com/adorsys/keycloak-config-cli</url>
Expand Down Expand Up @@ -39,7 +39,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>v4.9.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 43f1e69

Please sign in to comment.