File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,11 @@ Use GPSd4Java
1010
1111You 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>
You can’t perform that action at this time.
0 commit comments