diff --git a/kop-common-dependencies/pom.xml b/kop-common-dependencies/pom.xml index ec85f6bef8cee8e3c388b2986d7239d33ded9ab7..94bba2b030c6705658b806bec62f9c80a60809fb 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.9.0</version> + <version>1.10.0-SNAPSHOT</version> </parent> <artifactId>kop-common-dependencies</artifactId> diff --git a/kop-common-lib/pom.xml b/kop-common-lib/pom.xml index d201c4398eb3643d8cf524f4c87a76c2df31fd10..97d9a9b66b332e254a4debfc30f15a8162513665 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.9.0</version> + <version>1.10.0-SNAPSHOT</version> </parent> <artifactId>kop-common-lib</artifactId> diff --git a/kop-common-license/pom.xml b/kop-common-license/pom.xml index 25ff85d6629c6cd3538942ee6b09e67dd71960aa..090d46f31f1359f44c5bd9d5ede53e88ab527ea3 100644 --- a/kop-common-license/pom.xml +++ b/kop-common-license/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common</artifactId> - <version>1.9.0</version> + <version>1.10.0-SNAPSHOT</version> </parent> <artifactId>kop-common-license</artifactId> diff --git a/kop-common-parent/pom.xml b/kop-common-parent/pom.xml index 0fa92a56c3a8e4ba691524f6958b3a1a159040fa..f825f2715c8ed7ec1b8bc04a198868834bd4da4f 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.9.0</version> + <version>1.10.0-SNAPSHOT</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.9.0</kop-common.version> + <kop-common.version>1.10.0-SNAPSHOT</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 95fed40dc8ecd49e5489c2d5aa91eb194e9a20cc..59f58ae0668ff5c21eb8555a3f95cb994e03c338 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.9.0</version> + <version>1.10.0-SNAPSHOT</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 09a0aecb9ddf8c43ec9e73a6cac933424ead0b93..c5d5c213b1d85551eed684d408fdb958a9f8d54a 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.9.0</version> + <version>1.10.0-SNAPSHOT</version> <relativePath>../kop-common-dependencies</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 667db551ab99bf621c0a87815996b0b0a5494804..3935765577c7f0f82d3edff8ea98738980b989df 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>de.itvsh.kop.common</groupId> <artifactId>kop-common</artifactId> - <version>1.9.0</version> + <version>1.10.0-SNAPSHOT</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.9.0</kop-common.version> + <kop-common.version>1.10.0-SNAPSHOT</kop-common.version> <kop.license.version>1.6.0</kop.license.version> <java.version>17</java.version>