Skip to content

Commit

Permalink
Merge pull request #113 from nls-jajuko/1.4.2-geotools
Browse files Browse the repository at this point in the history
geotools to version 31.3
  • Loading branch information
nls-jajuko authored Sep 18, 2024
2 parents 3e16b95 + 17a2ae1 commit 372d80e
Show file tree
Hide file tree
Showing 34 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>hakunapi</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<packaging>pom</packaging>

<name>Hakunapi</name>
Expand Down Expand Up @@ -49,7 +49,7 @@
<slf4j.version>1.7.25</slf4j.version>
<log4j.version>2.23.1</log4j.version>
<pgjdbc.version>42.7.3</pgjdbc.version>
<geotools.version>29.5</geotools.version>
<geotools.version>31.3</geotools.version>
<junit.version>4.13.2</junit.version>
<mockito.version>4.11.0</mockito.version>
<cyclonedx.version>2.7.3</cyclonedx.version>
Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-config-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-config-test</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-cql2-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-cql2-functions</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-cql2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-cql2</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-csv</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-esbulk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-esbulk</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-geojson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-geojson</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-gml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-gml</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-gpkg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-gpkg</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-html</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-jsonfg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-jsonfg</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-proj-gt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-proj-gt</artifactId>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package fi.nls.hakunapi.proj.gt;

import org.opengis.referencing.operation.MathTransform;
import org.opengis.referencing.operation.TransformException;
import org.geotools.api.referencing.operation.MathTransform;
import org.geotools.api.referencing.operation.TransformException;

import fi.nls.hakunapi.core.projection.ProjectionTransformer;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package fi.nls.hakunapi.proj.gt;

import org.geotools.referencing.CRS;
import org.opengis.referencing.crs.CoordinateReferenceSystem;
import org.opengis.referencing.operation.MathTransform;
import org.geotools.api.referencing.crs.CoordinateReferenceSystem;
import org.geotools.api.referencing.operation.MathTransform;

import fi.nls.hakunapi.core.projection.NOPProjectionTransformer;
import fi.nls.hakunapi.core.projection.ProjectionTransformer;
Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-proj-jhe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-proj-jhe</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-smile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-smile</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-source-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-source-oracle</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-source-postgis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-source-postgis</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-telemetry-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-telemetry-opentelemetry</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/hakunapi-telemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>src</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-telemetry</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>hakunapi</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>src</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp-jakarta/hakunapi-oracle-webapp-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>webapp-jakarta</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-oracle-webapp-jakarta</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp-jakarta/hakunapi-simple-servlet-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>webapp-jakarta</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-simple-servlet-jakarta</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion webapp-jakarta/hakunapi-simple-webapp-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>webapp-jakarta</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-simple-webapp-jakarta</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp-jakarta/hakunapi-simple-webapp-test-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>webapp-jakarta</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-simple-webapp-test-jakarta</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion webapp-jakarta/hakunapi-telemetry-webapp-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>webapp-jakarta</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-telemetry-webapp-jakarta</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>hakunapi</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>webapp-jakarta</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp-javax/hakunapi-oracle-webapp-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>webapp-javax</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-oracle-webapp-javax</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp-javax/hakunapi-simple-servlet-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>webapp-javax</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-simple-servlet-javax</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp-javax/hakunapi-simple-webapp-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>webapp-javax</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-simple-webapp-javax</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp-javax/hakunapi-simple-webapp-test-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>webapp-javax</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-simple-webapp-test-javax</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp-javax/hakunapi-telemetry-webapp-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>webapp-javax</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>hakunapi-telemetry-webapp-javax</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.nls.hakunapi</groupId>
<artifactId>hakunapi</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>webapp-javax</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 372d80e

Please sign in to comment.