Skip to content

Commit

Permalink
prepare for release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gendalfion committed Sep 13, 2018
1 parent 11aa352 commit e590110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a tool to import telemetry data from [UgCS](www.ugcs.com) to [DroneLogbo
## Getting pre-built release distribution
1. Download the [latest](https://github.com/ugcs/dronelogbook/releases/latest) release distribution as executable jar-file (or go to the [release page](https://github.com/ugcs/dronelogbook/releases) if you want a different one).

2. Run `ucsHub-1.1.jar` (in Linux you may have to add execution permissions on jar-file).
2. Run `ucsHub-1.2.jar` (in Linux you may have to add execution permissions on jar-file).

3. All configurations are available through `client.properties` file located in `<user_home>/.dronelogbook` _application data folder_ (e. g. for Windows it is `C:\Users\<user_name>\.dronelogbook`).

Expand All @@ -23,7 +23,7 @@ This is a tool to import telemetry data from [UgCS](www.ugcs.com) to [DroneLogbo
```bash
mvnw clean package
```
* after successful build you'll find executable `ucsHub-1.1.jar` application in `distr/multi-platform` directory
* after successful build you'll find executable `ucsHub-1.2.jar` application in `distr/multi-platform` directory
* for Windows you may use `ditr/windows-executable/ucsHub.exe`

## Connection with UgCS
Expand Down
4 changes: 2 additions & 2 deletions 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>1.1</version>
<version>1.2</version>
<name>ucsHub</name>
<url>https://github.com/ugcs/dronelogbook.git</url>

Expand All @@ -28,7 +28,7 @@
<github.pages.directory>${project.build.directory}/github-pages</github.pages.directory>

<buildNumber/>
<project.isRelease>false</project.isRelease>
<project.isRelease>true</project.isRelease>
</properties>

<dependencies>
Expand Down

0 comments on commit e590110

Please sign in to comment.