Skip to content

Commit

Permalink
release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amvrosov authored and Amvrosov committed Aug 24, 2018
1 parent 9d96d8b commit b74a376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a tool to import telemetry data from [UgCS](www.ugcs.com) to [DroneLogbo
```bash
mvn clean package
```
* after successful build you'll find executable `*.jar` application and `client.properties` configuration file in `distr` directory
* after successful build you'll find executable `ucsHub-1.0.jar` application and `client.properties` configuration file in `distr` directory


## Connection with UGCS
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>UgCS.ucs.hub</groupId>
<artifactId>ucsHub</artifactId>
<packaging>jar</packaging>
<version>0.01</version>
<version>1.0</version>
<name>ucsHub</name>

<properties>
Expand Down

0 comments on commit b74a376

Please sign in to comment.