Skip to content

Commit

Permalink
Merge pull request #46 from phillipross/master
Browse files Browse the repository at this point in the history
merge v2.2.1 release
  • Loading branch information
phillipross authored Jul 28, 2016
2 parents 2082ae6 + 3d94569 commit 1102828
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 19 deletions.
4 changes: 2 additions & 2 deletions jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
</parent>

<artifactId>postgis-jdbc</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Postgis JDBC Driver</name>
Expand Down
4 changes: 2 additions & 2 deletions jdbc_jtsparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
</parent>

<artifactId>postgis-jdbc-jtsparser</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Postgis JDBC Driver JTS Parser</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>PostGIS Java Project</name>
Expand Down
6 changes: 3 additions & 3 deletions postgis-jdbc-java2d/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>net.postgis</groupId>
<artifactId>postgis-java-aggregator</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
</parent>

<artifactId>postgis-jdbc-java2d</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>postgis-jdbc-java2d</name>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
10 changes: 4 additions & 6 deletions tools/osgeo-postgis-jdbc-test-util/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>tools</artifactId>
<groupId>net.postgis</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
</parent>

<artifactId>osgeo-postgis-jdbc-test-util</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>osgeo-postgis-jdbc-test-util</name>
Expand All @@ -32,7 +30,7 @@
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
8 changes: 3 additions & 5 deletions tools/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>postgis-java-aggregator</artifactId>
<groupId>net.postgis</groupId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
</parent>

<artifactId>tools</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>tools</name>
Expand Down

0 comments on commit 1102828

Please sign in to comment.