From 1e5914c9812e81ce65057904cbb831027371c169 Mon Sep 17 00:00:00 2001 From: gazelle-ci <gitlab-ci@kereval.com> Date: Wed, 26 Jun 2024 13:10:47 +0000 Subject: [PATCH] [ci skip]prepare for next development iteration --- mhd-fhir-server-simulator/pom.xml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mhd-fhir-server-simulator/pom.xml b/mhd-fhir-server-simulator/pom.xml index 7fc1f0d..dd80eae 100644 --- a/mhd-fhir-server-simulator/pom.xml +++ b/mhd-fhir-server-simulator/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>net.ihe.gazelle</groupId> <artifactId>mhd-fhir-simulators</artifactId> - <version>1.0.0</version> + <version>1.0.1-SNAPSHOT</version> </parent> <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> diff --git a/pom.xml b/pom.xml index 0e712f9..5411c28 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>net.ihe.gazelle</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> @@ -28,7 +28,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