diff --git a/cda-model/pom.xml b/cda-model/pom.xml index f22defe38a6e24e7f9a9bcdcafa6f243a7b18e64..43608f436cdeb45005ca610314459cdc5c04c7c5 100644 --- a/cda-model/pom.xml +++ b/cda-model/pom.xml @@ -1,19 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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"> <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.ihe.gazelle.model</groupId> <artifactId>cda-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -51,28 +49,28 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>voc-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>common-models</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>nblock-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>datatypes-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-io</groupId> diff --git a/cdaepsos-model/pom.xml b/cdaepsos-model/pom.xml index b81b551dc8fa47f2d988fa23f4b43ca0c951d95b..f9315cfa1bfc51484513a026d0caf8ed3cb154d4 100644 --- a/cdaepsos-model/pom.xml +++ b/cdaepsos-model/pom.xml @@ -1,19 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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"> <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.ihe.gazelle.model</groupId> <artifactId>cdaepsos-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -40,33 +38,33 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>voc-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>common-models</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>nblock-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>infr-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>datatypes-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> diff --git a/common-models/pom.xml b/common-models/pom.xml index 814668ee19a0f995a611aa06e9582acb572bad94..cb530466235fb18a1b54499bc8fc3bf333658a80 100644 --- a/common-models/pom.xml +++ b/common-models/pom.xml @@ -1,19 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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"> <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.ihe.gazelle.model</groupId> <artifactId>common-models</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -39,7 +37,7 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/datatypes-model/pom.xml b/datatypes-model/pom.xml index c3acc1cdc1a78e3a9c941609e2f47f72b36cb509..7d56da502ccf68196506ad0beefd863f71914deb 100644 --- a/datatypes-model/pom.xml +++ b/datatypes-model/pom.xml @@ -1,19 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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"> <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.ihe.gazelle.model</groupId> <artifactId>datatypes-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -39,13 +37,13 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>common-models</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> </dependencies> </project> \ No newline at end of file diff --git a/infr-model/pom.xml b/infr-model/pom.xml index e85e5613a8f57478b161e91623c6d1085a2cd424..667996db9d6c236ee79d8d432a32511a6a531c4b 100644 --- a/infr-model/pom.xml +++ b/infr-model/pom.xml @@ -1,19 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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"> <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.ihe.gazelle.model</groupId> <artifactId>infr-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -38,13 +36,13 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>datatypes-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/model-resources/pom.xml b/model-resources/pom.xml index 56dc1283a06cc1d33244298c6968e64c470855ad..c9035cc50c0edad4573f3bf4c6950400b0edcfda 100644 --- a/model-resources/pom.xml +++ b/model-resources/pom.xml @@ -1,12 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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"> <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -14,7 +12,7 @@ <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> diff --git a/nblock-model/pom.xml b/nblock-model/pom.xml index 7f91b97369eab0881bf563fe57d795a4f5173bba..76e216d56dc190c7f7c1d4bc328ecb0448f7852f 100644 --- a/nblock-model/pom.xml +++ b/nblock-model/pom.xml @@ -1,19 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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"> <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.ihe.gazelle.model</groupId> <artifactId>nblock-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -38,7 +36,7 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/pom.xml b/pom.xml index cafcaa5238476c8aae968b452d9c5c4f21497e31..d208b39a2725a6203f1eaec4267d5d04ffd59d6a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>net.ihe.gazelle</groupId> <artifactId>uml-models</artifactId> <name>UML Models</name> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/voc-model/pom.xml b/voc-model/pom.xml index 57fdc580d1566bb4212f67ea9fd8d0ae76e92480..dbd70f0179588a2892ba381d441d0153dfcac0d7 100644 --- a/voc-model/pom.xml +++ b/voc-model/pom.xml @@ -1,19 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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"> <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.ihe.gazelle.model</groupId> <artifactId>voc-model</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -38,7 +36,7 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </dependency> </dependencies> </project>