diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml index 19e399ab736c7b0d61130dde5c30fca73ad03e07..1845061656087e4623e8047c43566bf6046e8ee9 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>1.8.0-SNAPSHOT</version> + <version>1.7.1</version> </parent> <artifactId>kop-common-dependencies</artifactId> @@ -38,7 +38,7 @@ <description>Dependenencies management for kop projects</description> <properties> - <pluto.version>1.9.0</pluto.version> + <pluto.version>1.11.0</pluto.version> <license.version>1.8.0</license.version> <java.version>17</java.version> diff --git a/kop-common-lib/pom.xml b/kop-common-lib/pom.xml index 16cda10b1fb445050a3b90798b8293c6e7cb959a..59f9b551424c453d678f98077c28f0e9f4b07447 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>1.8.0-SNAPSHOT</version> + <version>1.7.1</version> </parent> <artifactId>kop-common-lib</artifactId> diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml index 3e73a66a02b7467a8c7be0003a3a064b5707fc69..331a1eb9398d0bbdffad5904b86f5f25e77cd357 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>1.8.0-SNAPSHOT</version> + <version>1.7.1</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>1.8.0-SNAPSHOT</kop-common.version> + <kop-common.version>1.7.1</kop-common.version> <kop.license.version>1.6.0</kop.license.version> <mapstruct.version>1.5.5.Final</mapstruct.version> diff --git a/kop-common-pdf/pom.xml b/kop-common-pdf/pom.xml index b289b7d885ab7006af853d0e6b56af6fd00eb619..88dfaa3fad7d4129b6c37c93259b0305c7b3e3eb 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>1.8.0-SNAPSHOT</version> + <version>1.7.1</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 9fc18a18e2fd71c37e3f17ce31ea150da81514d6..ffd3dcb2661dba4e7f249f22509eaf84ec2e72b3 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>1.8.0-SNAPSHOT</version> + <version>1.7.1</version> <relativePath>../kop-common-dependencies</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 8ffaa2b32be96c1a5b173b46fe0f85708d027b60..79a3ed9600ed42d453cc3aee55fbd4a9abf6cbff 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.7.1</version> <packaging>pom</packaging> <name>Kop Common</name> @@ -45,7 +45,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <kop-common.version>1.8.0-SNAPSHOT</kop-common.version> + <kop-common.version>1.7.1</kop-common.version> <kop.license.version>1.6.0</kop.license.version> <java.version>17</java.version>