Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a10db commit 4b64aa3Copy full SHA for 4b64aa3
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>de.taimos</groupId>
5
<artifactId>gpsd4java</artifactId>
6
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.0</version>
7
<name>GPSd4Java</name>
8
<packaging>jar</packaging>
9
<description>Java Client library for GPSd deamon</description>
src/test/java/de/taimos/gpsd4java/test/Tester.java
@@ -46,7 +46,7 @@ private Tester() {
46
*/
47
public static void main(final String[] args) {
48
try {
49
- String host = "192.168.4.29";
+ String host = "localhost";
50
int port = 2947;
51
52
switch (args.length) {
0 commit comments