From 5efc2dda1f97154e351642a7379ba064a3c13ac9 Mon Sep 17 00:00:00 2001 From: Phillip Ross Date: Sat, 10 Oct 2015 15:17:27 -0400 Subject: [PATCH] Point SCM at github. (cherry picked from commit 28c5a62) - POM updates to change groupid from org.postgis to net.postgis (cherry picked from commit ff56c79) - More POM updates to change distribution management to sonatype OSSRH (cherry picked from commit 0eb1cb2) - More POM updates to add release plugin. (cherry picked from commit 63ed692) --- jdbc/pom.xml | 2 +- jdbc_jtsparser/pom.xml | 4 ++-- pom.xml | 47 ++++++++++++++++++++++--------------- postgis-jdbc-java2d/pom.xml | 4 ++-- 4 files changed, 33 insertions(+), 24 deletions(-) diff --git a/jdbc/pom.xml b/jdbc/pom.xml index d73aed9..8e275c2 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - org.postgis + net.postgis postgis-java-aggregator 2.2.0-SNAPSHOT diff --git a/jdbc_jtsparser/pom.xml b/jdbc_jtsparser/pom.xml index 6fc8d74..5c0c836 100644 --- a/jdbc_jtsparser/pom.xml +++ b/jdbc_jtsparser/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - org.postgis + net.postgis postgis-java-aggregator 2.2.0-SNAPSHOT @@ -27,7 +27,7 @@ - org.postgis + net.postgis postgis-jdbc [2.1.0,) diff --git a/pom.xml b/pom.xml index ba19bbf..835a504 100644 --- a/pom.xml +++ b/pom.xml @@ -4,13 +4,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 4.0.0 - org.postgis + net.postgis postgis-java-aggregator 2.2.0-SNAPSHOT pom - Postgis Java Project - Aggregates java projects associated with the Postgis project. + PostGIS Java Project + Aggregates java projects associated with the PostGIS project. http://postgis.net @@ -22,15 +22,15 @@ - Postgis Development Team + PostGIS Development Team + http://postgis.net - MarĂ­a Arias de Reyna - delawen en gmail.com - - - Baris ERGUN - barisergun75@gmail.com + Phillip Ross + phillip.w.g.ross at gmail.com + + Maintainer + @@ -76,19 +76,22 @@ - http://trac.osgeo.org/postgis/browser/trunk - scm:svn:http://svn.osgeo.org/postgis/trunk - scm:svn:http://svn.osgeo.org/postgis/trunk + https://github.com/postgis/postgis-java + scm:git:git://github.com/postgis/postgis-java.git + scm:git:git@github.com:postgis/postgis-java.git - Trac - http://trac.osgeo.org/postgis/ + GitHub Issues + https://github.com/postgis/postgis-java/issues + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + - sonatype-postgis-releases - Sonatype Postgis Releases Repo - http://oss.sonatype.org/content/repositories/postgis-releases + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -103,13 +106,14 @@ 2.6.1 3.3 2.10 - 2.10 + 2.10.1 1.4 1.6 2.5.2 2.10.3 2.6 1.4 + 2.5.2 2.7 2.4 2.18.1 @@ -215,6 +219,11 @@ maven-jarsigner-plugin ${maven-jarsigner-plugin.version} + + org.apache.maven.plugins + maven-release-plugin + ${maven-release-plugin.version} + org.apache.maven.plugins maven-resources-plugin diff --git a/postgis-jdbc-java2d/pom.xml b/postgis-jdbc-java2d/pom.xml index f073df0..7275304 100644 --- a/postgis-jdbc-java2d/pom.xml +++ b/postgis-jdbc-java2d/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - org.postgis + net.postgis postgis-java-aggregator 2.2.0-SNAPSHOT @@ -27,7 +27,7 @@ - org.postgis + net.postgis postgis-jdbc 2.2.0-SNAPSHOT