Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 900 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 900 Bytes

Devoxx4Kids

Build Status Coverage Status

Drone Controller

This library encapsulates the connection and the commands that can be send to the drone.

Maven

    <dependency>
        <groupId>de.devoxx4kids</groupId>
        <artifactId>dronecontroller</artifactId>
        <version>${version}</version>
    </dependency>

Release

    mvn versions:set -DnewVersion=${newVersion}

then

    mvn clean deploy -P release

then

    git tag ${newVersion}

and finally push it.