Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ce383fed authored by gazelle-ci's avatar gazelle-ci
Browse files

[ci skip] prepare release 1.0.1

parent df6d97d2
No related branches found
Tags 1.0.1
2 merge requests!3Merge Master into Develop,!2[Fix] Release 1.0.1
......@@ -4,7 +4,7 @@
<parent>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>ans-hl7v2-simulators-api</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>ans-hl7v2-simulators-server</artifactId>
......@@ -20,7 +20,7 @@
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>ca.uhn.hapi</groupId>
......
......@@ -4,11 +4,11 @@
<parent>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>ans-hl7v2-simulators-service</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>HL7V2 SIMULATOR - SERVICE</name>
<properties>
......@@ -25,12 +25,12 @@
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators-server</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>jakarta.persistence</groupId>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>ans-hl7v2-simulators-ui</artifactId>
......@@ -28,7 +28,7 @@
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators-service</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
......
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>HL7V2 SIMULATOR - PROJECT</name>
......@@ -18,7 +18,7 @@
<connection>scm:git:${git.project.url}</connection>
<developerConnection>scm:git:${git.project.url}</developerConnection>
<url>${git.project.url}</url>
<tag>HEAD</tag>
<tag>1.0.1</tag>
</scm>
<distributionManagement>
<repository>
......@@ -119,17 +119,17 @@
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators-api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators-service</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>ans-hl7v2-simulators-ui</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
</dependencies>
</dependencyManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment