Unify artifact names (#2021)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-11-12 15:09:03 +02:00
committed by GitHub
parent 17248a1d54
commit 7902b89268
30 changed files with 31 additions and 25 deletions

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-mgmt-api</artifactId>
<name>hawkBit :: REST :: Management API</name>
<name>hawkBit :: Management :: REST API</name>
<dependencies>
<dependency>

View File

@@ -20,7 +20,7 @@
</parent>
<artifactId>hawkbit-mgmt-resource</artifactId>
<name>hawkBit :: REST :: Management Resources</name>
<name>hawkBit :: Management :: REST Resources</name>
<dependencies>
<dependency>

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-mgmt-server</artifactId>
<name>hawkBit :: Runtime :: Management Server</name>
<name>hawkBit :: Management :: Server</name>
<properties>
<spring.app.class>org.eclipse.hawkbit.app.mgmt.UpdateServerStart</spring.app.class>

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-mgmt-starter</artifactId>
<name>hawkBit :: Management API :: Spring Boot Starter</name>
<name>hawkBit :: Management :: Spring Boot Starter</name>
<dependencies>
<!-- hawkBit - START -->

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-mgmt-parent</artifactId>
<name>hawkBit :: REST</name>
<name>hawkBit :: Management</name>
<packaging>pom</packaging>
<modules>