Skip to content

Commit

Permalink
Release 5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 20, 2024
1 parent 1dfd8fb commit 72930b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ mvn jetty:run
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-spatial</artifactId>
<version>111</version>
<version>5.19.0</version>
</dependency>
</dependencies>
</profile>
Expand Down Expand Up @@ -500,7 +500,7 @@ Add the following repositories and dependency to your project's pom.xml:
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-spatial</artifactId>
<version>5.13.0</version>
<version>5.19.0</version>
</dependency>
~~~

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-spatial</artifactId>
<groupId>org.neo4j</groupId>
<version>5.19.0-SNAPSHOT</version>
<version>5.19.0</version>
<name>Neo4j - Spatial Components</name>
<description>Spatial utilities and components for Neo4j</description>
<url>https://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down

0 comments on commit 72930b9

Please sign in to comment.