diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml index 70c92266c54044005ab2313372f4ba15c1d3b22d..c3614468f4464ba2cc7aad5b73d7c5df5a675360 100644 --- a/kop-common-dependencies/pom.xml +++ b/kop-common-dependencies/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>kop-common-dependencies</artifactId> diff --git a/kop-common-lib/pom.xml b/kop-common-lib/pom.xml index 9ad70489f25859dff80c643a48fcf2a054c4e5fe..bfd4b446f4f50a051744a667622de7bf2673f85b 100644 --- a/kop-common-lib/pom.xml +++ b/kop-common-lib/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>kop-common-lib</artifactId> diff --git a/kop-common-license/pom.xml b/kop-common-license/pom.xml index 88f48047e39287c5079a4779e404f48147c4348d..d8b3ceeac4d24a60fa1a7731377d0ad15192847d 100644 --- a/kop-common-license/pom.xml +++ b/kop-common-license/pom.xml @@ -30,7 +30,7 @@ <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-license</artifactId> - <version>1.7.0-SNAPSHOT</version> + <version>1.6.0</version> <packaging>jar</packaging> <name>Kop Common - OS license provider</name> diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml index 28fb75361ca527084b45382938ecab35c1a6346b..6aca9e10877aa7fb1cadcd7f03f327ea5c3a370f 100644 --- a/kop-common-parent/pom.xml +++ b/kop-common-parent/pom.xml @@ -37,7 +37,7 @@ <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <name>Kop Common - Parent</name> @@ -48,7 +48,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <kop-common.version>2.0.0-SNAPSHOT</kop-common.version> + <kop-common.version>2.0.0</kop-common.version> <kop.license.version>1.6.0</kop.license.version> <spring-boot.version>3.0.5</spring-boot.version> diff --git a/kop-common-pdf/pom.xml b/kop-common-pdf/pom.xml index 2d06894fd595810a6d98c7948b73f07831bf1048..a7558b6ffb24a99f681d3927b31848601945c92b 100644 --- a/kop-common-pdf/pom.xml +++ b/kop-common-pdf/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>kop-common-pdf</artifactId> <name>Kop Common - PDF Export library</name> diff --git a/kop-common-test/pom.xml b/kop-common-test/pom.xml index 2ad6b105dbdbc6b939febadbd4486d088a13e52b..ec92aef8706793a0c1608b61ac8ab5fe28b0a766 100644 --- a/kop-common-test/pom.xml +++ b/kop-common-test/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common-dependencies</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <relativePath>../kop-common-dependencies</relativePath> </parent> diff --git a/pom.xml b/pom.xml index d013b55545bf5553db415ee57f4edf12d9f83e0a..2c6b454d23f7da25b4bb28e61d8b2e236ec5b7fc 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <name>Kop Common</name> @@ -45,7 +45,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <kop-common.version>2.0.0-SNAPSHOT</kop-common.version> + <kop-common.version>2.0.0</kop-common.version> <kop.license.version>1.7.0</kop.license.version> <java.version>17</java.version>