From c4a460cd593ead98ca8b844076c5b2a2a2961e3c Mon Sep 17 00:00:00 2001 From: gazelle-ci <gitlab-ci@kereval.com> Date: Mon, 18 Oct 2021 12:36:58 +0000 Subject: [PATCH] [ci skip]prepare for next development iteration --- cda-model/pom.xml | 14 +++++++------- cdaepsos-model/pom.xml | 16 ++++++++-------- common-models/pom.xml | 6 +++--- datatypes-model/pom.xml | 8 ++++---- infr-model/pom.xml | 8 ++++---- model-resources/pom.xml | 4 ++-- nblock-model/pom.xml | 6 +++--- pom.xml | 4 ++-- voc-model/pom.xml | 6 +++--- 9 files changed, 36 insertions(+), 36 deletions(-) diff --git a/cda-model/pom.xml b/cda-model/pom.xml index a4daf97..43608f4 100644 --- a/cda-model/pom.xml +++ b/cda-model/pom.xml @@ -4,14 +4,14 @@ <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0</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</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -49,28 +49,28 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>voc-model</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>common-models</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>nblock-model</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>datatypes-model</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0</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 9be86cc..f9315cf 100644 --- a/cdaepsos-model/pom.xml +++ b/cdaepsos-model/pom.xml @@ -4,14 +4,14 @@ <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0</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</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -38,33 +38,33 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>voc-model</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>common-models</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>nblock-model</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>infr-model</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>datatypes-model</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> diff --git a/common-models/pom.xml b/common-models/pom.xml index 28eeb56..cb53046 100644 --- a/common-models/pom.xml +++ b/common-models/pom.xml @@ -4,14 +4,14 @@ <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0</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</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -37,7 +37,7 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/datatypes-model/pom.xml b/datatypes-model/pom.xml index 2a95373..7d56da5 100644 --- a/datatypes-model/pom.xml +++ b/datatypes-model/pom.xml @@ -4,14 +4,14 @@ <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0</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</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -37,13 +37,13 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>common-models</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0</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 e9b0f88..667996d 100644 --- a/infr-model/pom.xml +++ b/infr-model/pom.xml @@ -4,14 +4,14 @@ <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0</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</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -36,13 +36,13 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>datatypes-model</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/model-resources/pom.xml b/model-resources/pom.xml index 9386115..c9035cc 100644 --- a/model-resources/pom.xml +++ b/model-resources/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -12,7 +12,7 @@ <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> diff --git a/nblock-model/pom.xml b/nblock-model/pom.xml index ad69f73..76e216d 100644 --- a/nblock-model/pom.xml +++ b/nblock-model/pom.xml @@ -4,14 +4,14 @@ <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0</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</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -36,7 +36,7 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/pom.xml b/pom.xml index 46aa479..4c239ad 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</version> + <version>3.0.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -22,7 +22,7 @@ <connection>scm:git:${git.project.url}</connection> <developerConnection>scm:git:${git.project.url}</developerConnection> <url>${git.project.url}</url> - <tag>3.0.0</tag> + <tag>HEAD</tag> </scm> <distributionManagement> diff --git a/voc-model/pom.xml b/voc-model/pom.xml index af50cd9..dbd70f0 100644 --- a/voc-model/pom.xml +++ b/voc-model/pom.xml @@ -4,14 +4,14 @@ <parent> <artifactId>uml-models</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.0.0</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</version> + <version>3.0.1-SNAPSHOT</version> <packaging>jar</packaging> @@ -36,7 +36,7 @@ <dependency> <groupId>net.ihe.gazelle.model</groupId> <artifactId>model-resources</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </dependency> </dependencies> </project> -- GitLab