From ef368632303fe45c058591ba9abedc28fb606af1 Mon Sep 17 00:00:00 2001
From: Scott Leberknight <174812+sleberknight@users.noreply.github.com>
Date: Sun, 16 Jun 2024 16:08:13 -0400
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 1d932fa..625050c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
     </parent>
 
     <artifactId>kiwi-test</artifactId>
-    <version>3.4.0</version>
+    <version>3.4.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>${project.groupId}:${project.artifactId}</name>
@@ -23,7 +23,7 @@
         <connection>scm:git:https://github.com/kiwiproject/kiwi-test.git</connection>
         <developerConnection>scm:git:git@github.com:kiwiproject/kiwi-test.git</developerConnection>
         <url>https://github.com/kiwiproject/kiwi-test</url>
-        <tag>v3.4.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>