|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <parent> |
6 | | - <groupId>org.sonatype.oss</groupId> |
| 6 | + <groupId>de.taimos</groupId> |
7 | 7 | <artifactId>oss-parent</artifactId> |
8 | | - <version>7</version> |
| 8 | + <version>2</version> |
9 | 9 | </parent> |
10 | | - <groupId>de.taimos</groupId> |
11 | 10 | <artifactId>gpsd4java</artifactId> |
12 | | - <version>1.3.0-SNAPSHOT</version> |
| 11 | + <version>1.3-SNAPSHOT</version> |
13 | 12 | <packaging>bundle</packaging> |
14 | 13 | <name>GPSd4Java</name> |
15 | 14 | <description>Java Client library for GPSd deamon</description> |
|
19 | 18 |
|
20 | 19 | <url>http://taimos.github.com/GPSd4Java/</url> |
21 | 20 | <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> |
37 | 21 |
|
38 | | - <developers> |
39 | | - <developer> |
40 | | - <id>thoeger</id> |
41 | | - |
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> |
48 | 22 | <contributors> |
49 | 23 | <contributor> |
50 | 24 | <name>Irakli Betchvaia</name> |
|
0 commit comments