|
8 | 8 | <name>GPSd4Java</name> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 | <description>Java Client library for GPSd deamon</description> |
| 11 | + <parent> |
| 12 | + <groupId>org.sonatype.oss</groupId> |
| 13 | + <artifactId>oss-parent</artifactId> |
| 14 | + <version>7</version> |
| 15 | + </parent> |
11 | 16 |
|
12 | 17 | <url>http://gpsd4java.forge.hoegergroup.de/</url> |
13 | 18 | <inceptionYear>2011</inceptionYear> |
14 | 19 | <organization> |
15 | 20 | <name>Taimos GmbH</name> |
16 | 21 | <url>http://www.taimos.de</url> |
17 | 22 | </organization> |
18 | | - |
| 23 | + <licenses> |
| 24 | + <license> |
| 25 | + <name>The Apache Software License, Version 2.0</name> |
| 26 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 27 | + <distribution>repo</distribution> |
| 28 | + </license> |
| 29 | + </licenses> |
19 | 30 | <properties> |
20 | 31 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
21 | 32 | <maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format> |
|
55 | 66 | </dependencies> |
56 | 67 |
|
57 | 68 | <scm> |
58 | | - <url>scm:git://github.com/taimos/GPSd4Java.git</url> |
59 | | - <connection>scm:git://github.com/taimos/GPSd4Java.git</connection> |
| 69 | + < connection>scm:git: [email protected]:taimos/GPSd4Java.git</ connection> |
| 70 | + < developerConnection>scm:git: [email protected]:taimos/GPSd4Java.git</ developerConnection> |
| 71 | + < url> [email protected]:taimos/GPSd4Java.git</ url> |
60 | 72 | </scm> |
61 | 73 |
|
62 | | - <distributionManagement> |
63 | | - <repository> |
64 | | - <id>hoegergroup-repo</id> |
65 | | - <name>Repository on forge.hoegergroup.de</name> |
66 | | - <url>scpexe://maven.forge.hoegergroup.de/srv/http/maven/html</url> |
67 | | - </repository> |
68 | | - </distributionManagement> |
69 | | - |
70 | 74 | <build> |
71 | | - <extensions> |
72 | | - <!-- Enabling the use of FTP --> |
73 | | - <extension> |
74 | | - <groupId>org.apache.maven.wagon</groupId> |
75 | | - <artifactId>wagon-ssh-external</artifactId> |
76 | | - <version>2.2</version> |
77 | | - </extension> |
78 | | - </extensions> |
79 | | - |
80 | 75 | <pluginManagement> |
81 | 76 | <plugins> |
82 | 77 | <plugin> |
|
0 commit comments