diff --git a/pom.xml b/pom.xml index c14fa3c02305219a1a0dc15b94b8607cf7a81b47..af4ca276adb47746182af43a16efd48aa2c79e77 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.0.1</version> + <version>4.3.1</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -236,4 +238,4 @@ </plugins> </pluginManagement> </build> -</project> +</project> \ No newline at end of file