Skip to content

Commit e4f887c

Browse files
committed
Release version 1.5.0
1 parent 9fe1b1f commit e4f887c

File tree

12 files changed

+11
-16
lines changed

12 files changed

+11
-16
lines changed

h2gis-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>h2gis-parent</artifactId>
1010
<groupId>org.orbisgis</groupId>
11-
<version>1.5.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414

h2gis-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.orbisgis</groupId>
1111
<artifactId>h2gis-parent</artifactId>
12-
<version>1.5.0-SNAPSHOT</version>
12+
<version>1.5.0</version>
1313
<relativePath>../</relativePath>
1414
</parent>
1515

h2gis-functions-osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.orbisgis</groupId>
1010
<artifactId>h2gis-parent</artifactId>
11-
<version>1.5.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414

h2gis-functions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.orbisgis</groupId>
1010
<artifactId>h2gis-parent</artifactId>
11-
<version>1.5.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414

h2gis-functions/src/test/java/org/h2gis/functions/spatial/ogc/SerializationTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ public static void tearUp() throws Exception {
4848
connection = H2GISDBFactory.createSpatialDataBase(DB_NAME);
4949
// Set up test data
5050
OGCConformance1Test.executeScript(connection, "ogc_conformance_test3.sql");
51-
// Close the DataBase then reopen it
52-
connection.close();
53-
connection = H2GISDBFactory.openSpatialDataBase(DB_NAME);
5451
}
5552

5653
@AfterClass

h2gis-functions/src/test/java/org/h2gis/functions/spatial/ogc/SpatialIndexTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ public static void tearUp() throws Exception {
4646
connection = H2GISDBFactory.createSpatialDataBase(DB_NAME);
4747
// Set up test data
4848
OGCConformance1Test.executeScript(connection, "spatial_index_test_data.sql");
49-
50-
reopen();
5149
}
5250
@AfterClass
5351
public static void tearDown() throws Exception {

h2gis-network/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>h2gis-parent</artifactId>
1010
<groupId>org.orbisgis</groupId>
11-
<version>1.5.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414

h2gis-test-utilities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>h2gis-parent</artifactId>
1010
<groupId>org.orbisgis</groupId>
11-
<version>1.5.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414

h2gis-utilities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>h2gis-parent</artifactId>
1010
<groupId>org.orbisgis</groupId>
11-
<version>1.5.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</parent>
1313

1414
<artifactId>h2gis-parent</artifactId>
15-
<version>1.5.0-SNAPSHOT</version>
15+
<version>1.5.0</version>
1616
<packaging>pom</packaging>
1717

1818
<!-- Project Information -->
@@ -70,7 +70,7 @@
7070
<commons-io-version>1.3.2</commons-io-version>
7171

7272
<cts-groupId>org.orbisgis</cts-groupId>
73-
<cts-version>1.5.2-SNAPSHOT</cts-version>
73+
<cts-version>1.5.2</cts-version>
7474

7575
<!-- Plugin for the execution of a Java program -->
7676
<exec-maven-plugin-groupId>org.codehaus.mojo</exec-maven-plugin-groupId>

postgis-jts-osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>h2gis-parent</artifactId>
1010
<groupId>org.orbisgis</groupId>
11-
<version>1.5.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414

postgis-jts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>h2gis-parent</artifactId>
1010
<groupId>org.orbisgis</groupId>
11-
<version>1.5.0-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)