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> </parent>
<artifactId>hawkbit-device-simulator</artifactId> <artifactId>hawkbit-device-simulator</artifactId>
<name>hawkBit :: Device Simulator</name> <name>hawkBit-example :: Device Simulator</name>
<description>Device Management Federation API based simulator</description> <description>Device Management Federation API based simulator</description>
<build> <build>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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