Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 33ee4424 authored by nab's avatar nab
Browse files

update pom version 3.1.0

parent 0ac75ecc
No related branches found
No related tags found
4 merge requests!11Develop,!10Feature/choices implementation,!8Feature/choices implementation,!7Choices initial solution structure
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -51,28 +51,28 @@ ...@@ -51,28 +51,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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
......
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -40,33 +40,33 @@ ...@@ -40,33 +40,33 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>voc-model</artifactId> <artifactId>voc-model</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>infr-model</artifactId> <artifactId>infr-model</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
</dependency> </dependency>
......
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
</dependency> </dependency>
......
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
</dependency> </dependency>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<groupId>net.ihe.gazelle.model</groupId> <groupId>net.ihe.gazelle.model</groupId>
<artifactId>model-resources</artifactId> <artifactId>model-resources</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
......
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
......
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
<parent> <parent>
<artifactId>uml-models</artifactId> <artifactId>uml-models</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>3.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,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.0.0-SNAPSHOT</version> <version>3.1.0-SNAPSHOT</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