From f2c2726f4f7ce903a63c1d942f2f9c0c636fbd0f Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 11 Oct 2022 10:23:52 +0200 Subject: [PATCH] release 0.31.0 --- goofy-client/pom.xml | 2 +- goofy-server/pom.xml | 2 +- pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml index 641ca10480..5d696484d6 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-SNAPSHOT</version> + <version>0.31.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml index ba4e53191e..700c3b2f7b 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-SNAPSHOT</version> + <version>0.31.0</version> </parent> <artifactId>goofy-server</artifactId> diff --git a/pom.xml b/pom.xml index 6315b87345..550bbcc293 100644 --- a/pom.xml +++ b/pom.xml @@ -5,14 +5,14 @@ <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>0.31.0-SNAPSHOT</version> + <version>0.31.0</version> <name>Goofy Parent</name> <packaging>pom</packaging> <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>1.1.5</version> + <version>1.2.1</version> </parent> <modules> @@ -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-SNAPSHOT</pluto.version> + <pluto.version>0.31.0</pluto.version> <jsoup.version>1.15.1</jsoup.version> </properties> -- GitLab