Mentions légales du service

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

[ci skip]prepare release 3.0.1

parent fe665606
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.1</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.1</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.1</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.1</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.1</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.1</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.1</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.1</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.1</version>
<name>Pixm Connector</name> <name>Pixm Connector</name>
<properties> <properties>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<connection>scm:git:${git.project.url}</connection> <connection>scm:git:${git.project.url}</connection>
<url>scm:git:${git.project.url}</url> <url>scm:git:${git.project.url}</url>
<developerConnection>scm:git:${git.project.url}</developerConnection> <developerConnection>scm:git:${git.project.url}</developerConnection>
<tag>HEAD</tag> <tag>3.0.1</tag>
</scm> </scm>
<repositories> <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