Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.9.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Mar 21, 2022
1 parent 309833c commit 93da99c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion 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-rc1] - 2022-03-21

## [4.9.0-rc0] - 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 @@ -561,7 +563,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.7.0...HEAD
[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v4.9.0-rc0...HEAD
[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v4.9.0-rc1...HEAD
[4.9.0-rc1]: https://github.com/adorsys/keycloak-config-cli/compare/v4.9.0-rc0...v4.9.0-rc1
[4.9.0-rc0]: https://github.com/adorsys/keycloak-config-cli/compare/v4.8.1...v4.9.0-rc0
[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
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-rc1-SNAPSHOT
appVersion: 4.9.0-rc1-SNAPSHOT
version: 4.9.0-rc1
appVersion: 4.9.0-rc1
maintainers:
- name: jkroepke
email: joe@adorsys.de
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-rc1-SNAPSHOT</version>
<version>4.9.0-rc1</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://git@github.com/keycloak-config-cli.git</developerConnection>
<url>https://github.com/adorsys/keycloak-config-cli</url>
<tag>HEAD</tag>
<tag>v4.9.0-rc1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 93da99c

Please sign in to comment.