diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml index dcb5e1449cb5a390b548fa820116621c35961e25..f89b5a8ad22cf1c6668063071e6013a220e3eba3 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</version> + <version>0.30.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml index 924ff29172f11a0fdb4623bf745e849623f837d5..9ce5736289f72c904258ab7bfc591954bba0bccd 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</version> + <version>0.30.0-SNAPSHOT</version> </parent> <artifactId>goofy-server</artifactId> diff --git a/pom.xml b/pom.xml index e299d1be79338f18e50b2b88b96d42d752389a5e..8e1796518bc48e04f574ab18a6a2dce7e4a69c4b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>0.29.0</version> + <version>0.30.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.29.0</pluto.version> + <pluto.version>0.30.0-SNAPSHOT</pluto.version> <jsoup.version>1.15.1</jsoup.version> </properties>