From 8c13531624c55c4970587f05e7c2194bc5efb6e3 Mon Sep 17 00:00:00 2001
From: Ulli Hafner <ullrich.hafner@gmail.com>
Date: Sat, 9 Nov 2024 23:04:29 +0100
Subject: [PATCH] [maven-release-plugin] prepare for next development iteration

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 581de7a7..a27ca33a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>edu.hm.hafner</groupId>
   <artifactId>codingstyle</artifactId>
-  <version>5.2.0</version>
+  <version>5.3.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Java coding style</name>
@@ -40,7 +40,7 @@
   <scm>
     <connection>scm:git:https://github.com/uhafner/codingstyle.git</connection>
     <developerConnection>scm:git:git@github.com:uhafner/codingstyle.git</developerConnection>
-    <tag>v5.2.0</tag>
+    <tag>HEAD</tag>
     <url>https://github.com/uhafner/codingstyle</url>
   </scm>
   <distributionManagement>