From 1efeb2bf6457b8041e364f78a8cc227cb4b0bbd7 Mon Sep 17 00:00:00 2001
From: gazelle-ci <gitlab-ci@kereval.com>
Date: Wed, 26 Jun 2024 12:11:10 +0000
Subject: [PATCH] [ci skip]prepare for next development iteration

---
 mhd-fhir-server-simulator/pom.xml | 2 +-
 pom.xml                           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mhd-fhir-server-simulator/pom.xml b/mhd-fhir-server-simulator/pom.xml
index 9af8c49..7817d5e 100644
--- a/mhd-fhir-server-simulator/pom.xml
+++ b/mhd-fhir-server-simulator/pom.xml
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>gazelle.ihe.net</groupId>
     <artifactId>mhd-fhir-server-simulator</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <properties>
         <compiler-plugin.version>3.12.1</compiler-plugin.version>
         <maven.compiler.release>17</maven.compiler.release>
diff --git a/pom.xml b/pom.xml
index a027e4c..04904d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>gazelle.ihe.net</groupId>
     <artifactId>mhd-fhir-simulators</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>MHD FHIR Server Simulator</name>
 
@@ -13,7 +13,7 @@
         <connection>scm:git:${git.project.url}</connection>
         <url>scm:git:${git.project.url}</url>
         <developerConnection>scm:git:${git.project.url}</developerConnection>
-        <tag>1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <distributionManagement>
-- 
GitLab