From 5e4304c2e343d8706a3652b47990f54600488024 Mon Sep 17 00:00:00 2001 From: sebo <sebastian.bergandy@external.mgm-cp.com> Date: Tue, 21 Jan 2025 12:23:58 +0100 Subject: [PATCH] release version 1.3.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cbbc05e0..f661fb8e 100644 --- a/pom.xml +++ b/pom.xml @@ -31,13 +31,13 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-parent</artifactId> - <version>4.9.0-SNAPSHOT</version> + <version>4.9.0</version> <relativePath /> </parent> <groupId>de.ozgcloud</groupId> <artifactId>administration</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> <name>Administration</name> <description>Administration Backend Project</description> <inceptionYear>2024</inceptionYear> -- GitLab