|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 |
|
5 |
| - <groupId>org.postgis</groupId> |
| 5 | + <groupId>net.postgis</groupId> |
6 | 6 | <artifactId>postgis-java-aggregator</artifactId>
|
7 | 7 | <version>2.1.7.2-SNAPSHOT</version>
|
8 | 8 | <packaging>pom</packaging>
|
9 | 9 |
|
10 |
| - <name>Postgis Java Project</name> |
11 |
| - <description>Aggregates java projects associated with the Postgis project.</description> |
| 10 | + <name>PostGIS Java Project</name> |
| 11 | + <description>Aggregates java projects associated with the PostGIS project.</description> |
12 | 12 | <url>http://postgis.net</url>
|
13 | 13 | <licenses>
|
14 | 14 | <license>
|
|
20 | 20 |
|
21 | 21 | <developers>
|
22 | 22 | <developer>
|
23 |
| - <name>Postgis Development Team</name> |
| 23 | + <name>PostGIS Development Team</name> |
| 24 | + <url>http://postgis.net</url> |
24 | 25 | </developer>
|
25 | 26 | <developer>
|
26 |
| - <name>María Arias de Reyna</name> |
27 |
| - <email>delawen en gmail.com</email> |
28 |
| - </developer> |
29 |
| - <developer> |
30 |
| - <name>Baris ERGUN</name> |
31 |
| - |
| 27 | + <name>Phillip Ross</name> |
| 28 | + <email>phillip.w.g.ross at gmail.com</email> |
| 29 | + <roles> |
| 30 | + <role>Maintainer</role> |
| 31 | + </roles> |
32 | 32 | </developer>
|
33 | 33 | </developers>
|
34 | 34 | <contributors>
|
|
102 | 102 | <maven-clean-plugin.version>2.6.1</maven-clean-plugin.version>
|
103 | 103 | <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
|
104 | 104 | <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
|
105 |
| - <maven-ear-plugin.version>2.10</maven-ear-plugin.version> |
| 105 | + <maven-ear-plugin.version>2.10.1</maven-ear-plugin.version> |
106 | 106 | <maven-enforcer-plugin.version>1.4</maven-enforcer-plugin.version>
|
107 | 107 | <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
|
108 | 108 | <maven-install-plugin.version>2.5.2</maven-install-plugin.version>
|
|
0 commit comments