Unify artifact names (#2021)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<artifactId>hawkbit-repository</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>hawkbit-repository-api</artifactId>
|
||||
<name>hawkBit :: Repository :: API</name>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<version>${revision}</version>
|
||||
<artifactId>hawkbit-repository</artifactId>
|
||||
</parent>
|
||||
|
||||
<artifactId>hawkbit-repository-jpa</artifactId>
|
||||
<name>hawkBit :: Repository :: JPA Implementation</name>
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<artifactId>hawkbit-repository</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>hawkbit-repository-test</artifactId>
|
||||
<name>hawkBit :: Repository :: Test Utilities</name>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user