Skip to content
Snippets Groups Projects
Commit 671ef66a authored by OZGCloud's avatar OZGCloud
Browse files

release version 4.6.0

parent 5325fb2d
Branches
Tags 4.6.0
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<parent> <parent>
<groupId>de.ozgcloud.common</groupId> <groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common</artifactId> <artifactId>ozgcloud-common</artifactId>
<version>4.6.0-SNAPSHOT</version> <version>4.6.0</version>
</parent> </parent>
<artifactId>ozgcloud-common-dependencies</artifactId> <artifactId>ozgcloud-common-dependencies</artifactId>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<jakarta.version>2.1.0</jakarta.version> <jakarta.version>2.1.0</jakarta.version>
<quarkus.platform.version>3.15.1</quarkus.platform.version> <quarkus.platform.version>3.15.1</quarkus.platform.version>
<keycloak-adapter.version>24.0.5</keycloak-adapter.version> <keycloak-adapter.version>24.0.5</keycloak-adapter.version>
<keycloak-spring-boot-starter.version>24.0.5</keycloak-spring-boot-starter.version> <keycloak-spring-boot-starter.version>24.0.5</keycloak-spring-boot-starter.version>
......
...@@ -27,11 +27,11 @@ ...@@ -27,11 +27,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>de.ozgcloud.common</groupId> <groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common</artifactId> <artifactId>ozgcloud-common</artifactId>
<version>4.6.0-SNAPSHOT</version> <version>4.6.0</version>
</parent> </parent>
<artifactId>ozgcloud-common-lib</artifactId> <artifactId>ozgcloud-common-lib</artifactId>
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.target>${java.version}</maven.compiler.target>
<mockito.version>5.10.0</mockito.version> <mockito.version>5.10.0</mockito.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
......
...@@ -30,12 +30,12 @@ ...@@ -30,12 +30,12 @@
<groupId>de.ozgcloud.common</groupId> <groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-license</artifactId> <artifactId>ozgcloud-common-license</artifactId>
<version>1.9.0-SNAPSHOT</version> <version>1.9.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>OzgCloud Common - OS license provider</name> <name>OzgCloud Common - OS license provider</name>
<description>A Maven project for providing the license to all OzgCloud Projects</description> <description>A Maven project for providing the license to all OzgCloud Projects</description>
<properties> <properties>
<java.version>17</java.version> <java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<groupId>de.ozgcloud.common</groupId> <groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-parent</artifactId> <artifactId>ozgcloud-common-parent</artifactId>
<version>4.6.0-SNAPSHOT</version> <version>4.6.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>OzgCloud Common - Parent</name> <name>OzgCloud Common - Parent</name>
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<ozgcloud-common.version>4.6.0-SNAPSHOT</ozgcloud-common.version> <ozgcloud-common.version>4.6.0</ozgcloud-common.version>
<ozgcloud.license.version>1.7.0</ozgcloud.license.version> <ozgcloud.license.version>1.7.0</ozgcloud.license.version>
<mapstruct.version>1.6.0</mapstruct.version> <mapstruct.version>1.6.0</mapstruct.version>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<parent> <parent>
<groupId>de.ozgcloud.common</groupId> <groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-dependencies</artifactId> <artifactId>ozgcloud-common-dependencies</artifactId>
<version>4.6.0-SNAPSHOT</version> <version>4.6.0</version>
<relativePath>../ozgcloud-common-dependencies</relativePath> <relativePath>../ozgcloud-common-dependencies</relativePath>
</parent> </parent>
<artifactId>ozgcloud-common-pdf</artifactId> <artifactId>ozgcloud-common-pdf</artifactId>
......
...@@ -30,13 +30,13 @@ ...@@ -30,13 +30,13 @@
<parent> <parent>
<groupId>de.ozgcloud.common</groupId> <groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-dependencies</artifactId> <artifactId>ozgcloud-common-dependencies</artifactId>
<version>4.6.0-SNAPSHOT</version> <version>4.6.0</version>
<relativePath>../ozgcloud-common-dependencies</relativePath> <relativePath>../ozgcloud-common-dependencies</relativePath>
</parent> </parent>
<artifactId>ozgcloud-common-test</artifactId> <artifactId>ozgcloud-common-test</artifactId>
<name>OzgCloud Common - Test Lib</name> <name>OzgCloud Common - Test Lib</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
...@@ -58,13 +58,13 @@ ...@@ -58,13 +58,13 @@
<artifactId>jaxb-runtime</artifactId> <artifactId>jaxb-runtime</artifactId>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<groupId>de.ozgcloud.common</groupId> <groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common</artifactId> <artifactId>ozgcloud-common</artifactId>
<version>4.6.0-SNAPSHOT</version> <version>4.6.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>OzgCloud Common</name> <name>OzgCloud Common</name>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ozgcloud-common.version>4.6.0-SNAPSHOT</ozgcloud-common.version> <ozgcloud-common.version>4.6.0</ozgcloud-common.version>
<ozgcloud.license.version>1.7.0</ozgcloud.license.version> <ozgcloud.license.version>1.7.0</ozgcloud.license.version>
<java.version>21</java.version> <java.version>21</java.version>
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.openrewrite.maven</groupId> <groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId> <artifactId>rewrite-maven-plugin</artifactId>
...@@ -135,10 +135,10 @@ ...@@ -135,10 +135,10 @@
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
</build> </build>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment