diff --git a/README.md b/README.md index be0bcaa4f16aaf5b4c56c70dadcf16a73c6efc97..8f828387219e10d487254c6d6797d03482399549 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Common Library for OZG-Cloud Applications ## Changelog -### 4.9.0-SNAPSHOT +### 4.10.0-SNAPSHOT + +### 4.9.0 * Update Spring-Boot to 3.4.1 / Spring 6.2.1 * Update grpc to 1.69.0 * Update protoc-gen to 1.69 diff --git a/ozgcloud-common-dependencies/pom.xml b/ozgcloud-common-dependencies/pom.xml index 5cff924069f5e9b852424a0d7c5d39abfd347120..753b53d5786b8cf4b3867efcb2e394bddcc37ad5 100644 --- a/ozgcloud-common-dependencies/pom.xml +++ b/ozgcloud-common-dependencies/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common</artifactId> - <version>4.9.0-SNAPSHOT</version> + <version>4.10.0-SNAPSHOT</version> </parent> <artifactId>ozgcloud-common-dependencies</artifactId> @@ -80,7 +80,7 @@ <!-- Test --> <lorem.version>2.2</lorem.version> -<!-- TODO veraltet - sollte ausgebaut werden--> + <!-- TODO veraltet - sollte ausgebaut werden--> <faker.version>1.0.2</faker.version> </properties> @@ -317,4 +317,4 @@ </dependency> </dependencies> -</project> +</project> \ No newline at end of file diff --git a/ozgcloud-common-lib/pom.xml b/ozgcloud-common-lib/pom.xml index 771c2127d20edf018993f26890ff63a9979f025c..73d4bc8b0e923bf8e73de553996ba4a8562842d8 100644 --- a/ozgcloud-common-lib/pom.xml +++ b/ozgcloud-common-lib/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common</artifactId> - <version>4.9.0-SNAPSHOT</version> + <version>4.10.0-SNAPSHOT</version> </parent> <artifactId>ozgcloud-common-lib</artifactId> diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml index df2d74907b4f4ee385d253b4d665df0e979ceebc..4a451b3bb9ad58afcf7d79ed987fa236149c10bf 100644 --- a/ozgcloud-common-parent/pom.xml +++ b/ozgcloud-common-parent/pom.xml @@ -37,7 +37,7 @@ <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-parent</artifactId> - <version>4.9.0-SNAPSHOT</version> + <version>4.10.0-SNAPSHOT</version> <packaging>pom</packaging> <name>OzgCloud Common - Parent</name> @@ -49,7 +49,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <ozgcloud-common.version>4.9.0-SNAPSHOT</ozgcloud-common.version> + <ozgcloud-common.version>4.10.0-SNAPSHOT</ozgcloud-common.version> <ozgcloud.license.version>1.12.0-SNAPSHOT</ozgcloud.license.version> <mapstruct.version>1.6.3</mapstruct.version> diff --git a/ozgcloud-common-pdf/pom.xml b/ozgcloud-common-pdf/pom.xml index db95be2146ed897443b3b7954b5c0d09ba6c18be..ab5f19e7eaad188a81a3edfcdd66243ffbf2c7a7 100644 --- a/ozgcloud-common-pdf/pom.xml +++ b/ozgcloud-common-pdf/pom.xml @@ -23,14 +23,15 @@ 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" +<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.ozgcloud.common</groupId> <artifactId>ozgcloud-common-dependencies</artifactId> - <version>4.9.0-SNAPSHOT</version> + <version>4.10.0-SNAPSHOT</version> <relativePath>../ozgcloud-common-dependencies</relativePath> </parent> <artifactId>ozgcloud-common-pdf</artifactId> diff --git a/ozgcloud-common-test/pom.xml b/ozgcloud-common-test/pom.xml index 9675998c45c6a4f68c3c1dda7b411300ddbc116a..f82b59886eb3244bbaa6b72426efb11660641eae 100644 --- a/ozgcloud-common-test/pom.xml +++ b/ozgcloud-common-test/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-dependencies</artifactId> - <version>4.9.0-SNAPSHOT</version> + <version>4.10.0-SNAPSHOT</version> <relativePath>../ozgcloud-common-dependencies</relativePath> </parent> diff --git a/pom.xml b/pom.xml index c01dcb0d9c3b1994c373c4d0835c09fee197f47c..e38b261fc0fc9ba6e5392a569206da7f471aedfc 100644 --- a/pom.xml +++ b/pom.xml @@ -24,12 +24,14 @@ 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> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common</artifactId> - <version>4.9.0-SNAPSHOT</version> + <version>4.10.0-SNAPSHOT</version> <packaging>pom</packaging> <inceptionYear>2021</inceptionYear> @@ -47,7 +49,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <ozgcloud-common.version>4.9.0-SNAPSHOT</ozgcloud-common.version> + <ozgcloud-common.version>4.10.0-SNAPSHOT</ozgcloud-common.version> <ozgcloud.license.version>1.7.0</ozgcloud.license.version> <java.version>21</java.version> @@ -126,22 +128,22 @@ </plugin> <plugin> - <groupId>org.openrewrite.maven</groupId> - <artifactId>rewrite-maven-plugin</artifactId> - <version>4.38.2</version> - <configuration> - <activeRecipes> - <recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_0</recipe> - </activeRecipes> - </configuration> - <dependencies> - <dependency> - <groupId>org.openrewrite.recipe</groupId> - <artifactId>rewrite-spring</artifactId> - <version>4.31.0</version> - </dependency> - </dependencies> - </plugin> + <groupId>org.openrewrite.maven</groupId> + <artifactId>rewrite-maven-plugin</artifactId> + <version>4.38.2</version> + <configuration> + <activeRecipes> + <recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_0</recipe> + </activeRecipes> + </configuration> + <dependencies> + <dependency> + <groupId>org.openrewrite.recipe</groupId> + <artifactId>rewrite-spring</artifactId> + <version>4.31.0</version> + </dependency> + </dependencies> + </plugin> </plugins> </pluginManagement>