diff --git a/http-validator-client/pom.xml b/http-validator-client/pom.xml index 852dd135b1565ab2d06289317179e809559a66ef..c667ce9f76797f65bb86d405604243d248f46f55 100644 --- a/http-validator-client/pom.xml +++ b/http-validator-client/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>net.ihe.gazelle</groupId> <artifactId>pixm-connector</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> </parent> <artifactId>http-validator-client</artifactId> <name>HTTP Validator Client</name> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> <properties> <maven.compiler.source>17</maven.compiler.source> diff --git a/matchbox-client/pom.xml b/matchbox-client/pom.xml index 603c4c67030f9c528078380487738345a53f1653..6dac89e25b052c13435a1353b4722566ac81f8b5 100644 --- a/matchbox-client/pom.xml +++ b/matchbox-client/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>net.ihe.gazelle</groupId> <artifactId>pixm-connector</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> </parent> <artifactId>matchbox-client</artifactId> <name>Matchbox Client</name> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> <properties> <maven.compiler.source>17</maven.compiler.source> diff --git a/pixm-connector-service/pom.xml b/pixm-connector-service/pom.xml index bc701fe2e245a120704b50028f1af2c2603475e3..5a7def6e10c609773278db148275e94c5361c9c4 100644 --- a/pixm-connector-service/pom.xml +++ b/pixm-connector-service/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>net.ihe.gazelle</groupId> <artifactId>pixm-connector</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> </parent> <artifactId>pixm-connector-service</artifactId> <name>PIXm Connector Service</name> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> <packaging>war</packaging> <properties> @@ -310,12 +310,12 @@ <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>matchbox-client</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> </dependency> <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>http-validator-client</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> <scope>compile</scope> </dependency> <dependency> diff --git a/pom.xml b/pom.xml index 7e7327f39830882ffcd7997f9e1313bfefcb89c2..86f7d1e4859fbc75cf2b47f34d05e25dce345c2d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ <module>matchbox-client</module> <module>http-validator-client</module> </modules> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.1</version> <name>Pixm Connector</name> <properties> @@ -59,7 +59,7 @@ <connection>scm:git:${git.project.url}</connection> <url>scm:git:${git.project.url}</url> <developerConnection>scm:git:${git.project.url}</developerConnection> - <tag>HEAD</tag> + <tag>3.0.1</tag> </scm> <repositories>