From 5334b28d616a0b04fa02dbb81b47f419ec936e62 Mon Sep 17 00:00:00 2001
From: Felix Reichenbach <felix.reichenbach@mgm-tp.com>
Date: Mon, 20 Jan 2025 15:18:37 +0100
Subject: [PATCH] release version 2.9.0

---
 README.md                            |  2 +-
 ozgcloud-common-dependencies/pom.xml |  6 ++---
 ozgcloud-common-lib/pom.xml          |  2 +-
 ozgcloud-common-parent/pom.xml       |  4 +--
 ozgcloud-common-pdf/pom.xml          |  5 ++--
 ozgcloud-common-test/pom.xml         |  2 +-
 pom.xml                              | 40 +++++++++++++++-------------
 7 files changed, 32 insertions(+), 29 deletions(-)

diff --git a/README.md b/README.md
index be0bcaa..4fb3214 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Common Library for OZG-Cloud Applications
 
 ## Changelog
-### 4.9.0-SNAPSHOT
+### 4.9.0
 * Update Spring-Boot to 3.4.1 / Spring 6.2.1
 * Update grpc to 1.69.0
 * Update protoc-gen to 1.69
diff --git a/ozgcloud-common-dependencies/pom.xml b/ozgcloud-common-dependencies/pom.xml
index 5cff924..38b3ff0 100644
--- a/ozgcloud-common-dependencies/pom.xml
+++ b/ozgcloud-common-dependencies/pom.xml
@@ -31,7 +31,7 @@
 	<parent>
 		<groupId>de.ozgcloud.common</groupId>
 		<artifactId>ozgcloud-common</artifactId>
-		<version>4.9.0-SNAPSHOT</version>
+		<version>4.9.0</version>
 	</parent>
 
 	<artifactId>ozgcloud-common-dependencies</artifactId>
@@ -80,7 +80,7 @@
 
 		<!-- Test -->
 		<lorem.version>2.2</lorem.version>
-<!--		TODO veraltet - sollte ausgebaut werden-->
+		<!--		TODO veraltet - sollte ausgebaut werden-->
 		<faker.version>1.0.2</faker.version>
 	</properties>
 
@@ -317,4 +317,4 @@
 		</dependency>
 	</dependencies>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/ozgcloud-common-lib/pom.xml b/ozgcloud-common-lib/pom.xml
index 771c212..fd1ab0c 100644
--- a/ozgcloud-common-lib/pom.xml
+++ b/ozgcloud-common-lib/pom.xml
@@ -31,7 +31,7 @@
 	<parent>
 		<groupId>de.ozgcloud.common</groupId>
 		<artifactId>ozgcloud-common</artifactId>
-		<version>4.9.0-SNAPSHOT</version>
+		<version>4.9.0</version>
 	</parent>
 
 	<artifactId>ozgcloud-common-lib</artifactId>
diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml
index df2d749..8395010 100644
--- a/ozgcloud-common-parent/pom.xml
+++ b/ozgcloud-common-parent/pom.xml
@@ -37,7 +37,7 @@
 
 	<groupId>de.ozgcloud.common</groupId>
 	<artifactId>ozgcloud-common-parent</artifactId>
-	<version>4.9.0-SNAPSHOT</version>
+	<version>4.9.0</version>
 
 	<packaging>pom</packaging>
 	<name>OzgCloud Common - Parent</name>
@@ -49,7 +49,7 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-		<ozgcloud-common.version>4.9.0-SNAPSHOT</ozgcloud-common.version>
+		<ozgcloud-common.version>4.9.0</ozgcloud-common.version>
 		<ozgcloud.license.version>1.12.0-SNAPSHOT</ozgcloud.license.version>
 
 		<mapstruct.version>1.6.3</mapstruct.version>
diff --git a/ozgcloud-common-pdf/pom.xml b/ozgcloud-common-pdf/pom.xml
index db95be2..533eae8 100644
--- a/ozgcloud-common-pdf/pom.xml
+++ b/ozgcloud-common-pdf/pom.xml
@@ -23,14 +23,15 @@
     unter der Lizenz sind dem Lizenztext zu entnehmen.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
 		<groupId>de.ozgcloud.common</groupId>
 		<artifactId>ozgcloud-common-dependencies</artifactId>
-		<version>4.9.0-SNAPSHOT</version>
+		<version>4.9.0</version>
 		<relativePath>../ozgcloud-common-dependencies</relativePath>
 	</parent>
 	<artifactId>ozgcloud-common-pdf</artifactId>
diff --git a/ozgcloud-common-test/pom.xml b/ozgcloud-common-test/pom.xml
index 9675998..586f326 100644
--- a/ozgcloud-common-test/pom.xml
+++ b/ozgcloud-common-test/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>de.ozgcloud.common</groupId>
 		<artifactId>ozgcloud-common-dependencies</artifactId>
-		<version>4.9.0-SNAPSHOT</version>
+		<version>4.9.0</version>
 		<relativePath>../ozgcloud-common-dependencies</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index c01dcb0..ca91d11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,12 +24,14 @@
     unter der Lizenz sind dem Lizenztext zu entnehmen.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<groupId>de.ozgcloud.common</groupId>
 	<artifactId>ozgcloud-common</artifactId>
-	<version>4.9.0-SNAPSHOT</version>
+	<version>4.9.0</version>
 	<packaging>pom</packaging>
 	<inceptionYear>2021</inceptionYear>
 
@@ -47,7 +49,7 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-		<ozgcloud-common.version>4.9.0-SNAPSHOT</ozgcloud-common.version>
+		<ozgcloud-common.version>4.9.0</ozgcloud-common.version>
 		<ozgcloud.license.version>1.7.0</ozgcloud.license.version>
 
 		<java.version>21</java.version>
@@ -126,22 +128,22 @@
 				</plugin>
 
 				<plugin>
-				<groupId>org.openrewrite.maven</groupId>
-				<artifactId>rewrite-maven-plugin</artifactId>
-				<version>4.38.2</version>
-				<configuration>
-					<activeRecipes>
-						<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_0</recipe>
-					</activeRecipes>
-				</configuration>
-				<dependencies>
-					<dependency>
-						<groupId>org.openrewrite.recipe</groupId>
-						<artifactId>rewrite-spring</artifactId>
-						<version>4.31.0</version>
-					</dependency>
-				</dependencies>
-			</plugin>
+					<groupId>org.openrewrite.maven</groupId>
+					<artifactId>rewrite-maven-plugin</artifactId>
+					<version>4.38.2</version>
+					<configuration>
+						<activeRecipes>
+							<recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_0</recipe>
+						</activeRecipes>
+					</configuration>
+					<dependencies>
+						<dependency>
+							<groupId>org.openrewrite.recipe</groupId>
+							<artifactId>rewrite-spring</artifactId>
+							<version>4.31.0</version>
+						</dependency>
+					</dependencies>
+				</plugin>
 
 			</plugins>
 		</pluginManagement>
-- 
GitLab