From 7039b3c413b494d5c46048512c21a7edfc71fef3 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 26 Aug 2024 10:28:34 +0200 Subject: [PATCH] OZG-6401 OZG-6529 update common lib version --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c30993a3..11a22cb0 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"> <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-dependencies</artifactId> - <version>4.4.0-SNAPSHOT</version> + <version>4.3.2</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -236,4 +238,4 @@ </plugins> </pluginManagement> </build> -</project> +</project> \ No newline at end of file -- GitLab