Skip to content

Commit

Permalink
Merge pull request #8 from nlsfi/2.26.1
Browse files Browse the repository at this point in the history
2.26.1
  • Loading branch information
nls-jajuko authored Dec 2, 2024
2 parents 2982f19 + d21d9d6 commit 67e2c18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ Module Status

Geoserver / Geotools Version in branches
- main: gs 2.26.0, gt 32.0
- 2.26.1: gs 2.26.1, gt 32.1
- 2.26.0: gs 2.26.0, gt 32.0
- 2.25.3: gs 2.25.3, gt 31.3
- 2.25.0: gs 2.25.0, gt 31.0
- 2.24.2: gs 2.24.2, gt 30.2

License
- This Repository contains original code - see [LICENSE](./LICENSE.md)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.geoserver.extension</groupId>
<artifactId>gs-ogcfeat-datastore</artifactId>
<version>2.26.0</version>
<version>2.26.1</version>
<name>OGCFeat Datastore Module</name>
<description>A Geoserver datastore for reading GeoJSON based formats from a
OGCFeat service</description>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gs.version>2.26.0</gs.version>
<gt.version>32.0</gt.version>
<gs.version>2.26.1</gs.version>
<gt.version>32.1</gt.version>
<junit.version>4.13.1</junit.version>
<easymock.version>5.2.0</easymock.version>
<cyclonedx.version>2.7.11</cyclonedx.version>
Expand Down

0 comments on commit 67e2c18

Please sign in to comment.