From 371ba5227ed1bef3a965f5a7f045c3d9ddf4fdd1 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 28 Jun 2022 18:14:43 +0200
Subject: [PATCH] start development 0.27.0

---
 goofy-client/pom.xml | 2 +-
 goofy-server/pom.xml | 2 +-
 pom.xml              | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml
index 439fa84855..faad162ec1 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.26.0</version>
+		<version>0.27.0-SNAPSHOT</version>
 	</parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml
index 1e4ddf9f1f..00c500a456 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.26.0</version>
+		<version>0.27.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>goofy-server</artifactId>
diff --git a/pom.xml b/pom.xml
index 1abe56d8a2..c1ef0b7be4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
 	<groupId>de.itvsh.ozg</groupId>
 	<artifactId>goofy</artifactId>
-	<version>0.26.0</version>
+	<version>0.27.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.26.0</pluto.version>
+		<pluto.version>0.27.0-SNAPSHOT</pluto.version>
 	</properties>
 
 	<dependencyManagement>
-- 
GitLab