diff --git a/README.md b/README.md index 95cacbc9f..e824971e9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ -# hawkbit-update-server +Build: [![Circle CI](https://circleci.com/gh/eclipse/hawkbit.svg?style=svg)](https://circleci.com/gh/eclipse/hawkbit) -Want to chat with the team behind hawkBit? [![Join the chat at https://gitter.im/eclipse/hawkbit](https://badges.gitter.im/eclipse/hawkbit.svg)](https://gitter.im/eclipse/hawkbit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +# Eclipse.IoT hawkBit - Update Server [hawkBit](https://projects.eclipse.org/projects/iot.hawkbit) is an domain independent back end solution for rolling out software updates to constrained edge devices as well as more powerful controllers and gateways connected to IP based networking infrastructure. +# Contact us + +* Want to chat with the team behind hawkBit? [![Join the chat at https://gitter.im/eclipse/hawkbit](https://badges.gitter.im/eclipse/hawkbit.svg)](https://gitter.im/eclipse/hawkbit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +* You can also check out our [Project Homepage](https://projects.eclipse.org/projects/iot.hawkbit) for further contact options. + # Compile ``` @@ -12,7 +17,7 @@ mvn install # Run and use -We are not providing an off the shelf production ready hawkBit server. However, we recommend to check out the [Example Application](examples/hawkbit-example-app) for a runtime ready Spring Boot based update server that is empowered by hawkBit. +We are not providing an off the shelf installation ready hawkBit update server. However, we recommend to check out the [Example Application](examples/hawkbit-example-app) for a runtime ready Spring Boot based update server that is empowered by hawkBit. # Releases and Roadmap diff --git a/pom.xml b/pom.xml index 84a223b64..a9d303782 100644 --- a/pom.xml +++ b/pom.xml @@ -94,31 +94,33 @@ https://sonar.eu-gb.mybluemix.net - bsinno/hawkbit-update-server + eclipse/hawkbit jacoco + https://projects.eclipse.org/projects/iot.hawkbit + https://circleci.com/gh/eclipse/hawkbit 0.7.2.201409121644 - 1.4 reuseReports - ${project.basedir}/../target/ jacoco-ut.exec - ${jacoco.outputDir}/${jacoco.out.ut.file} jacoco-it.exec - ${jacoco.outputDir}/${jacoco.out.it.file} 19.0 @@ -360,9 +362,9 @@ vaadin-push ${vaadin.version} - com.vaadin @@ -501,7 +503,7 @@ - com.fasterxml