Skip to content

Commit

Permalink
update to neo4j 5.20 (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy2003 authored Jun 20, 2024
1 parent 8bdbe11 commit b98e778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<properties>
<neo4j.version>5.19.0</neo4j.version>
<neo4j.version>5.20.0</neo4j.version>
<neo4j.java.version>17</neo4j.java.version>
<skinGroupId>org.neo4j.maven.skins</skinGroupId>
<skinArtifactId>default-skin</skinArtifactId>
Expand All @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-spatial</artifactId>
<groupId>org.neo4j</groupId>
<version>5.19.1-SNAPSHOT</version>
<version>5.20.0-SNAPSHOT</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 b98e778

Please sign in to comment.