Skip to content

Commit 48827f5

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent f42b42a commit 48827f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>net.continuous-security-tools</groupId>
55
<artifactId>keycloak-auditor</artifactId>
6-
<version>2.1.4</version>
6+
<version>2.1.5-SNAPSHOT</version>
77
<name>Auditing Tooling for Keycloak Server</name>
88
<packaging>pom</packaging>
99

@@ -57,7 +57,7 @@
5757
<url>https://${GITHUB_TOKEN}@github.com/ContinuousSecurityTooling/keycloak-auditor.git</url>
5858
<connection>scm:git:${project.scm.url}</connection>
5959
<developerConnection>scm:git:${project.scm.url}</developerConnection>
60-
<tag>v2.1.4</tag>
60+
<tag>HEAD</tag>
6161
</scm>
6262

6363
<properties>

spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>net.continuous-security-tools</groupId>
55
<artifactId>keycloak-auditor</artifactId>
6-
<version>2.1.4</version>
6+
<version>2.1.5-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>spi</artifactId>

0 commit comments

Comments
 (0)