diff --git a/README.md b/README.md index be0bcaa4f16aaf5b4c56c70dadcf16a73c6efc97..4fb32141aad922dd7ce9617e03fe631d660bf282 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Common Library for OZG-Cloud Applications ## Changelog -### 4.9.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..38b3ff00bbd6aa54590506f131e8f590f8c04d45 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.9.0</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..fd1ab0c103f0bf2018e14babb4994aa14259f426 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.9.0</version> </parent> <artifactId>ozgcloud-common-lib</artifactId> diff --git a/ozgcloud-common-parent/pom.xml b/ozgcloud-common-parent/pom.xml index df2d74907b4f4ee385d253b4d665df0e979ceebc..8395010dbcc4289ae3ddc7452b11a0e1435d1163 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.9.0</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.9.0</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..533eae82fc0aa94623f8d31aedba65faf8b4e39b 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.9.0</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..586f326b43e61d349ca936acac16fededc7c69d2 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.9.0</version> <relativePath>../ozgcloud-common-dependencies</relativePath> </parent> diff --git a/pom.xml b/pom.xml index c01dcb0d9c3b1994c373c4d0835c09fee197f47c..ca91d11e3de8a0305b2723abd612de82dfeea0f0 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.9.0</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.9.0</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>