From 9b8e093d6b3945c4d41c7758963295e42ed848f0 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 13 Dec 2022 13:40:15 +0100 Subject: [PATCH] release version 1.2.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 73f5eb1caa..a8aae41dd4 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.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml index 30e6217854..7a0181bf67 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.2.0-SNAPSHOT</version> + <version>1.2.0</version> </parent> <artifactId>goofy-server</artifactId> diff --git a/pom.xml b/pom.xml index 95312fb64a..647a234066 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>de.itvsh.ozg</groupId> <artifactId>goofy</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <name>Goofy Parent</name> <packaging>pom</packaging> @@ -49,8 +49,8 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <kop.license.version>1.3.0-SNAPSHOT</kop.license.version> - <pluto.version>1.2.0-SNAPSHOT</pluto.version> + <kop.license.version>1.3.0</kop.license.version> + <pluto.version>1.2.0</pluto.version> <jsoup.version>1.15.1</jsoup.version> <kop-common-pdf.version>1.3.0</kop-common-pdf.version> </properties> -- GitLab