diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml index 5d696484d679f3de457737d20968948e8b305d81..45e6b5587379e4660ece10d816b5561dd8bd22c4 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.31.0</version> + <version>0.32.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml index 700c3b2f7bbe248158ea91e2c27105716220148e..24c74564ce454a3a77092d6d223c435fd550431e 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.31.0</version> + <version>0.32.0-SNAPSHOT</version> </parent> <artifactId>goofy-server</artifactId> diff --git a/pom.xml b/pom.xml index 550bbcc2934f06ba7b485a1e37311066165445f2..51643ab3571b1d4e1ee313fb5279b0915610573c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>0.31.0</version> + <version>0.32.0-SNAPSHOT</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.31.0</pluto.version> + <pluto.version>0.32.0-SNAPSHOT</pluto.version> <jsoup.version>1.15.1</jsoup.version> </properties>