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

Skip to content

Commit ed165b8

Browse files
committed
using taimos oss parent pom
1 parent 00f2394 commit ed165b8

File tree

1 file changed

+3
-29
lines changed

1 file changed

+3
-29
lines changed

pom.xml

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>org.sonatype.oss</groupId>
6+
<groupId>de.taimos</groupId>
77
<artifactId>oss-parent</artifactId>
8-
<version>7</version>
8+
<version>2</version>
99
</parent>
10-
<groupId>de.taimos</groupId>
1110
<artifactId>gpsd4java</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
11+
<version>1.3-SNAPSHOT</version>
1312
<packaging>bundle</packaging>
1413
<name>GPSd4Java</name>
1514
<description>Java Client library for GPSd deamon</description>
@@ -19,32 +18,7 @@
1918

2019
<url>http://taimos.github.com/GPSd4Java/</url>
2120
<inceptionYear>2011</inceptionYear>
22-
<organization>
23-
<name>Taimos GmbH</name>
24-
<url>http://www.taimos.de</url>
25-
</organization>
26-
<licenses>
27-
<license>
28-
<name>The Apache Software License, Version 2.0</name>
29-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
30-
<distribution>repo</distribution>
31-
</license>
32-
</licenses>
33-
<properties>
34-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35-
<maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
36-
</properties>
3721

38-
<developers>
39-
<developer>
40-
<id>thoeger</id>
41-
<email>[email protected]</email>
42-
<name>Thorsten Höger</name>
43-
<organization>Taimos GmbH</organization>
44-
<organizationUrl>http://www.taimos.de</organizationUrl>
45-
<timezone>+1</timezone>
46-
</developer>
47-
</developers>
4822
<contributors>
4923
<contributor>
5024
<name>Irakli Betchvaia</name>

0 commit comments

Comments
 (0)