Skip to content

Commit f9e3655

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 373ce99 commit f9e3655

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/charts/keycloak-config-cli/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: keycloak-config-cli
33
description: Import JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.
44
home: https://github.com/adorsys/keycloak-config-cli
5-
version: 6.4.0
6-
appVersion: 6.4.0
5+
version: 6.4.1-SNAPSHOT
6+
appVersion: 6.4.1-SNAPSHOT
77
maintainers:
88
- name: jkroepke
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>de.adorsys.keycloak</groupId>
1212
<artifactId>keycloak-config-cli</artifactId>
1313
<packaging>jar</packaging>
14-
<version>6.4.0</version>
14+
<version>6.4.1-SNAPSHOT</version>
1515

1616
<name>keycloak-config-cli</name>
1717
<url>https://github.com/adorsys/keycloak-config-cli</url>
@@ -46,7 +46,7 @@
4646
<connection>scm:git:git://github.com/adorsys/keycloak-config-cli.git</connection>
4747
<developerConnection>scm:git:ssh://[email protected]/keycloak-config-cli.git</developerConnection>
4848
<url>https://github.com/adorsys/keycloak-config-cli</url>
49-
<tag>v6.4.0</tag>
49+
<tag>HEAD</tag>
5050
</scm>
5151

5252
<issueManagement>

0 commit comments

Comments
 (0)