From 2397c29169c48f73f93e1df5d037fdde79b9f920 Mon Sep 17 00:00:00 2001 From: gazelle-ci <gitlab-ci@kereval.com> Date: Wed, 26 Jun 2024 13:00:49 +0000 Subject: [PATCH] [ci skip]prepare release 1.0.0 --- 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 5a00342..7fc1f0d 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-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>gazelle.ihe.net</groupId> <artifactId>mhd-fhir-server-simulator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <properties> <compiler-plugin.version>3.12.1</compiler-plugin.version> diff --git a/pom.xml b/pom.xml index a22a06c..0e712f9 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-SNAPSHOT</version> + <version>1.0.0</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>HEAD</tag> + <tag>1.0.0</tag> </scm> <distributionManagement> -- GitLab