Skip to content
Snippets Groups Projects
Commit 7da179bc authored by OZGCloud's avatar OZGCloud
Browse files

update ozgcloud-common; adjust artifactId/name; remove specific version

parent 2d3e7314
No related branches found
No related tags found
No related merge requests found
......@@ -31,24 +31,22 @@
<parent>
<groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-parent</artifactId>
<version>4.6.0</version>
<version>4.7.0-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>de.ozgcloud</groupId>
<artifactId>ozgcloud-operator-elster-transfer</artifactId>
<artifactId>ozgcloud-elster-transfer-operator</artifactId>
<version>1.1.0-SNAPSHOT</version>
<name>OzgCloud Operator Elster-Transfer</name>
<description>OzgCloud Operator Elster-Transfer</description>
<inceptionYear>2024</inceptionYear>
<name>OzgCloud Elster-Transfer Operator</name>
<description>OzgCloud Elster-Transfer Operator</description>
<inceptionYear>2024</inceptionYear>
<properties>
<operator-sdk.version>5.6.0</operator-sdk.version>
<mustache.version>0.9.14</mustache.version>
<snakeyaml.version>2.0</snakeyaml.version>
<squareup.okio.version>3.9.1</squareup.okio.version>
<spring-boot.build-image.imageName>docker.ozg-sh.de/ozgcloud-elster-transfer-operator:build-latest</spring-boot.build-image.imageName>
</properties>
......@@ -73,11 +71,11 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
</dependency>
<!-- tools -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment