diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml index d22b0204b2644771a95941db1f563656dcda2bd1..9f827e3cf8e0ab57900f74d5ac46d5bd078976da 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 f5887714550e7d9b11f685388e29589158ea22e9..21e84c9b6e7afe8748a3da7689a5ea4324731376 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 3940b38c047ef14c0f2c368b8a28dfe2a08efaf6..a8894c2cb7871900e3334d170506c35464cb24bb 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 3786085614f4f50608f9abbc2e976191657fb6a2..533066121db4d4c95e3c28463f71c8430d84b94d 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 8fb4d1372aebfd4dc43728e50083386e255ecb8c..cd85a38cda5bca8775cfffb201bf9eeddf05e572 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 3f3521c726af0468ba07aa6fc9e8b3b2ec3e81e0..802b922d27ef1360b99443d52821a338253db9de 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>