Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8aa7f84a authored by Claude Lusseau's avatar Claude Lusseau
Browse files

<FIX> For Release version

parent be5f2762
No related branches found
No related tags found
1 merge request!65Master into develop
......@@ -3,7 +3,7 @@
<parent>
<artifactId>GazelleHL7v2Validator</artifactId>
<groupId>net.ihe.gazelle</groupId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......@@ -11,7 +11,7 @@
<artifactId>GazelleHL7v2Validator-ear</artifactId>
<packaging>ear</packaging>
<name>GazelleHL7v2Validator-ear</name>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
<contributors>
<contributor>
<organization>INRIA - Rennes Bretagne Atlantique</organization>
......@@ -105,14 +105,14 @@
<groupId>net.ihe.gazelle</groupId>
<artifactId>GazelleHL7v2Validator-ui</artifactId>
<type>war</type>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>GazelleHL7v2Validator-ejb</artifactId>
<type>ejb</type>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.ihe.gazelle</groupId>
......
......@@ -3,7 +3,7 @@
<parent>
<artifactId>GazelleHL7v2Validator</artifactId>
<groupId>net.ihe.gazelle</groupId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......@@ -270,7 +270,7 @@
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>gvt-validation-jar</artifactId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
......
......@@ -3,7 +3,7 @@
<parent>
<artifactId>GazelleHL7v2Validator</artifactId>
<groupId>net.ihe.gazelle</groupId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
......@@ -11,7 +11,7 @@
<artifactId>GazelleHL7v2Validator-ui</artifactId>
<packaging>war</packaging>
<name>GazelleHL7v2Validator-ui</name>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
<description>Archetype for the UI part of our java projects</description>
<organization>
<name>INRIA - IHE Development</name>
......
......@@ -3,7 +3,7 @@
<parent>
<artifactId>GazelleHL7v2Validator</artifactId>
<groupId>net.ihe.gazelle</groupId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
......
......@@ -3,7 +3,7 @@
<parent>
<artifactId>GazelleHL7v2Validator</artifactId>
<groupId>net.ihe.gazelle</groupId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -3,7 +3,7 @@
<parent>
<artifactId>GazelleHL7v2Validator</artifactId>
<groupId>net.ihe.gazelle</groupId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle</groupId>
<artifactId>GazelleHL7v2Validator</artifactId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GazelleHL7v2Validator</name>
<description>parent for project GazelleHL7v2Validator</description>
......@@ -26,7 +26,7 @@
<connection>scm:git:${git.project.url}</connection>
<url>scm:git:${git.project.url}</url>
<developerConnection>scm:git:${git.project.url}</developerConnection>
<tag>3.9.0</tag>
<tag>3.9.0-SNAPSHOT</tag>
</scm>
<organization>
......@@ -89,27 +89,27 @@
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>gazelle-hl7-validator-report-jar</artifactId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>gazelle-hl7v2-validator-api-jar</artifactId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>GazelleHL7v2Validator-ejb</artifactId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>GazelleHL7v2Validator-ear</artifactId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>GazelleHL7v2Validator-ui</artifactId>
<version>3.9.0</version>
<version>3.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.ihe.gazelle</groupId>
......
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