diff --git a/bescheid-manager/pom.xml b/bescheid-manager/pom.xml index e9976ebd915be8c87f0c9e5a4c05630c2b32d3b0..38c37fb33fb57e9d224fe80a365f9b6a35573466 100644 --- a/bescheid-manager/pom.xml +++ b/bescheid-manager/pom.xml @@ -12,10 +12,10 @@ <groupId>de.ozgcloud.bescheid</groupId> <artifactId>bescheid-manager</artifactId> <name>OZG-Cloud Bescheid Manager</name> - <version>1.3.0</version> + <version>1.3.1-SNAPSHOT</version> <properties> - <pluto.version>1.17.0</pluto.version> + <pluto.version>1.17.1-SNAPSHOT</pluto.version> </properties> <dependencies> diff --git a/mail-service/pom.xml b/mail-service/pom.xml index 9c927973cfd94985ed63cc5a020cac4a4c83b871..08e634624ea3c428e628991fc672e128cc47491a 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.17.0</version> + <version>1.17.1-SNAPSHOT</version> <name>KOP Vorgang Manager Mail Service</name> <properties> diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml index 3492d5282cff7b6bd848b5023f8dbf61ca2e74fb..6d775f584a784c2ce10571cfa89c46cc9f3c76e3 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.17.0</version> + <version>1.17.1-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 95d6e149dc0480ddb71930f534cde847f8433a0b..9e65ed57a4408d9339330eff550b586646a357e8 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.17.0</version> + <version>1.17.1-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 8af2557a72f1eafa4f092700cc82c50a40b2ffc9..702376b31771977d703048d1aa948818b77c4b35 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.17.0</version> + <version>1.17.1-SNAPSHOT</version> <name>OZG-Cloud Vorgang Manager Common</name> diff --git a/pluto-interface/pom.xml b/pluto-interface/pom.xml index 9d19470501a383d31f497625dc8d0ad949b4d457..fafe4efb0f8d8ed8a099ae200e4a0450f29a9203 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.17.0</version> + <version>1.17.1-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 4fcc8c071567181188b252d643509ff406a36b03..867f31fb8d98cf889d1f1a0aacbbfdf3abac7419 100644 --- a/pluto-server/pom.xml +++ b/pluto-server/pom.xml @@ -24,19 +24,21 @@ 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>2.3.1</version> - <relativePath/> + <relativePath /> </parent> <groupId>de.itvsh.ozg.pluto</groupId> <artifactId>pluto-server</artifactId> - <version>1.17.0</version> + <version>1.17.1-SNAPSHOT</version> <name>KOP Vorgang Manager (Pluto) Server</name> <description>Server Implementierung des VorgangManagers (Pluto)</description> @@ -49,9 +51,9 @@ <kop.license.version>1.3.0</kop.license.version> <kop.zufi.api.version>0.5.0</kop.zufi.api.version> - + <user-manager-interface.version>1.11.0</user-manager-interface.version> - <bescheid-manager.version>1.3.0</bescheid-manager.version> + <bescheid-manager.version>1.3.1-SNAPSHOT</bescheid-manager.version> <processor-manager.version>0.1.0</processor-manager.version> <ozgcloud-starter.version>0.3.0</ozgcloud-starter.version> @@ -154,7 +156,7 @@ <artifactId>spring-webmvc</artifactId> </dependency> - + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> @@ -256,7 +258,7 @@ <type>test-jar</type> <scope>test</scope> </dependency> - + <dependency> <groupId>de.ozgcloud.api-lib</groupId> <artifactId>ozg-cloud-spring-boot-starter</artifactId> @@ -342,19 +344,17 @@ <configuration> <mainClass>de.itvsh.ozg.pluto.PlutoServerApplication</mainClass> <image> - <!-- cann be removed when common-lib > 2.3.2--> - <builder>paketobuildpacks/builder-jammy-base</builder> - <env> - <BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS> - <BPE_APPEND_JAVA_TOOL_OPTIONS>-Dfile.encoding=UTF-8</BPE_APPEND_JAVA_TOOL_OPTIONS> - </env> + <!-- cann be removed when common-lib > 2.3.2--> <builder>paketobuildpacks/builder-jammy-base</builder> + <env> + <BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS> + <BPE_APPEND_JAVA_TOOL_OPTIONS>-Dfile.encoding=UTF-8</BPE_APPEND_JAVA_TOOL_OPTIONS> + </env> </image> <profiles> <profile>local</profile> <profile>a12proc</profile> </profiles> - </image> </configuration> </plugin> diff --git a/pluto-utils/pom.xml b/pluto-utils/pom.xml index f9150dc101d3d4c32aab4ebc23c3183b9957386f..a7a40ab7e32288976dd0d4cb15e420cb992700d7 100644 --- a/pluto-utils/pom.xml +++ b/pluto-utils/pom.xml @@ -37,7 +37,7 @@ <groupId>de.itvsh.ozg.pluto</groupId> <artifactId>pluto-utils</artifactId> <name>KOP Vorgang Manager (Pluto) Utils</name> - <version>1.17.0</version> + <version>1.17.1-SNAPSHOT</version> <properties> <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> diff --git a/pom.xml b/pom.xml index c1b5535e597f268ad883e73fcb9f3dab84cd921b..072150e894ae5c248467293cc228405028404aeb 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.17.0</version> + <version>1.17.1-SNAPSHOT</version> <name>Pluto Parent</name> <packaging>pom</packaging>