From b08d6331f50b2fe27e49f42b1336a18c4a8af63a Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 30 Aug 2022 15:19:27 +0200 Subject: [PATCH] release version 0.29.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 cb89fa9745..dcb5e1449c 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-SNAPSHOT</version> + <version>0.29.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml index d9a4b759fc..924ff29172 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-SNAPSHOT</version> + <version>0.29.0</version> </parent> <artifactId>goofy-server</artifactId> diff --git a/pom.xml b/pom.xml index 50400021ac..e299d1be79 100644 --- a/pom.xml +++ b/pom.xml @@ -5,14 +5,14 @@ <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>0.29.0-SNAPSHOT</version> + <version>0.29.0</version> <name>Goofy Parent</name> <packaging>pom</packaging> <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>1.1.3</version> + <version>1.1.5</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.29.0-SNAPSHOT</pluto.version> + <pluto.version>0.29.0</pluto.version> <jsoup.version>1.15.1</jsoup.version> </properties> -- GitLab