From 19b9ba2614ef2746c5ccaf12d6472969b91837b2 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 1 Dec 2023 13:52:34 +0100
Subject: [PATCH] OZG-4589 rename maven/pom

---
 kop-common-dependencies/pom.xml | 52 ++++++++++++++++-----------------
 kop-common-lib/pom.xml          | 14 ++++-----
 kop-common-parent/pom.xml       | 32 ++++++++++----------
 kop-common-pdf/pom.xml          | 24 +++++++--------
 kop-common-test/pom.xml         | 10 +++----
 pom.xml                         | 26 ++++++++---------
 6 files changed, 79 insertions(+), 79 deletions(-)

diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml
index d22b020..9f827e3 100644
--- a/kop-common-dependencies/pom.xml
+++ b/kop-common-dependencies/pom.xml
@@ -29,18 +29,18 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>de.itvsh.kop.common</groupId>
-		<artifactId>kop-common</artifactId>
+		<groupId>de.ozgcloud.common</groupId>
+		<artifactId>ozgcloud-common</artifactId>
 		<version>3.0.0-SNAPSHOT</version>
 	</parent>
 
-	<artifactId>kop-common-dependencies</artifactId>
-	<name>Kop Common - Dependencies</name>
+	<artifactId>ozgcloud-common-dependencies</artifactId>
+	<name>OzgCloud Common - Dependencies</name>
 	<packaging>pom</packaging>
-	<description>Dependenencies management for kop projects</description>
+	<description>Dependenencies management for ozgcloud projects</description>
 
 	<properties>
-		<pluto.version>1.18.0-SNAPSHOT</pluto.version>
+		<vorgang-manager.version>2.0.0-SNAPSHOT</vorgang-manager.version>
 		<license.version>1.8.0</license.version>
 
 		<java.version>17</java.version>
@@ -94,43 +94,43 @@
 
 			<!-- own projects -->
 			<dependency>
-				<groupId>de.itvsh.kop.common</groupId>
-				<artifactId>kop-common-lib</artifactId>
-				<version>${kop-common.version}</version>
+				<groupId>de.ozgcloud.common</groupId>
+				<artifactId>ozgcloud-common-lib</artifactId>
+				<version>${ozgcloud-common.version}</version>
 			</dependency>
 			<dependency>
-				<groupId>de.itvsh.kop.common</groupId>
-				<artifactId>kop-common-test</artifactId>
-				<version>${kop-common.version}</version>
+				<groupId>de.ozgcloud.common</groupId>
+				<artifactId>ozgcloud-common-test</artifactId>
+				<version>${ozgcloud-common.version}</version>
 				<scope>test</scope>
 			</dependency>
 			<dependency>
-				<groupId>de.itvsh.kop.common</groupId>
-				<artifactId>kop-common-license</artifactId>
+				<groupId>de.ozgcloud.common</groupId>
+				<artifactId>ozgcloud-common-license</artifactId>
 				<version>${license.version}</version>
 			</dependency>
 
 			<dependency>
-				<groupId>de.itvsh.ozg.pluto</groupId>
-				<artifactId>pluto-interface</artifactId>
-				<version>${pluto.version}</version>
+				<groupId>de.ozgcloud.vorgang-manager</groupId>
+				<artifactId>vorgang-manager-interface</artifactId>
+				<version>${vorgang-manager.version}</version>
 			</dependency>
 			<dependency>
-				<groupId>de.itvsh.ozg.pluto</groupId>
-				<artifactId>pluto-utils</artifactId>
-				<version>${pluto.version}</version>
+				<groupId>de.ozgcloud.vorgang-manager</groupId>
+				<artifactId>vorgang-manager-utils</artifactId>
+				<version>${vorgang-manager.version}</version>
 			</dependency>
 			<dependency>
-				<groupId>de.itvsh.ozg.pluto</groupId>
-				<artifactId>pluto-utils</artifactId>
+				<groupId>de.ozgcloud.vorgang-manager</groupId>
+				<artifactId>vorgang-manager-utils</artifactId>
 				<type>test-jar</type>
-				<version>${pluto.version}</version>
+				<version>${vorgang-manager.version}</version>
 				<scope>test</scope>
 			</dependency>
 			<dependency>
-				<groupId>de.itvsh.ozg.pluto</groupId>
-				<artifactId>pluto-command</artifactId>
-				<version>${pluto.version}</version>
+				<groupId>de.ozgcloud.vorgang-manager</groupId>
+				<artifactId>vorgang-manager-command</artifactId>
+				<version>${vorgang-manager.version}</version>
 			</dependency>
 
 			<!-- spring -->
diff --git a/kop-common-lib/pom.xml b/kop-common-lib/pom.xml
index f588771..21e84c9 100644
--- a/kop-common-lib/pom.xml
+++ b/kop-common-lib/pom.xml
@@ -28,13 +28,13 @@
 	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.itvsh.kop.common</groupId>
-		<artifactId>kop-common</artifactId>
+		<groupId>de.ozgcloud.common</groupId>
+		<artifactId>ozgcloud-common</artifactId>
 		<version>3.0.0-SNAPSHOT</version>
 	</parent>
 
-	<artifactId>kop-common-lib</artifactId>
-	<name>Kop Common - Shared Lib</name>
+	<artifactId>ozgcloud-common-lib</artifactId>
+	<name>OzgCloud Common - Shared Lib</name>
 
 	<properties>
 		<maven.compiler.source>17</maven.compiler.source>
@@ -46,9 +46,9 @@
 	<dependencyManagement>
 		<dependencies>
 			<dependency>
-				<groupId>de.itvsh.kop.common</groupId>
-				<artifactId>kop-common-dependencies</artifactId>
-				<version>${kop-common.version}</version>
+				<groupId>de.ozgcloud.common</groupId>
+				<artifactId>ozgcloud-common-dependencies</artifactId>
+				<version>${ozgcloud-common.version}</version>
 				<type>pom</type>
 				<scope>import</scope>
 			</dependency>
diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml
index 3940b38..a8894c2 100644
--- a/kop-common-parent/pom.xml
+++ b/kop-common-parent/pom.xml
@@ -35,21 +35,21 @@
 		<relativePath />
 	</parent>
 
-	<groupId>de.itvsh.kop.common</groupId>
-	<artifactId>kop-common-parent</artifactId>
+	<groupId>de.ozgcloud.common</groupId>
+	<artifactId>ozgcloud-common-parent</artifactId>
 	<version>3.0.0-SNAPSHOT</version>
 
 	<packaging>pom</packaging>
-	<name>Kop Common - Parent</name>
-	<description>Parent for all KOP spring boot projects</description>
+	<name>OzgCloud Common - Parent</name>
+	<description>Parent for all OzgCloud spring boot projects</description>
 
 	<properties>
 		<java.version>17</java.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-		<kop-common.version>3.0.0-SNAPSHOT</kop-common.version>
-		<kop.license.version>1.3.0</kop.license.version>
+		<ozgcloud-common.version>3.0.0-SNAPSHOT</ozgcloud-common.version>
+		<ozgcloud.license.version>1.3.0</ozgcloud.license.version>
 
 		<mapstruct.version>1.5.5.Final</mapstruct.version>
 		<spring-boot.version>3.1.6</spring-boot.version>
@@ -70,9 +70,9 @@
 	<dependencyManagement>
 		<dependencies>
 			<dependency>
-				<groupId>de.itvsh.kop.common</groupId>
-				<artifactId>kop-common-dependencies</artifactId>
-				<version>${kop-common.version}</version>
+				<groupId>de.ozgcloud.common</groupId>
+				<artifactId>ozgcloud-common-dependencies</artifactId>
+				<version>${ozgcloud-common.version}</version>
 				<type>pom</type>
 				<scope>import</scope>
 			</dependency>
@@ -95,12 +95,12 @@
 	<dependencies>
 		<!-- own project -->
 		<dependency>
-			<groupId>de.itvsh.kop.common</groupId>
-			<artifactId>kop-common-test</artifactId>
+			<groupId>de.ozgcloud.common</groupId>
+			<artifactId>ozgcloud-common-test</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>de.itvsh.kop.common</groupId>
-			<artifactId>kop-common-lib</artifactId>
+			<groupId>de.ozgcloud.common</groupId>
+			<artifactId>ozgcloud-common-lib</artifactId>
 		</dependency>
 
 		<!-- spring -->
@@ -330,9 +330,9 @@
 					</configuration>
 					<dependencies>
 						<dependency>
-							<groupId>de.itvsh.kop.common</groupId>
-							<artifactId>kop-common-license</artifactId>
-							<version>${kop.license.version}</version>
+							<groupId>de.ozgcloud.common</groupId>
+							<artifactId>ozgcloud-common-license</artifactId>
+							<version>${ozgcloud.license.version}</version>
 						</dependency>
 					</dependencies>
 				</plugin>
diff --git a/kop-common-pdf/pom.xml b/kop-common-pdf/pom.xml
index 3786085..5330661 100644
--- a/kop-common-pdf/pom.xml
+++ b/kop-common-pdf/pom.xml
@@ -26,15 +26,15 @@
 <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.itvsh.kop.common</groupId>
-		<artifactId>kop-common</artifactId>
+		<groupId>de.ozgcloud.common</groupId>
+		<artifactId>ozgcloud-common</artifactId>
 		<version>3.0.0-SNAPSHOT</version>
 	</parent>
-	<artifactId>kop-common-pdf</artifactId>
-	<name>Kop Common - PDF Export library</name>
+	<artifactId>ozgcloud-common-pdf</artifactId>
+	<name>OzgCloud Common - PDF Export library</name>
 
 	<properties>
-		<!-- TODO move to kop-common-dependencies -->
+		<!-- TODO move to ozgcloud-common-dependencies -->
 		<jakarta.cdi-api.version>4.0.1</jakarta.cdi-api.version>
 		<fop.version>2.7</fop.version>
 	</properties>
@@ -42,9 +42,9 @@
 	<dependencyManagement>
 		<dependencies>
 			<dependency>
-				<groupId>de.itvsh.kop.common</groupId>
-				<artifactId>kop-common-dependencies</artifactId>
-				<version>${kop-common.version}</version>
+				<groupId>de.ozgcloud.common</groupId>
+				<artifactId>ozgcloud-common-dependencies</artifactId>
+				<version>${ozgcloud-common.version}</version>
 				<type>pom</type>
 				<scope>import</scope>
 			</dependency>
@@ -53,8 +53,8 @@
 
 	<dependencies>
 		<dependency>
-			<groupId>de.itvsh.kop.common</groupId>
-			<artifactId>kop-common-lib</artifactId>
+			<groupId>de.ozgcloud.common</groupId>
+			<artifactId>ozgcloud-common-lib</artifactId>
 		</dependency>
 
 		<!-- For Injection-Annotations -->
@@ -110,8 +110,8 @@
 			<artifactId>assertj-core</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>de.itvsh.kop.common</groupId>
-			<artifactId>kop-common-test</artifactId>
+			<groupId>de.ozgcloud.common</groupId>
+			<artifactId>ozgcloud-common-test</artifactId>
 		</dependency>
 	</dependencies>
 	
diff --git a/kop-common-test/pom.xml b/kop-common-test/pom.xml
index 8fb4d13..cd85a38 100644
--- a/kop-common-test/pom.xml
+++ b/kop-common-test/pom.xml
@@ -28,14 +28,14 @@
 	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.itvsh.kop.common</groupId>
-		<artifactId>kop-common-dependencies</artifactId>
+		<groupId>de.ozgcloud.common</groupId>
+		<artifactId>ozgcloud-common-dependencies</artifactId>
 		<version>3.0.0-SNAPSHOT</version>
-		<relativePath>../kop-common-dependencies</relativePath>
+		<relativePath>../ozgcloud-common-dependencies</relativePath>
 	</parent>
 
-	<artifactId>kop-common-test</artifactId>
-	<name>Kop Common - Test Lib</name>
+	<artifactId>ozgcloud-common-test</artifactId>
+	<name>OzgCloud Common - Test Lib</name>
 	
 	<dependencies>
 		<dependency>
diff --git a/pom.xml b/pom.xml
index 3f3521c..802b922 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,26 +27,26 @@
 <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.itvsh.kop.common</groupId>
-	<artifactId>kop-common</artifactId>
+	<groupId>de.ozgcloud.common</groupId>
+	<artifactId>ozgcloud-common</artifactId>
 	<version>3.0.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
-	<name>Kop Common</name>
+	<name>OzgCloud Common</name>
 
 	<modules>
-		<module>kop-common-dependencies</module>
-		<module>kop-common-parent</module>
-		<module>kop-common-lib</module>
-		<module>kop-common-test</module>
-		<module>kop-common-pdf</module>
+		<module>ozgcloud-common-dependencies</module>
+		<module>ozgcloud-common-parent</module>
+		<module>ozgcloud-common-lib</module>
+		<module>ozgcloud-common-test</module>
+		<module>ozgcloud-common-pdf</module>
 	</modules>
 
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-		<kop-common.version>3.0.0-SNAPSHOT</kop-common.version>
-		<kop.license.version>1.3.0</kop.license.version>
+		<ozgcloud-common.version>3.0.0-SNAPSHOT</ozgcloud-common.version>
+		<ozgcloud.license.version>1.3.0</ozgcloud.license.version>
 
 		<java.version>17</java.version>
 		<maven.compiler.target>17</maven.compiler.target>
@@ -98,9 +98,9 @@
 					</configuration>
 					<dependencies>
 						<dependency>
-							<groupId>de.itvsh.kop.common</groupId>
-							<artifactId>kop-common-license</artifactId>
-							<version>${kop.license.version}</version>
+							<groupId>de.ozgcloud.common</groupId>
+							<artifactId>ozgcloud-common-license</artifactId>
+							<version>${ozgcloud.license.version}</version>
 						</dependency>
 					</dependencies>
 				</plugin>
-- 
GitLab