From 380d3b7ebe6617e4441d191fa0eb2eb0d9dc1d2a Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 11 Sep 2023 11:08:01 +0200 Subject: [PATCH] start development 1.15.0-SNAPSHOT --- bescheid-manager/pom.xml | 2 +- mail-service/pom.xml | 2 +- notification-manager/pom.xml | 2 +- pluto-command/pom.xml | 2 +- pluto-common/pom.xml | 2 +- pluto-interface/pom.xml | 2 +- pluto-server/pom.xml | 8 +++----- pluto-utils/pom.xml | 8 +++----- pom.xml | 2 +- 9 files changed, 13 insertions(+), 17 deletions(-) diff --git a/bescheid-manager/pom.xml b/bescheid-manager/pom.xml index be52cf936..56ee663b7 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 5663313ef..647bf1e55 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 450fc23eb..c6813aa0c 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 42081a3c8..f4d1ed4f1 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 e0dabce96..d868174f8 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 3d1d0c698..c92713cf0 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 b30be9cea..d81d97d7e 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 db6d0b771..1c71bf14f 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 28783a791..8ae4fee9e 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> -- GitLab