From 8686e968024e5f9e0b331f36b5d55fd52496b128 Mon Sep 17 00:00:00 2001
From: gazelle-ci <gitlab-ci@kereval.com>
Date: Thu, 15 Feb 2024 15:59:41 +0000
Subject: [PATCH] [ci skip]prepare release 3.9.1

---
 GazelleHL7v2Validator-ear/pom.xml        |  8 ++++----
 GazelleHL7v2Validator-ejb/pom.xml        |  4 ++--
 GazelleHL7v2Validator-ui/pom.xml         | 11 +++++------
 gazelle-hl7-validator-report-jar/pom.xml |  2 +-
 gazelle-hl7v2-validator-api-jar/pom.xml  |  2 +-
 gvt-validation-jar/pom.xml               |  2 +-
 pom.xml                                  | 14 +++++++-------
 7 files changed, 21 insertions(+), 22 deletions(-)

diff --git a/GazelleHL7v2Validator-ear/pom.xml b/GazelleHL7v2Validator-ear/pom.xml
index 876199f..ba8ba07 100644
--- a/GazelleHL7v2Validator-ear/pom.xml
+++ b/GazelleHL7v2Validator-ear/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>GazelleHL7v2Validator</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.9.1-SNAPSHOT</version>
+        <version>3.9.1</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.1-SNAPSHOT</version>
+    <version>3.9.1</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.1-SNAPSHOT</version>
+            <version>3.9.1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>net.ihe.gazelle</groupId>
             <artifactId>GazelleHL7v2Validator-ejb</artifactId>
             <type>ejb</type>
-            <version>3.9.1-SNAPSHOT</version>
+            <version>3.9.1</version>
         </dependency>
         <dependency>
             <groupId>net.ihe.gazelle</groupId>
diff --git a/GazelleHL7v2Validator-ejb/pom.xml b/GazelleHL7v2Validator-ejb/pom.xml
index df61b59..1aec968 100644
--- a/GazelleHL7v2Validator-ejb/pom.xml
+++ b/GazelleHL7v2Validator-ejb/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>GazelleHL7v2Validator</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.9.1-SNAPSHOT</version>
+        <version>3.9.1</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.1-SNAPSHOT</version>
+            <version>3.9.1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git a/GazelleHL7v2Validator-ui/pom.xml b/GazelleHL7v2Validator-ui/pom.xml
index 9af7149..d936c86 100644
--- a/GazelleHL7v2Validator-ui/pom.xml
+++ b/GazelleHL7v2Validator-ui/pom.xml
@@ -1,10 +1,9 @@
 <?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/maven-v4_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/maven-v4_0_0.xsd">
     <parent>
         <artifactId>GazelleHL7v2Validator</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.9.1-SNAPSHOT</version>
+        <version>3.9.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -12,7 +11,7 @@
     <artifactId>GazelleHL7v2Validator-ui</artifactId>
     <packaging>war</packaging>
     <name>GazelleHL7v2Validator-ui</name>
-    <version>3.9.1-SNAPSHOT</version>
+    <version>3.9.1</version>
     <description>Archetype for the UI part of our java projects</description>
     <organization>
         <name>INRIA - IHE Development</name>
@@ -28,8 +27,8 @@
                         <ignoredParamName>dataScrollerId</ignoredParamName>
                         <ignoredParamName>dataTableId</ignoredParamName>
                     </ignoredParamNames>
-                    <targetDirectory/>
-                    <ramRootFolder/>
+                    <targetDirectory />
+                    <ramRootFolder />
                 </configuration>
             </plugin>
         </plugins>
diff --git a/gazelle-hl7-validator-report-jar/pom.xml b/gazelle-hl7-validator-report-jar/pom.xml
index c614bfb..8d61571 100644
--- a/gazelle-hl7-validator-report-jar/pom.xml
+++ b/gazelle-hl7-validator-report-jar/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>GazelleHL7v2Validator</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.9.1-SNAPSHOT</version>
+        <version>3.9.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>jar</packaging>
diff --git a/gazelle-hl7v2-validator-api-jar/pom.xml b/gazelle-hl7v2-validator-api-jar/pom.xml
index 6c8d64b..14864d9 100644
--- a/gazelle-hl7v2-validator-api-jar/pom.xml
+++ b/gazelle-hl7v2-validator-api-jar/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>GazelleHL7v2Validator</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.9.1-SNAPSHOT</version>
+        <version>3.9.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/gvt-validation-jar/pom.xml b/gvt-validation-jar/pom.xml
index ffcee17..a72856e 100644
--- a/gvt-validation-jar/pom.xml
+++ b/gvt-validation-jar/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>GazelleHL7v2Validator</artifactId>
         <groupId>net.ihe.gazelle</groupId>
-        <version>3.9.1-SNAPSHOT</version>
+        <version>3.9.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 781b8eb..f1a3262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>net.ihe.gazelle</groupId>
     <artifactId>GazelleHL7v2Validator</artifactId>
-    <version>3.9.1-SNAPSHOT</version>
+    <version>3.9.1</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>HEAD</tag>
+        <tag>3.9.1</tag>
     </scm>
 
     <organization>
@@ -89,27 +89,27 @@
             <dependency>
                 <groupId>net.ihe.gazelle</groupId>
                 <artifactId>gazelle-hl7-validator-report-jar</artifactId>
-                <version>3.9.1-SNAPSHOT</version>
+                <version>3.9.1</version>
             </dependency>
             <dependency>
                 <groupId>net.ihe.gazelle</groupId>
                 <artifactId>gazelle-hl7v2-validator-api-jar</artifactId>
-                <version>3.9.1-SNAPSHOT</version>
+                <version>3.9.1</version>
             </dependency>
             <dependency>
                 <groupId>net.ihe.gazelle</groupId>
                 <artifactId>GazelleHL7v2Validator-ejb</artifactId>
-                <version>3.9.1-SNAPSHOT</version>
+                <version>3.9.1</version>
             </dependency>
             <dependency>
                 <groupId>net.ihe.gazelle</groupId>
                 <artifactId>GazelleHL7v2Validator-ear</artifactId>
-                <version>3.9.1-SNAPSHOT</version>
+                <version>3.9.1</version>
             </dependency>
             <dependency>
                 <groupId>net.ihe.gazelle</groupId>
                 <artifactId>GazelleHL7v2Validator-ui</artifactId>
-                <version>3.9.1-SNAPSHOT</version>
+                <version>3.9.1</version>
             </dependency>
             <dependency>
                 <groupId>net.ihe.gazelle</groupId>
-- 
GitLab