diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml index 3ca0cc790bae6470e0d2c972a45b0fb9552a0908..641ca104804688f78f5e3ab96b556a2dc59bedda 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.30.0</version> + <version>0.31.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml index ba8193e9c9e84fef11d9d63566ae331124cbbe57..ba4e53191ef5670c93764305b9e4d0a8c80f00fe 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.30.0</version> + <version>0.31.0-SNAPSHOT</version> </parent> <artifactId>goofy-server</artifactId> diff --git a/pom.xml b/pom.xml index e7c9c6d4fca7c0dc6c47768c5b411c38b29e3468..6315b873457a7e59e27a0329eb9ad3ed0d470dc5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>0.30.0</version> + <version>0.31.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.30.0</pluto.version> + <pluto.version>0.31.0-SNAPSHOT</pluto.version> <jsoup.version>1.15.1</jsoup.version> </properties>