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

@@ -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>