Skip to content

Commit

Permalink
Merge pull request orbisgis#1377 from ebocher/release_2_2_1
Browse files Browse the repository at this point in the history
Prepare release 2.2.1
  • Loading branch information
ebocher committed Jan 2, 2024
2 parents cd23a74 + 025edbb commit 538ec3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Changelog for v2.1.1
## Changelog for v2.2.1
+ Next version
+ Update EPSG 2100 definition for GGRS87 / Greek Grid transformation
+ Add geojson utility to convert a resultset to JSON map
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,23 @@
<maven.compiler.source>${java-version}</maven.compiler.source>

<!-- Dependencies versions -->
<commons-compress-version>1.21</commons-compress-version>
<commons-io-version>2.11.0</commons-io-version>
<commons-compress-version>1.25.0</commons-compress-version>
<commons-io-version>2.12.0</commons-io-version>
<h2-version>2.2.224</h2-version>
<jackson-core-version>2.13.2</jackson-core-version>
<jts-version>1.19.0</jts-version>
<junit-version>5.9.2</junit-version>
<osgi-compendium-version>5.0.0</osgi-compendium-version>
<osgi-core-version>6.0.0</osgi-core-version>
<osgi-enterprise-version>5.0.0</osgi-enterprise-version>
<poly2tri-version>0.7.0-SNAPSHOT</poly2tri-version>
<poly2tri-version>0.7.0</poly2tri-version>
<postgis-jdbc-version>2021.1.0</postgis-jdbc-version>
<flatgeobuf-version>3.26.1</flatgeobuf-version>
<flatgeobuf-version>3.26.2</flatgeobuf-version>
<postgresql-version>42.6.0</postgresql-version>
<jna-version>0.5.0-SNAPSHOT</jna-version>
<cts-version>1.7.1-SNAPSHOT</cts-version>
<jna-version>0.5.0</jna-version>
<cts-version>1.7.1</cts-version>
<geographiclib-version>2.0</geographiclib-version>
<slf4j-version>2.0.9</slf4j-version>
<slf4j-version>2.0.10</slf4j-version>

<!-- Plugins versions -->
<exec-maven-version>3.0.0</exec-maven-version>
Expand Down

0 comments on commit 538ec3d

Please sign in to comment.