diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml index cb89fa9745764f69d64a9c6f3137c67d7c88d99d..dcb5e1449cb5a390b548fa820116621c35961e25 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.29.0-SNAPSHOT</version> + <version>0.29.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml index d9a4b759fc8de8b4ccdeadf35bd0d55513324591..924ff29172f11a0fdb4623bf745e849623f837d5 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.29.0-SNAPSHOT</version> + <version>0.29.0</version> </parent> <artifactId>goofy-server</artifactId> diff --git a/pom.xml b/pom.xml index 50400021ac11fc2221d14882cc59a3ff6959d0ea..e299d1be79338f18e50b2b88b96d42d752389a5e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,14 +5,14 @@ <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>0.29.0-SNAPSHOT</version> + <version>0.29.0</version> <name>Goofy Parent</name> <packaging>pom</packaging> <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>1.1.3</version> + <version>1.1.5</version> </parent> <modules> @@ -24,7 +24,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <pluto.version>0.29.0-SNAPSHOT</pluto.version> + <pluto.version>0.29.0</pluto.version> <jsoup.version>1.15.1</jsoup.version> </properties>