From 675eae51c20d66317aacb070208a3d06642e7f03 Mon Sep 17 00:00:00 2001 From: gazelle-ci <gitlab-ci@kereval.com> Date: Wed, 26 Jun 2024 12:11:08 +0000 Subject: [PATCH] [ci skip]prepare release 1.0.0 --- mhd-fhir-server-simulator/pom.xml | 6 ++---- pom.xml | 8 +++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/mhd-fhir-server-simulator/pom.xml b/mhd-fhir-server-simulator/pom.xml index 0a1d0c5..9af8c49 100644 --- a/mhd-fhir-server-simulator/pom.xml +++ b/mhd-fhir-server-simulator/pom.xml @@ -1,11 +1,9 @@ <?xml version="1.0"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <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> <maven.compiler.release>17</maven.compiler.release> diff --git a/pom.xml b/pom.xml index 2feaf53..a027e4c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>gazelle.ihe.net</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> @@ -15,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>HEAD</tag> + <tag>1.0.0</tag> </scm> <distributionManagement> -- GitLab