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-artifact-api</artifactId>
<name>hawkBit :: Artifact Repository :: API</name>
<name>hawkBit :: Artifact :: API</name>
<dependencies>
<dependency>

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-artifact-repository-filesystem</artifactId>
<name>hawkBit :: Artifact Repository :: Filesystem</name>
<name>hawkBit :: Artifact :: Filesystem Artifact Repository</name>
<dependencies>
<dependency>

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-artifact-parent</artifactId>
<name>hawkBit :: Artifact Repository</name>
<name>hawkBit :: Artifact :: Parent</name>
<packaging>pom</packaging>
<modules>

View File

@@ -18,7 +18,7 @@
<version>${revision}</version>
</parent>
<artifactId>hawkbit-autoconfigure</artifactId>
<name>hawkBit :: Spring Boot Autoconfigure</name>
<name>hawkBit :: Core :: Spring Boot Auto-configurations</name>
<dependencies>
<dependency>

View File

@@ -21,7 +21,7 @@
</parent>
<artifactId>hawkbit-ddi-api</artifactId>
<name>hawkBit :: REST :: DDI API</name>
<name>hawkBit :: DDI :: REST API</name>
<dependencies>
<dependency>

View File

@@ -21,7 +21,7 @@
</parent>
<artifactId>hawkbit-ddi-resource</artifactId>
<name>hawkBit :: REST :: DDI Resources</name>
<name>hawkBit :: DDI :: REST Resources</name>
<dependencies>
<dependency>

View File

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

View File

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

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-ddi-parent</artifactId>
<name>hawkBit :: DDI</name>
<name>hawkBit :: DDI :: Parent</name>
<packaging>pom</packaging>
<modules>

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-dmf-server</artifactId>
<name>hawkBit :: Runtime :: DMF Server</name>
<name>hawkBit :: DMF :: Server</name>
<properties>
<spring.app.class>org.eclipse.hawkbit.app.ddi.DMFStart</spring.app.class>

View File

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

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-dmf-parent</artifactId>
<name>hawkBit :: DMF</name>
<name>hawkBit :: DMF :: Parent</name>
<packaging>pom</packaging>
<modules>

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>

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-starter</artifactId>
<name>hawkBit :: Spring Boot Starter</name>
<name>hawkBit :: Monolith :: Spring Boot Starter</name>
<description>Complete starter, including auto-configuration, logging and all hawkBit interfaces</description>
<dependencies>

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-update-server</artifactId>
<name>hawkBit :: Runtime :: Update Server (Monolith)</name>
<name>hawkBit :: Monolith :: Server</name>
<properties>
<spring.app.class>org.eclipse.hawkbit.doc.Start</spring.app.class>

View File

@@ -20,7 +20,7 @@
</parent>
<artifactId>hawkbit-monolith-parent</artifactId>
<name>hawkBit :: Runtime :: Parent</name>
<name>hawkBit :: Monolith :: Parent</name>
<packaging>pom</packaging>
<modules>

View File

@@ -17,6 +17,7 @@
<artifactId>hawkbit-repository</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hawkbit-repository-api</artifactId>
<name>hawkBit :: Repository :: API</name>

View File

@@ -17,8 +17,9 @@
<artifactId>hawkbit-repository</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hawkbit-repository-core</artifactId>
<name>hawkBit :: Repository :: Core Implementation Support</name>
<name>hawkBit :: Repository :: Core</name>
<dependencies>
<dependency>

View File

@@ -17,6 +17,7 @@
<version>${revision}</version>
<artifactId>hawkbit-repository</artifactId>
</parent>
<artifactId>hawkbit-repository-jpa</artifactId>
<name>hawkBit :: Repository :: JPA Implementation</name>

View File

@@ -17,6 +17,7 @@
<artifactId>hawkbit-repository</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hawkbit-repository-test</artifactId>
<name>hawkBit :: Repository :: Test Utilities</name>

View File

@@ -18,7 +18,7 @@
<version>${revision}</version>
</parent>
<artifactId>hawkbit-repository</artifactId>
<name>hawkBit :: Repository</name>
<name>hawkBit :: Repository :: Parent</name>
<packaging>pom</packaging>
<modules>

View File

@@ -23,7 +23,7 @@
<artifactId>hawkbit-sdk-mgmt</artifactId>
<name>hawkBit :: SDK :: Management Api SDK</name>
<name>hawkBit :: SDK :: Management API SDK</name>
<description>Management Api SDK</description>
<dependencies>

View File

@@ -21,6 +21,7 @@
<artifactId>hawkbit-sdk</artifactId>
<packaging>pom</packaging>
<name>hawkBit :: SDK :: Parent</name>
<properties>
<spring-cloud-starter-openfeign.version>4.1.0</spring-cloud-starter-openfeign.version>

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-security-parent</artifactId>
<name>hawkBit :: Security</name>
<name>hawkBit :: Security :: Parent</name>
<packaging>pom</packaging>
<modules>

View File

@@ -22,7 +22,7 @@
<artifactId>hawkbit-simple-ui</artifactId>
<version>${revision}</version>
<packaging>jar</packaging>
<name>hawkBit :: Runtime :: Simple UI</name>
<name>hawkBit :: Simple UI</name>
<properties>
<vaadin.version>24.3.7</vaadin.version>

View File

@@ -17,6 +17,7 @@
<artifactId>hawkbit-parent</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hawkbit-test-report</artifactId>
<name>hawkBit :: Test Report</name>