From b0006447c183c68749854216b541303adec84a20 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 18 Dec 2023 13:13:34 +0100 Subject: [PATCH] OZG-4453 rename ozgcloud-elastic-operator -> ozgcloud-elasticsearch-operator --- ozgcloud-elasticsearch-operator/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ozgcloud-elasticsearch-operator/pom.xml b/ozgcloud-elasticsearch-operator/pom.xml index 6868aff..3dd3b5b 100644 --- a/ozgcloud-elasticsearch-operator/pom.xml +++ b/ozgcloud-elasticsearch-operator/pom.xml @@ -10,14 +10,14 @@ <relativePath>../</relativePath> </parent> - <artifactId>ozgcloud-elastic-operator</artifactId> + <artifactId>ozgcloud-elasticsearch-operator</artifactId> <packaging>jar</packaging> - <name>OzgCloud Elastic Operator</name> - <description>OzgCloud Elastic Operator</description> + <name>OZG-Cloud Elasticsearch Operator</name> + <description>OZG-Cloud Elasticsearch Operator</description> <properties> - <spring-boot.build-image.imageName>docker.ozg-sh.de/ozgcloud-elastic-operator:build-latest</spring-boot.build-image.imageName> + <spring-boot.build-image.imageName>docker.ozg-sh.de/ozgcloud-elasticsearch-operator:build-latest</spring-boot.build-image.imageName> </properties> <dependencies> -- GitLab