Skip to content

Commit ff56c79

Browse files
committed
- POM updates to change groupid from org.postgis to net.postgis
1 parent cf1d389 commit ff56c79

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>org.postgis</groupId>
6+
<groupId>net.postgis</groupId>
77
<artifactId>postgis-java-aggregator</artifactId>
88
<version>2.1.7.2-SNAPSHOT</version>
99
</parent>

jdbc_jtsparser/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>org.postgis</groupId>
6+
<groupId>net.postgis</groupId>
77
<artifactId>postgis-java-aggregator</artifactId>
88
<version>2.1.7.2-SNAPSHOT</version>
99
</parent>
@@ -25,7 +25,7 @@
2525

2626
<dependencies>
2727
<dependency>
28-
<groupId>org.postgis</groupId>
28+
<groupId>net.postgis</groupId>
2929
<artifactId>postgis-jdbc</artifactId>
3030
<version>2.1.7.2-SNAPSHOT</version>
3131
</dependency>

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>org.postgis</groupId>
5+
<groupId>net.postgis</groupId>
66
<artifactId>postgis-java-aggregator</artifactId>
77
<version>2.1.7.2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

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>
1212
<url>http://postgis.net</url>
1313
<licenses>
1414
<license>
@@ -20,15 +20,15 @@
2020

2121
<developers>
2222
<developer>
23-
<name>Postgis Development Team</name>
23+
<name>PostGIS Development Team</name>
24+
<url>http://postgis.net</url>
2425
</developer>
2526
<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-
<email>[email protected]</email>
27+
<name>Phillip Ross</name>
28+
<email>phillip.w.g.ross at gmail.com</email>
29+
<roles>
30+
<role>Maintainer</role>
31+
</roles>
3232
</developer>
3333
</developers>
3434
<contributors>
@@ -102,7 +102,7 @@
102102
<maven-clean-plugin.version>2.6.1</maven-clean-plugin.version>
103103
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
104104
<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>
106106
<maven-enforcer-plugin.version>1.4</maven-enforcer-plugin.version>
107107
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
108108
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>

postgis-jdbc-java2d/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>org.postgis</groupId>
6+
<groupId>net.postgis</groupId>
77
<artifactId>postgis-java-aggregator</artifactId>
88
<version>2.1.7.2-SNAPSHOT</version>
99
</parent>
@@ -25,7 +25,7 @@
2525

2626
<dependencies>
2727
<dependency>
28-
<groupId>org.postgis</groupId>
28+
<groupId>net.postgis</groupId>
2929
<artifactId>postgis-jdbc</artifactId>
3030
<version>2.1.7.2-SNAPSHOT</version>
3131
</dependency>

0 commit comments

Comments
 (0)