Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Mar 9, 2022
1 parent 68e9c4d commit db17802
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.8.1] - 2022-03-09

### Fixed

- Docker Image for Keycloak 14, 15, 16 contains the version for Keycloak 17
Expand Down Expand Up @@ -555,7 +557,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.0...HEAD
[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v4.8.1...HEAD
[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
[4.6.1]: https://github.com/adorsys/keycloak-config-cli/compare/v4.6.0...v4.6.1
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.1-SNAPSHOT
appVersion: 4.8.1-SNAPSHOT
version: 4.8.1
appVersion: 4.8.1
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.8.1-SNAPSHOT</version>
<version>4.8.1</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.8.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit db17802

Please sign in to comment.