Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Jun 18, 2021
1 parent a82f8b9 commit a1c6962
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 @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [4.0.0] - 2021-06-18

# Breaking
- New keycloak support policy: keycloak-config-cli will officially support the 4 latest keycloak versions.
In the future, if a new keycloak version is out, the oldest version will be removed without bump the major version of keycloak-config-cli
Expand Down Expand Up @@ -424,7 +426,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[3.4.0-rc2]: https://github.com/adorsys/keycloak-config-cli/compare/v3.4.0-rc1...v3.4.0-rc2
[3.4.0-rc1]: https://github.com/adorsys/keycloak-config-cli/compare/v3.4.0-rc0...v3.4.0-rc1
[3.4.0-rc0]: https://github.com/adorsys/keycloak-config-cli/compare/v3.3.1...v3.4.0-rc0
[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v3.4.0...HEAD
[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/adorsys/keycloak-config-cli/compare/v3.4.0...v4.0.0
[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: 3.4.1-SNAPSHOT
appVersion: 3.4.1-SNAPSHOT
version: 4.0.0
appVersion: 4.0.0
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>3.4.1-SNAPSHOT</version>
<version>4.0.0</version>

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

<issueManagement>
Expand Down

0 comments on commit a1c6962

Please sign in to comment.