Rename hawkBit boots (#2010)
* hawkbit-boot-starter -> hawkbit-starter * hawkbit-boot-starter-ddi-api -> hawkbit-ddi-starter * hawkbit-boot-starter-dmf-api -> hawkbit-dmf-starter * hawkbit-boot-starter-mgmt-api -> hawkbit-mgmt-starter _release_notes_ Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.hawkbit</groupId>
|
||||
<artifactId>hawkbit-boot-starter-ddi-api</artifactId>
|
||||
<artifactId>hawkbit-ddi-starter</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>hawkbit-boot-starter-ddi-api</artifactId>
|
||||
<artifactId>hawkbit-ddi-starter</artifactId>
|
||||
<name>hawkBit :: Spring Boot Starter DDI API</name>
|
||||
|
||||
<dependencies>
|
||||
@@ -25,7 +25,7 @@
|
||||
<modules>
|
||||
<module>hawkbit-ddi-api</module>
|
||||
<module>hawkbit-ddi-resource</module>
|
||||
<module>hawkbit-boot-starter-ddi-api</module>
|
||||
<module>hawkbit-ddi-starter</module>
|
||||
<module>hawkbit-ddi-server</module>
|
||||
</modules>
|
||||
</project>
|
||||
@@ -28,7 +28,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.hawkbit</groupId>
|
||||
<artifactId>hawkbit-boot-starter-dmf-api</artifactId>
|
||||
<artifactId>hawkbit-dmf-starter</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>hawkbit-boot-starter-dmf-api</artifactId>
|
||||
<artifactId>hawkbit-dmf-starter</artifactId>
|
||||
<name>hawkBit :: Spring Boot Starter DMF API</name>
|
||||
|
||||
<dependencies>
|
||||
@@ -25,7 +25,7 @@
|
||||
<modules>
|
||||
<module>hawkbit-dmf-api</module>
|
||||
<module>hawkbit-dmf-amqp</module>
|
||||
<module>hawkbit-boot-starter-dmf-api</module>
|
||||
<module>hawkbit-dmf-starter</module>
|
||||
<module>hawkbit-dmf-server</module>
|
||||
|
||||
<module>hawkbit-dmf-rabbitmq-test</module>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.hawkbit</groupId>
|
||||
<artifactId>hawkbit-boot-starter-mgmt-api</artifactId>
|
||||
<artifactId>hawkbit-mgmt-starter</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>hawkbit-boot-starter-mgmt-api</artifactId>
|
||||
<artifactId>hawkbit-mgmt-starter</artifactId>
|
||||
<name>hawkBit :: Spring Boot Starter Management API</name>
|
||||
|
||||
<dependencies>
|
||||
@@ -25,7 +25,7 @@
|
||||
<modules>
|
||||
<module>hawkbit-mgmt-api</module>
|
||||
<module>hawkbit-mgmt-resource</module>
|
||||
<module>hawkbit-boot-starter-mgmt-api</module>
|
||||
<module>hawkbit-mgmt-starter</module>
|
||||
<module>hawkbit-mgmt-server</module>
|
||||
</modules>
|
||||
</project>
|
||||
@@ -18,24 +18,24 @@
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>hawkbit-boot-starter</artifactId>
|
||||
<artifactId>hawkbit-starter</artifactId>
|
||||
<name>hawkBit :: Spring Boot Starter</name>
|
||||
<description>Complete starter, including auto-configuration, logging and all hawkBit interfaces</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.hawkbit</groupId>
|
||||
<artifactId>hawkbit-boot-starter-ddi-api</artifactId>
|
||||
<artifactId>hawkbit-ddi-starter</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.hawkbit</groupId>
|
||||
<artifactId>hawkbit-boot-starter-dmf-api</artifactId>
|
||||
<artifactId>hawkbit-dmf-starter</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.hawkbit</groupId>
|
||||
<artifactId>hawkbit-boot-starter-mgmt-api</artifactId>
|
||||
<artifactId>hawkbit-mgmt-starter</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@@ -28,7 +28,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.hawkbit</groupId>
|
||||
<artifactId>hawkbit-boot-starter</artifactId>
|
||||
<artifactId>hawkbit-starter</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>hawkbit-boot-starter</module>
|
||||
<module>hawkbit-starter</module>
|
||||
<module>hawkbit-update-server</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.hawkbit</groupId>
|
||||
<artifactId>hawkbit-boot-starter</artifactId>
|
||||
<artifactId>hawkbit-starter</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user