From a3af37c867754524ce9d6603ebe3cf321753ddce Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 22 Nov 2022 16:26:23 +0100 Subject: [PATCH] release version 1.1.0 --- goofy-client/pom.xml | 2 +- goofy-server/pom.xml | 2 +- pom.xml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/goofy-client/pom.xml b/goofy-client/pom.xml index dd1056f272..b1f829cf99 100644 --- a/goofy-client/pom.xml +++ b/goofy-client/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml index 2ff653f8cc..4236cc523c 100644 --- a/goofy-server/pom.xml +++ b/goofy-server/pom.xml @@ -32,7 +32,7 @@ <parent> <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>goofy-server</artifactId> diff --git a/pom.xml b/pom.xml index 7670db7df9..b4adc14bd8 100644 --- a/pom.xml +++ b/pom.xml @@ -30,14 +30,14 @@ <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <name>Goofy Parent</name> <packaging>pom</packaging> <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <modules> @@ -50,9 +50,9 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <kop.license.version>1.3.0-SNAPSHOT</kop.license.version> - <pluto.version>1.1.0-SNAPSHOT</pluto.version> + <pluto.version>1.1.0</pluto.version> <jsoup.version>1.15.1</jsoup.version> - <kop-common-pdf.version>1.3.0-SNAPSHOT</kop-common-pdf.version> + <kop-common-pdf.version>1.3.0</kop-common-pdf.version> </properties> <build> -- GitLab