Move Simple UI at root level (#2005)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -52,6 +52,5 @@
|
|||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>hawkbit-update-server</module>
|
<module>hawkbit-update-server</module>
|
||||||
<module>hawkbit-simple-ui</module>
|
|
||||||
</modules>
|
</modules>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.hawkbit</groupId>
|
<groupId>org.eclipse.hawkbit</groupId>
|
||||||
<artifactId>hawkbit-runtime-parent</artifactId>
|
<artifactId>hawkbit-parent</artifactId>
|
||||||
<version>${revision}</version>
|
<version>${revision}</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
7
pom.xml
7
pom.xml
@@ -139,14 +139,19 @@
|
|||||||
<module>hawkbit-repository</module>
|
<module>hawkbit-repository</module>
|
||||||
<module>hawkbit-artifact-repository-filesystem</module>
|
<module>hawkbit-artifact-repository-filesystem</module>
|
||||||
<module>hawkbit-autoconfigure</module>
|
<module>hawkbit-autoconfigure</module>
|
||||||
|
|
||||||
<module>hawkbit-rest-core</module>
|
<module>hawkbit-rest-core</module>
|
||||||
<module>hawkbit-mgmt</module>
|
<module>hawkbit-mgmt</module>
|
||||||
<module>hawkbit-ddi</module>
|
<module>hawkbit-ddi</module>
|
||||||
<module>hawkbit-dmf</module>
|
<module>hawkbit-dmf</module>
|
||||||
<module>hawkbit-test-report</module>
|
|
||||||
<module>hawkbit-runtime</module>
|
<module>hawkbit-runtime</module>
|
||||||
|
<module>hawkbit-simple-ui</module>
|
||||||
|
|
||||||
<module>hawkbit-starters</module>
|
<module>hawkbit-starters</module>
|
||||||
|
|
||||||
<module>hawkbit-sdk</module>
|
<module>hawkbit-sdk</module>
|
||||||
|
|
||||||
|
<module>hawkbit-test-report</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|||||||
Reference in New Issue
Block a user