Mentions légales du service

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

[ci skip]prepare release 3.2.0

parent 3cd3d5ca
No related branches found
No related tags found
1 merge request!19merge master into develop
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>cda-model</artifactId> <artifactId>cda-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -49,28 +49,28 @@ ...@@ -49,28 +49,28 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>voc-model</artifactId> <artifactId>voc-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>common-models</artifactId> <artifactId>common-models</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>nblock-model</artifactId> <artifactId>nblock-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>datatypes-model</artifactId> <artifactId>datatypes-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>model-resources</artifactId> <artifactId>model-resources</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
......
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>cdaepsos-model</artifactId> <artifactId>cdaepsos-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>datatypes-model</artifactId> <artifactId>datatypes-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <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/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>cdaxehealth-model</artifactId> <artifactId>cdaxehealth-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<properties> <properties>
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.source>11</maven.compiler.source>
......
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>common-models</artifactId> <artifactId>common-models</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>model-resources</artifactId> <artifactId>model-resources</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>datatypes-model</artifactId> <artifactId>datatypes-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>common-models</artifactId> <artifactId>common-models</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
......
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>infr-model</artifactId> <artifactId>infr-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>datatypes-model</artifactId> <artifactId>datatypes-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>model-resources</artifactId> <artifactId>model-resources</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
......
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>nblock-model</artifactId> <artifactId>nblock-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>model-resources</artifactId> <artifactId>model-resources</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<name>UML Models</name> <name>UML Models</name>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<connection>scm:git:${git.project.url}</connection> <connection>scm:git:${git.project.url}</connection>
<developerConnection>scm:git:${git.project.url}</developerConnection> <developerConnection>scm:git:${git.project.url}</developerConnection>
<url>${git.project.url}</url> <url>${git.project.url}</url>
<tag>HEAD</tag> <tag>3.2.0</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>
......
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>voc-model</artifactId> <artifactId>voc-model</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>model-resources</artifactId> <artifactId>model-resources</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
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