From db437c9799e3a2891e840208e4a7ca1f8f2ca43d Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 23 Oct 2023 13:18:58 +0200 Subject: [PATCH] release version 0.0.1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2783b5b..f77d7b6 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>de.ozgcloud.processor</groupId> <artifactId>processor-manager</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.0.1</version> <name>ozgcloud-processor-manager</name> <description>OZG-Cloud Processor Manager</description> @@ -35,12 +35,12 @@ <dependency> <groupId>de.ozgcloud.api-lib</groupId> <artifactId>ozg-cloud-spring-boot-starter</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> </dependency> <dependency> <groupId>de.ozgcloud.api-lib</groupId> <artifactId>api-lib-core</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0</version> <type>test-jar</type> <scope>test</scope> </dependency> -- GitLab