From ecacd690673c61e3eb09a08dbf2351bf0e28d48c Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 20 Jul 2022 10:07:36 +0200 Subject: [PATCH] release version 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 faad162ec1..1377bc7cc9 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.27.0-SNAPSHOT</version> + <version>0.27.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml index 0151ac1914..e0511f03f2 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.27.0-SNAPSHOT</version> + <version>0.27.0</version> </parent> <artifactId>goofy-server</artifactId> diff --git a/pom.xml b/pom.xml index 19eac4b7e9..6de4e91e6b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>0.27.0-SNAPSHOT</version> + <version>0.27.0</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.27.0-SNAPSHOT</pluto.version> + <pluto.version>0.27.0</pluto.version> <jsoup.version>1.15.1</jsoup.version> </properties> -- GitLab