Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57e33a1

Browse files
committed
adjusted README.md
1 parent 6d16d39 commit 57e33a1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,11 @@ Use GPSd4Java
1010

1111
You can use GPSd4Java with a Maven project. Just add the following lines to your pom.xml.
1212

13-
<repositories>
14-
<repository>
15-
<id>hoegergroup-repo</id>
16-
<name>Repository on forge.hoegergroup.de</name>
17-
<url>http://maven.forge.hoegergroup.de/</url>
18-
</repository>
19-
</repositories>
20-
2113
<dependencies>
2214
<dependency>
2315
<groupId>de.taimos</groupId>
2416
<artifactId>gpsd4java</artifactId>
25-
<version>1.0.0</version>
17+
<version>1.1.0</version>
2618
</dependency>
2719
</dependencies>
2820

@@ -41,6 +33,6 @@ To get the latest development snapshot add the following lines to your pom.xml.
4133
<dependency>
4234
<groupId>de.taimos</groupId>
4335
<artifactId>gpsd4java</artifactId>
44-
<version>1.1.0-SNAPSHOT</version>
36+
<version>1.2.0-SNAPSHOT</version>
4537
</dependency>
4638
</dependencies>

0 commit comments

Comments
 (0)