Skip to content

Commit

Permalink
Release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SPalominos committed Mar 18, 2019
1 parent 9fe1b1f commit e4f887c
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion h2gis-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>h2gis-parent</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion h2gis-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>h2gis-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion h2gis-functions-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>h2gis-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion h2gis-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.orbisgis</groupId>
<artifactId>h2gis-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ public static void tearUp() throws Exception {
connection = H2GISDBFactory.createSpatialDataBase(DB_NAME);
// Set up test data
OGCConformance1Test.executeScript(connection, "ogc_conformance_test3.sql");
// Close the DataBase then reopen it
connection.close();
connection = H2GISDBFactory.openSpatialDataBase(DB_NAME);
}

@AfterClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public static void tearUp() throws Exception {
connection = H2GISDBFactory.createSpatialDataBase(DB_NAME);
// Set up test data
OGCConformance1Test.executeScript(connection, "spatial_index_test_data.sql");

reopen();
}
@AfterClass
public static void tearDown() throws Exception {
Expand Down
2 changes: 1 addition & 1 deletion h2gis-network/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>h2gis-parent</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion h2gis-test-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>h2gis-parent</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion h2gis-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>h2gis-parent</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>

<artifactId>h2gis-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>

<!-- Project Information -->
Expand Down Expand Up @@ -70,7 +70,7 @@
<commons-io-version>1.3.2</commons-io-version>

<cts-groupId>org.orbisgis</cts-groupId>
<cts-version>1.5.2-SNAPSHOT</cts-version>
<cts-version>1.5.2</cts-version>

<!-- Plugin for the execution of a Java program -->
<exec-maven-plugin-groupId>org.codehaus.mojo</exec-maven-plugin-groupId>
Expand Down
2 changes: 1 addition & 1 deletion postgis-jts-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>h2gis-parent</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion postgis-jts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>h2gis-parent</artifactId>
<groupId>org.orbisgis</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit e4f887c

Please sign in to comment.