Skip to content

Commit c224a00

Browse files
committedJul 28, 2016
[maven-release-plugin] prepare release postgis-java-aggregator-2.2.1
1 parent 2082ae6 commit c224a00

File tree

6 files changed

+16
-20
lines changed

6 files changed

+16
-20
lines changed
 

‎jdbc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>net.postgis</groupId>
77
<artifactId>postgis-java-aggregator</artifactId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
</parent>
1010

1111
<artifactId>postgis-jdbc</artifactId>
12-
<version>2.2.1-SNAPSHOT</version>
12+
<version>2.2.1</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Postgis JDBC Driver</name>

‎jdbc_jtsparser/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>net.postgis</groupId>
77
<artifactId>postgis-java-aggregator</artifactId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
</parent>
1010

1111
<artifactId>postgis-jdbc-jtsparser</artifactId>
12-
<version>2.2.1-SNAPSHOT</version>
12+
<version>2.2.1</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Postgis JDBC Driver JTS Parser</name>

‎pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.postgis</groupId>
66
<artifactId>postgis-java-aggregator</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
<packaging>pom</packaging>
99

1010
<name>PostGIS Java Project</name>
@@ -78,7 +78,7 @@
7878
<url>https://github.com/postgis/postgis-java</url>
7979
<connection>scm:git:git://github.com/postgis/postgis-java.git</connection>
8080
<developerConnection>scm:git:git@github.com:postgis/postgis-java.git</developerConnection>
81-
<tag>HEAD</tag>
81+
<tag>postgis-java-aggregator-2.2.1</tag>
8282
</scm>
8383
<issueManagement>
8484
<system>GitHub Issues</system>

‎postgis-jdbc-java2d/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>net.postgis</groupId>
77
<artifactId>postgis-java-aggregator</artifactId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
</parent>
1010

1111
<artifactId>postgis-jdbc-java2d</artifactId>
12-
<version>2.2.1-SNAPSHOT</version>
12+
<version>2.2.1</version>
1313
<packaging>jar</packaging>
1414

1515
<name>postgis-jdbc-java2d</name>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>net.postgis</groupId>
2929
<artifactId>postgis-jdbc</artifactId>
30-
<version>2.2.1-SNAPSHOT</version>
30+
<version>2.2.1</version>
3131
</dependency>
3232
</dependencies>
3333

‎tools/osgeo-postgis-jdbc-test-util/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<artifactId>tools</artifactId>
97
<groupId>net.postgis</groupId>
10-
<version>0.0.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
119
</parent>
1210

1311
<artifactId>osgeo-postgis-jdbc-test-util</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
12+
<version>2.2.1</version>
1513
<packaging>jar</packaging>
1614

1715
<name>osgeo-postgis-jdbc-test-util</name>
@@ -32,7 +30,7 @@
3230
<dependency>
3331
<groupId>net.postgis</groupId>
3432
<artifactId>postgis-jdbc</artifactId>
35-
<version>2.2.1-SNAPSHOT</version>
33+
<version>2.2.1</version>
3634
</dependency>
3735

3836
<dependency>

‎tools/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<artifactId>postgis-java-aggregator</artifactId>
97
<groupId>net.postgis</groupId>
10-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
119
</parent>
1210

1311
<artifactId>tools</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
12+
<version>2.2.1</version>
1513
<packaging>pom</packaging>
1614

1715
<name>tools</name>

0 commit comments

Comments
 (0)
Please sign in to comment.