Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 53003730 authored by Alexandre Pocinho's avatar Alexandre Pocinho
Browse files

Merge branch 'refs/heads/master' into develop

# Conflicts:
#	pom.xml
parents 5e7ffcd3 6aed3e75
No related branches found
No related tags found
1 merge request!11Master
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
<parent> <parent>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>pixm-connector</artifactId> <artifactId>pixm-connector</artifactId>
<version>3.0.1-SNAPSHOT</version> <version>3.0.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>http-validator-client</artifactId> <artifactId>http-validator-client</artifactId>
<name>HTTP Validator Client</name> <name>HTTP Validator Client</name>
<version>3.0.1-SNAPSHOT</version> <version>3.0.2-SNAPSHOT</version>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
......
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
<parent> <parent>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>pixm-connector</artifactId> <artifactId>pixm-connector</artifactId>
<version>3.0.1-SNAPSHOT</version> <version>3.0.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>matchbox-client</artifactId> <artifactId>matchbox-client</artifactId>
<name>Matchbox Client</name> <name>Matchbox Client</name>
<version>3.0.1-SNAPSHOT</version> <version>3.0.2-SNAPSHOT</version>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
......
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
<parent> <parent>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>pixm-connector</artifactId> <artifactId>pixm-connector</artifactId>
<version>3.0.1-SNAPSHOT</version> <version>3.0.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>pixm-connector-service</artifactId> <artifactId>pixm-connector-service</artifactId>
<name>PIXm Connector Service</name> <name>PIXm Connector Service</name>
<version>3.0.1-SNAPSHOT</version> <version>3.0.2-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
...@@ -310,12 +310,12 @@ ...@@ -310,12 +310,12 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>matchbox-client</artifactId> <artifactId>matchbox-client</artifactId>
<version>3.0.1-SNAPSHOT</version> <version>3.0.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>http-validator-client</artifactId> <artifactId>http-validator-client</artifactId>
<version>3.0.1-SNAPSHOT</version> <version>3.0.2-SNAPSHOT</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<module>matchbox-client</module> <module>matchbox-client</module>
<module>http-validator-client</module> <module>http-validator-client</module>
</modules> </modules>
<version>3.0.1-SNAPSHOT</version> <version>3.0.2-SNAPSHOT</version>
<name>Pixm Connector</name> <name>Pixm Connector</name>
<properties> <properties>
......
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