Modify name of artifacts in pom

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-05-18 09:24:33 +02:00
parent 159fa3abb3
commit e30748dd53
7 changed files with 7 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
</parent>
<artifactId>hawkbit-device-simulator</artifactId>
<name>hawkBit :: Device Simulator</name>
<name>hawkBit-example :: Device Simulator</name>
<description>Device Management Federation API based simulator</description>
<build>

View File

@@ -17,7 +17,7 @@
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>hawkbit-example-app</artifactId>
<name>hawkBit :: Example App</name>
<name>hawkBit-example :: UI Application</name>
<build>
<plugins>

View File

@@ -18,7 +18,7 @@
</parent>
<artifactId>hawkbit-example-ddi-client</artifactId>
<name>hawkbit-example-ddi-client</name>
<name>hawkBit-example :: DDI Feign Client</name>
<dependencyManagement>
<dependencies>

View File

@@ -18,8 +18,7 @@
</parent>
<artifactId>hawkbit-example-feign-core-client</artifactId>
<name>hawkbit-example-feign-core-client</name>
<name>hawkBit-example :: Feign Core Client</name>
<dependencies>
<dependency>

View File

@@ -18,7 +18,7 @@
</parent>
<packaging>jar</packaging>
<artifactId>hawkbit-example-mgmt-client</artifactId>
<name>hawkBit Management client API</name>
<name>hawkBit-example :: Management client API</name>
<dependencies>
<dependency>

View File

@@ -18,7 +18,7 @@
</parent>
<packaging>jar</packaging>
<artifactId>hawkbit-example-mgmt-spring-client</artifactId>
<name>hawkBit Management API example client</name>
<name>hawkBit-example :: Management Feign Client</name>
<build>
<plugins>

View File

@@ -18,7 +18,7 @@
</parent>
<artifactId>hawkbit-examples-parent</artifactId>
<name>hawkBit :: Examples Parent</name>
<name>hawkBit-example :: Parent</name>
<packaging>pom</packaging>
<modules>