diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml index 054ef2e5307f556d89da1e6b5d1e22ffe6f5db0a..a2714e0d3faa3250bd49ddb61a33730505c1ce4a 100644 --- a/goofy-client/pom.xml +++ b/goofy-client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml index d6a5e89815437ebcf0d29f62cddbbffc0033ebc6..73eebd3d5e8d527099be762efe8391de088c3be8 100644 --- a/goofy-server/pom.xml +++ b/goofy-server/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> </parent> <artifactId>goofy-server</artifactId> diff --git a/pom.xml b/pom.xml index 4406b445289b6c9fc751606786a1f39d06acbcd7..81cfdc9f1ba35761632c0e385ec5213201ea4689 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>0.24.0-SNAPSHOT</version> + <version>0.24.0</version> <name>Goofy Parent</name> <packaging>pom</packaging> @@ -24,7 +24,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <pluto.version>0.24.0-SNAPSHOT</pluto.version> + <pluto.version>0.24.0</pluto.version> </properties> <dependencyManagement>