Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.9.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Mar 21, 2022
1 parent 7d12236 commit a9649d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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]

## [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 @@ -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.7.0...HEAD
[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-rc0...HEAD
[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
[4.7.0]: https://github.com/adorsys/keycloak-config-cli/compare/v4.6.1...v4.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: 4.8.2-SNAPSHOT
appVersion: 4.8.2-SNAPSHOT
version: 4.9.0-rc0
appVersion: 4.9.0-rc0
maintainers:
- name: jkroepke
email: [email protected]
Expand Down
6 changes: 3 additions & 3 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.8.2-SNAPSHOT</version>
<version>4.9.0-rc0</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-rc0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -96,7 +96,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.4</version>
<relativePath/>
<relativePath />
</parent>

<dependencyManagement>
Expand Down

0 comments on commit a9649d0

Please sign in to comment.