diff --git a/bescheid-manager/pom.xml b/bescheid-manager/pom.xml index be52cf936f1ee682ebfcf02af78fc96374961314..56ee663b79daf162b4946b3f4d0c4693905530a3 100644 --- a/bescheid-manager/pom.xml +++ b/bescheid-manager/pom.xml @@ -15,7 +15,7 @@ <version>1.0.0</version> <properties> - <pluto.version>1.14.0</pluto.version> + <pluto.version>1.15.0-SNAPSHOT</pluto.version> </properties> <dependencies> diff --git a/mail-service/pom.xml b/mail-service/pom.xml index 5663313ef10a70397598ca67942ddd0d2485268d..647bf1e557812f2984b4d87f1e61661b0d74b64f 100644 --- a/mail-service/pom.xml +++ b/mail-service/pom.xml @@ -36,7 +36,7 @@ <groupId>de.itvsh.ozg.mail</groupId> <artifactId>mail-service</artifactId> - <version>1.14.0</version> + <version>1.15.0-SNAPSHOT</version> <name>KOP Vorgang Manager Mail Service</name> <properties> diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml index 450fc23ebeb4f233f9edbfe2683e3b67652917c4..c6813aa0c0a24b1308e086a7fb2178d069084096 100644 --- a/notification-manager/pom.xml +++ b/notification-manager/pom.xml @@ -36,7 +36,7 @@ <groupId>de.itvsh.kop.notification</groupId> <artifactId>notification-manager</artifactId> <name>KOP Notification Manager</name> - <version>1.14.0</version> + <version>1.15.0-SNAPSHOT</version> <properties> <user-manager-interface.version>1.1.0</user-manager-interface.version> diff --git a/pluto-command/pom.xml b/pluto-command/pom.xml index 42081a3c89598eb7d35119b6b5f5d016539386ff..f4d1ed4f1e56355fa65a89bdeb430f0b34b69c62 100644 --- a/pluto-command/pom.xml +++ b/pluto-command/pom.xml @@ -11,7 +11,7 @@ <groupId>de.itvsh.ozg.pluto</groupId> <artifactId>pluto-command</artifactId> <name>Command Manager</name> - <version>1.14.0</version> + <version>1.15.0-SNAPSHOT</version> <properties> <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> diff --git a/pluto-common/pom.xml b/pluto-common/pom.xml index e0dabce96d3cad3356e8257fd4b8d35527764f12..d868174f8e018c68d1ceb4baf3ff6b169a54e6ea 100644 --- a/pluto-common/pom.xml +++ b/pluto-common/pom.xml @@ -12,7 +12,7 @@ <groupId>de.itvsh.ozg.pluto</groupId> <artifactId>pluto-common</artifactId> - <version>1.14.0</version> + <version>1.15.0-SNAPSHOT</version> <name>OZG-Cloud Vorgang Manager Common</name> diff --git a/pluto-interface/pom.xml b/pluto-interface/pom.xml index 3d1d0c698dc5ceeb34499bdabc7b16017e6fb021..c92713cf0a4422820d07e359024a867d4660a376 100644 --- a/pluto-interface/pom.xml +++ b/pluto-interface/pom.xml @@ -36,7 +36,7 @@ <groupId>de.itvsh.ozg.pluto</groupId> <artifactId>pluto-interface</artifactId> - <version>1.14.0</version> + <version>1.15.0-SNAPSHOT</version> <name>KOP Vorgang Manager gRPC Interface</name> <description>Interface (gRPC) for Pluto Server</description> diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml index b30be9cea09e1500d955cdead1e1c60b617dc719..d81d97d7e0b9ffb18c7e34964e590f5573954a7c 100644 --- a/pluto-server/pom.xml +++ b/pluto-server/pom.xml @@ -24,21 +24,19 @@ unter der Lizenz sind dem Lizenztext zu entnehmen. --> -<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"> +<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-parent</artifactId> <version>1.8.0</version> - <relativePath /> + <relativePath/> </parent> <groupId>de.itvsh.ozg.pluto</groupId> <artifactId>pluto-server</artifactId> - <version>1.14.0</version> + <version>1.15.0-SNAPSHOT</version> <name>KOP Vorgang Manager (Pluto) Server</name> <description>Server Implementierung des VorgangManagers (Pluto)</description> diff --git a/pluto-utils/pom.xml b/pluto-utils/pom.xml index db6d0b7719b14403b0e3d12f8a70383287a20edf..1c71bf14f476a8541e0264a86b2e2cf2efef63ac 100644 --- a/pluto-utils/pom.xml +++ b/pluto-utils/pom.xml @@ -24,22 +24,20 @@ unter der Lizenz sind dem Lizenztext zu entnehmen. --> -<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"> +<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-dependencies</artifactId> <version>1.8.0</version> - <relativePath /> + <relativePath/> </parent> <groupId>de.itvsh.ozg.pluto</groupId> <artifactId>pluto-utils</artifactId> <name>KOP Vorgang Manager (Pluto) Utils</name> - <version>1.14.0</version> + <version>1.15.0-SNAPSHOT</version> <properties> <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> diff --git a/pom.xml b/pom.xml index 28783a7910428df86dfba255ce9dc8b81f3cab7a..8ae4fee9ecb4b2a2ee235c9b0c59fee558f0cc80 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>de.itvsh.ozg</groupId> <artifactId>pluto</artifactId> - <version>1.14.0</version> + <version>1.15.0-SNAPSHOT</version> <name>Pluto Parent</name> <packaging>pom</packaging>