|
4 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 |
|
7 |
| - <groupId>org.postgis</groupId> |
| 7 | + <groupId>net.postgis</groupId> |
8 | 8 | <artifactId>postgis-java-aggregator</artifactId>
|
9 | 9 | <version>2.2.0-SNAPSHOT</version>
|
10 | 10 | <packaging>pom</packaging>
|
11 | 11 |
|
12 |
| - <name>Postgis Java Project</name> |
13 |
| - <description>Aggregates java projects associated with the Postgis project.</description> |
| 12 | + <name>PostGIS Java Project</name> |
| 13 | + <description>Aggregates java projects associated with the PostGIS project.</description> |
14 | 14 | <url>http://postgis.net</url>
|
15 | 15 | <licenses>
|
16 | 16 | <license>
|
|
22 | 22 |
|
23 | 23 | <developers>
|
24 | 24 | <developer>
|
25 |
| - <name>Postgis Development Team</name> |
| 25 | + <name>PostGIS Development Team</name> |
| 26 | + <url>http://postgis.net</url> |
26 | 27 | </developer>
|
27 | 28 | <developer>
|
28 |
| - <name>María Arias de Reyna</name> |
29 |
| - <email>delawen en gmail.com</email> |
30 |
| - </developer> |
31 |
| - <developer> |
32 |
| - <name>Baris ERGUN</name> |
33 |
| - |
| 29 | + <name>Phillip Ross</name> |
| 30 | + <email>phillip.w.g.ross at gmail.com</email> |
| 31 | + <roles> |
| 32 | + <role>Maintainer</role> |
| 33 | + </roles> |
34 | 34 | </developer>
|
35 | 35 | </developers>
|
36 | 36 | <contributors>
|
|
76 | 76 | </modules>
|
77 | 77 |
|
78 | 78 | <scm>
|
79 |
| - <url>http://trac.osgeo.org/postgis/browser/trunk</url> |
80 |
| - <connection>scm:svn:http://svn.osgeo.org/postgis/trunk</connection> |
81 |
| - <developerConnection>scm:svn:http://svn.osgeo.org/postgis/trunk</developerConnection> |
| 79 | + <url>https://github.com/postgis/postgis-java</url> |
| 80 | + <connection>scm:git:git://github.com/postgis/postgis-java.git</connection> |
| 81 | + < developerConnection>scm: git:[email protected]:postgis/ postgis-java.git</ developerConnection> |
82 | 82 | </scm>
|
83 | 83 | <issueManagement>
|
84 |
| - <system>Trac</system> |
85 |
| - <url>http://trac.osgeo.org/postgis/</url> |
| 84 | + <system>GitHub Issues</system> |
| 85 | + <url>https://github.com/postgis/postgis-java/issues</url> |
86 | 86 | </issueManagement>
|
87 | 87 | <distributionManagement>
|
| 88 | + <snapshotRepository> |
| 89 | + <id>ossrh</id> |
| 90 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 91 | + </snapshotRepository> |
88 | 92 | <repository>
|
89 |
| - <id>sonatype-postgis-releases</id> |
90 |
| - <name>Sonatype Postgis Releases Repo</name> |
91 |
| - <url>http://oss.sonatype.org/content/repositories/postgis-releases</url> |
| 93 | + <id>ossrh</id> |
| 94 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
92 | 95 | </repository>
|
93 | 96 | </distributionManagement>
|
94 | 97 |
|
|
103 | 106 | <maven-clean-plugin.version>2.6.1</maven-clean-plugin.version>
|
104 | 107 | <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
|
105 | 108 | <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
|
106 |
| - <maven-ear-plugin.version>2.10</maven-ear-plugin.version> |
| 109 | + <maven-ear-plugin.version>2.10.1</maven-ear-plugin.version> |
107 | 110 | <maven-enforcer-plugin.version>1.4</maven-enforcer-plugin.version>
|
108 | 111 | <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
|
109 | 112 | <maven-install-plugin.version>2.5.2</maven-install-plugin.version>
|
110 | 113 | <maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version>
|
111 | 114 | <maven-jar-plugin.version>2.6</maven-jar-plugin.version>
|
112 | 115 | <maven-jarsigner-plugin.version>1.4</maven-jarsigner-plugin.version>
|
| 116 | + <maven-release-plugin.version>2.5.2</maven-release-plugin.version> |
113 | 117 | <maven-resources-plugin.version>2.7</maven-resources-plugin.version>
|
114 | 118 | <maven-source-plugin.version>2.4</maven-source-plugin.version>
|
115 | 119 | <maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
|
|
215 | 219 | <artifactId>maven-jarsigner-plugin</artifactId>
|
216 | 220 | <version>${maven-jarsigner-plugin.version}</version>
|
217 | 221 | </plugin>
|
| 222 | + <plugin> |
| 223 | + <groupId>org.apache.maven.plugins</groupId> |
| 224 | + <artifactId>maven-release-plugin</artifactId> |
| 225 | + <version>${maven-release-plugin.version}</version> |
| 226 | + </plugin> |
218 | 227 | <plugin>
|
219 | 228 | <groupId>org.apache.maven.plugins</groupId>
|
220 | 229 | <artifactId>maven-resources-plugin</artifactId>
|
|
0 commit comments