Skip to content

Commit 75183e1

Browse files
committed
Update POM to Neo4j 2025.04
Update POM to Neo4j 2025.04
1 parent 373beac commit 75183e1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# CHANGELOG - 2025.02.0 - 2025-05-01
2+
* [Updated] - Bumped Neo4j version to 2025.04.0 to match Neo4j versioning.
3+
14
# CHANGELOG - 2025.02.0 - 2025-03-28
25
* [Updated] - Bumped Neo4j version to 2025.02.0 to match Neo4j versioning.
36
* [Added] - Added neo4jh3.geojsonmultipolygonash3 and neo4jh3.geojsonmultipolygonash3String to read in a geoJson multipolygon list. This allows the plugin to read a geoJson object and transform the polygons into H3 objects. Examples in the Documentation_525.md file.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<groupId>com.neo4jh3</groupId>
88
<artifactId>neo4jh3</artifactId>
9-
<version>2025.02</version>
9+
<version>2025.04</version>
1010

1111
<properties>
12-
<neo4j.version>2025.02.0</neo4j.version>
12+
<neo4j.version>2025.04.0</neo4j.version>
1313
<lang3.version>3.13.0</lang3.version>
1414
<uber.version>4.1.1</uber.version>
1515
<commons.version>4.1</commons.version>

0 commit comments

Comments
 (0)