Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Dec 19, 2021
1 parent 1b58b4d commit 332e137
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 @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [4.5.0] - 2021-12-19

### Added
- Added Keycloak 16 support, drop Keycloak 12 support
- Support for multiple realm definitions inside one YAML file.
Expand Down Expand Up @@ -497,7 +499,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.4.0...HEAD
[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v4.5.0...HEAD
[4.5.0]: https://github.com/adorsys/keycloak-config-cli/compare/v4.4.0...v4.5.0
[4.4.0]: https://github.com/adorsys/keycloak-config-cli/compare/v4.3.0...v4.4.0
[4.3.0]: https://github.com/adorsys/keycloak-config-cli/compare/v4.2.0...v4.3.0
[4.2.0]: https://github.com/adorsys/keycloak-config-cli/compare/v4.1.0...v4.2.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.4.1-SNAPSHOT
appVersion: 4.4.1-SNAPSHOT
version: 4.5.0
appVersion: 4.5.0
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.4.1-SNAPSHOT</version>
<version>4.5.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.5.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -89,7 +89,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<release.signTag>true</release.signTag>
<release.additionalArguments/>
<release.additionalArguments />
</properties>

<parent>
Expand Down

0 comments on commit 332e137

Please sign in to comment.