Mentions légales du service

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

[ci skip]prepare for next development iteration

parent c536555a
No related branches found
No related tags found
No related merge requests found
Pipeline #921031 skipped
......@@ -4,12 +4,12 @@
<parent>
<groupId>net.ihe.gazelle</groupId>
<artifactId>pixm-connector</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>http-validator-client</artifactId>
<name>HTTP Validator Client</name>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
......
......@@ -4,12 +4,12 @@
<parent>
<groupId>net.ihe.gazelle</groupId>
<artifactId>pixm-connector</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>matchbox-client</artifactId>
<name>Matchbox Client</name>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
......
......@@ -4,12 +4,12 @@
<parent>
<groupId>net.ihe.gazelle</groupId>
<artifactId>pixm-connector</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>pixm-connector-service</artifactId>
<name>PIXm Connector Service</name>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<properties>
......@@ -310,12 +310,12 @@
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>matchbox-client</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>http-validator-client</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
......
......@@ -8,7 +8,7 @@
<module>matchbox-client</module>
<module>http-validator-client</module>
</modules>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<name>Pixm Connector</name>
<properties>
......@@ -59,7 +59,7 @@
<connection>scm:git:${git.project.url}</connection>
<url>scm:git:${git.project.url}</url>
<developerConnection>scm:git:${git.project.url}</developerConnection>
<tag>3.0.0</tag>
<tag>HEAD</tag>
</scm>
<repositories>
......
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