diff --git a/archetype/generated-validator/pom.xml b/archetype/generated-validator/pom.xml index 941cc1265ea1f148cc95a691ab8df3cb7f6927f9..94e02040686f2c5ff4be6694b32d5a997805d958 100644 --- a/archetype/generated-validator/pom.xml +++ b/archetype/generated-validator/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>gazelle-objects-checker</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -13,7 +13,7 @@ <groupId>net.ihe.gazelle.goc</groupId> <artifactId>generated-validator</artifactId> <packaging>pom</packaging> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <modules> <module>validator-archetype-instantiator</module> <module>validator-archetype</module> @@ -47,7 +47,7 @@ <dependency> <groupId>net.ihe.gazelle.goctests</groupId> <artifactId>goc-annotations</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </dependency> </dependencies> </project> diff --git a/archetype/generated-validator/validator-archetype-instantiator/pom.xml b/archetype/generated-validator/validator-archetype-instantiator/pom.xml index 9408701f4a3087f3f59fc9e16245d3bc3a571458..ac078f60346393786eb130b1bf052522d3cf7786 100644 --- a/archetype/generated-validator/validator-archetype-instantiator/pom.xml +++ b/archetype/generated-validator/validator-archetype-instantiator/pom.xml @@ -3,12 +3,12 @@ <parent> <artifactId>generated-validator</artifactId> <groupId>net.ihe.gazelle.goc</groupId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>validator-archetype-instantiator</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <packaging>jar</packaging> </project> \ No newline at end of file diff --git a/archetype/generated-validator/validator-archetype/pom.xml b/archetype/generated-validator/validator-archetype/pom.xml index e597e99f1201d27da285ffe3e9450df6cab3405e..91908713b635743c14f52cb4705239ca391ed060 100644 --- a/archetype/generated-validator/validator-archetype/pom.xml +++ b/archetype/generated-validator/validator-archetype/pom.xml @@ -3,11 +3,11 @@ <parent> <artifactId>generated-validator</artifactId> <groupId>net.ihe.gazelle.goc</groupId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>validator-archetype</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <packaging>maven-archetype</packaging> <build> diff --git a/hl7templates/goc-tests/goc-annotations/pom.xml b/hl7templates/goc-tests/goc-annotations/pom.xml index 593daecb40e7e3578f5d17d8271b317c0255eea8..add94575e7ec5b9e2f77e35827c8eefed47d9eef 100644 --- a/hl7templates/goc-tests/goc-annotations/pom.xml +++ b/hl7templates/goc-tests/goc-annotations/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>goc-tests</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <relativePath>../pom.xml</relativePath> </parent> @@ -11,7 +11,7 @@ <groupId>net.ihe.gazelle.goctests</groupId> <artifactId>goc-annotations</artifactId> <name>GOC Annotations</name> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <build> diff --git a/hl7templates/goc-tests/goc-tests-runner/pom.xml b/hl7templates/goc-tests/goc-tests-runner/pom.xml index b3f33aedb8eaeaff635aa03a434fdc45d6b473d7..9f6888b1467f06a2190809b81cd551cc17830383 100644 --- a/hl7templates/goc-tests/goc-tests-runner/pom.xml +++ b/hl7templates/goc-tests/goc-tests-runner/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>goc-tests</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <relativePath>../pom.xml</relativePath> </parent> @@ -11,7 +11,7 @@ <groupId>net.ihe.gazelle.goctests</groupId> <artifactId>goc-tests-runner</artifactId> <name>GOC Tests Runner</name> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <build> @@ -110,7 +110,7 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>hl7templates-packager-jar</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </dependency> </dependencies> </project> diff --git a/hl7templates/goc-tests/pom.xml b/hl7templates/goc-tests/pom.xml index 472488a78f800c66f21d8da396c5e22faeddf012..d9e9cea4cde6fe3f7dbe08b33f614d714d6451df 100644 --- a/hl7templates/goc-tests/pom.xml +++ b/hl7templates/goc-tests/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>gazelle-objects-checker</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -11,7 +11,7 @@ <groupId>net.ihe.gazelle</groupId> <artifactId>goc-tests</artifactId> <name>GOC Tests</name> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <packaging>pom</packaging> diff --git a/hl7templates/gocmodel-jar/pom.xml b/hl7templates/gocmodel-jar/pom.xml index aab7318c3950a2d9fb84fbb35355fbb5ff9277f2..ca9391bce7bb26f44e59f5c0437884385ca59e9e 100644 --- a/hl7templates/gocmodel-jar/pom.xml +++ b/hl7templates/gocmodel-jar/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>gazelle-objects-checker</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -11,7 +11,7 @@ <groupId>net.ihe.gazelle</groupId> <artifactId>gocmodel-jar</artifactId> <name>GOC Model JAR</name> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <organization> <name>IHE-Europe</name> @@ -342,7 +342,7 @@ <dependency> <groupId>net.ihe.gazelle.goctests</groupId> <artifactId>goc-annotations</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </dependency> </dependencies> diff --git a/hl7templates/hl7templates-api-jar/pom.xml b/hl7templates/hl7templates-api-jar/pom.xml index 9ce4e33ffe9c491b9fc1e167e03664e3334954e5..c43212855d23ee70423b84819d0b931b6676e5f4 100644 --- a/hl7templates/hl7templates-api-jar/pom.xml +++ b/hl7templates/hl7templates-api-jar/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>gazelle-objects-checker</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -11,7 +11,7 @@ <groupId>net.ihe.gazelle</groupId> <artifactId>hl7templates-api-jar</artifactId> <name>HL7Templates API JAR</name> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <organization> <name>IHE-Europe</name> @@ -81,7 +81,7 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>hl7templates-model-jar</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </dependency> <dependency> diff --git a/hl7templates/hl7templates-generator-jar/pom.xml b/hl7templates/hl7templates-generator-jar/pom.xml index 74d53e05d814d6bff9db9f325ad60192390f91f8..2edfaa267a6592df1488ba45bc9a6455c6c93e5f 100644 --- a/hl7templates/hl7templates-generator-jar/pom.xml +++ b/hl7templates/hl7templates-generator-jar/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>gazelle-objects-checker</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -11,7 +11,7 @@ <groupId>net.ihe.gazelle</groupId> <artifactId>hl7templates-generator-jar</artifactId> <name>HL7Templates Generator JAR</name> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <organization> @@ -143,7 +143,7 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>gocmodel-jar</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </dependency> </dependencies> </plugin> @@ -238,7 +238,7 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>hl7templates-model-jar</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </dependency> <dependency> @@ -249,7 +249,7 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>hl7templates-api-jar</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </dependency> <dependency> <groupId>net.ihe.gazelle.svs</groupId> diff --git a/hl7templates/hl7templates-model-jar/pom.xml b/hl7templates/hl7templates-model-jar/pom.xml index 07a534aca111911410971b468f3b5b6311bad645..73dcd8952f471ed876573bdcf00650193516363d 100644 --- a/hl7templates/hl7templates-model-jar/pom.xml +++ b/hl7templates/hl7templates-model-jar/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>gazelle-objects-checker</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -11,7 +11,7 @@ <groupId>net.ihe.gazelle</groupId> <artifactId>hl7templates-model-jar</artifactId> <name>HL7Templates Model JAR</name> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <organization> <name>IHE-Europe</name> @@ -134,7 +134,7 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>gocmodel-jar</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </dependency> </dependencies> </plugin> @@ -214,7 +214,7 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>gocmodel-jar</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </dependency> <dependency> diff --git a/hl7templates/hl7templates-packager-jar/pom.xml b/hl7templates/hl7templates-packager-jar/pom.xml index 597c333912dc67518708eaf62acd343ae462e6af..43efc40d951e1a3b06cd9207cd4bac301efb5ed9 100644 --- a/hl7templates/hl7templates-packager-jar/pom.xml +++ b/hl7templates/hl7templates-packager-jar/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>gazelle-objects-checker</artifactId> <groupId>net.ihe.gazelle</groupId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -11,7 +11,7 @@ <groupId>net.ihe.gazelle</groupId> <artifactId>hl7templates-packager-jar</artifactId> <name>HL7 Templates Packager</name> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <organization> <name>IHE europe</name> @@ -164,7 +164,7 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>hl7templates-generator-jar</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> </dependency> <dependency> @@ -211,7 +211,7 @@ <dependency> <groupId>net.ihe.gazelle.goc</groupId> <artifactId>validator-archetype-instantiator</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <type>jar</type> </dependency> diff --git a/pom.xml b/pom.xml index 2adc61b6f347cc81056a7c7987c2eb5b2ba3045e..cf515560c18b07cc4c858b8872da77399a0d7682 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>net.ihe.gazelle</groupId> <artifactId>gazelle-objects-checker</artifactId> <name>Gazelle Objects Checker</name> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.1</version> <packaging>pom</packaging> <organization> @@ -45,7 +45,7 @@ <connection>scm:git:${git.project.url}</connection> <developerConnection>scm:git:${git.project.url}</developerConnection> <url>${git.project.url}</url> - <tag>HEAD</tag> + <tag>3.2.1</tag> </scm> <repositories>