Skip to content

Commit

Permalink
Merge pull request #994 from ZakarFin/update-geoserver
Browse files Browse the repository at this point in the history
Update geoserver extensions from 2.19 -> 2.22.4
  • Loading branch information
ZakarFin authored Aug 22, 2023
2 parents 25d3906 + aa2f4c7 commit 27c8c20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geoserver-ext/wps/IntersectionFeatureCollection2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.oskari.geoserver</groupId>
<artifactId>geoserver-ext-wps</artifactId>
<version>2.19.0</version>
<version>2.22.4</version>
</parent>
<artifactId>IntersectionFeatureCollection2</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion geoserver-ext/wps/ZoneSectorFeatureCollection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.oskari.geoserver</groupId>
<artifactId>geoserver-ext-wps</artifactId>
<version>2.19.0</version>
<version>2.22.4</version>
</parent>

<artifactId>ZoneSectorFeatureCollection</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions geoserver-ext/wps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.oskari.geoserver</groupId>
<artifactId>geoserver-ext-wps</artifactId>
<version>2.19.0</version>
<version>2.22.4</version>
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<geotools.version>25.0</geotools.version>
<geotools.version>28.4</geotools.version>
<geoserver.version>${project.version}</geoserver.version>
</properties>

Expand Down

0 comments on commit 27c8c20

Please sign in to comment.