diff --git a/pom.xml b/pom.xml index 2783b5b93a20e912647eabf98372416e1870dc89..f77d7b6f53b10a88a5eb723d9fb4a5b9751d59cc 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>