Skip to content

Commit f765195

Browse files
committed
Release 5.19.0
1 parent bee28a4 commit f765195

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ mvn jetty:run
350350
<dependency>
351351
<groupId>org.neo4j</groupId>
352352
<artifactId>neo4j-spatial</artifactId>
353-
<version>111</version>
353+
<version>5.19.0</version>
354354
</dependency>
355355
</dependencies>
356356
</profile>
@@ -500,7 +500,7 @@ Add the following repositories and dependency to your project's pom.xml:
500500
<dependency>
501501
<groupId>org.neo4j</groupId>
502502
<artifactId>neo4j-spatial</artifactId>
503-
<version>5.13.0</version>
503+
<version>5.19.0</version>
504504
</dependency>
505505
~~~
506506

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<artifactId>neo4j-spatial</artifactId>
2222
<groupId>org.neo4j</groupId>
23-
<version>5.19.0-SNAPSHOT</version>
23+
<version>5.19.0</version>
2424
<name>Neo4j - Spatial Components</name>
2525
<description>Spatial utilities and components for Neo4j</description>
2626
<url>https://components.neo4j.org/${project.artifactId}/${project.version}</url>

0 commit comments

Comments
 (0)