Skip to content

Commit

Permalink
bumped neo4j version
Browse files Browse the repository at this point in the history
jbarrasa committed Feb 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f86bc8b commit e751fff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

<groupId>org.neo4j</groupId>
<artifactId>neosemantics</artifactId>
<version>5.1.0.0</version>
<version>5.2.0.0</version>
<packaging>jar</packaging>
<name>neosemantics (n10s)</name>
<description>n10s is a plugin that enables the use of RDF in Neo4j</description>
@@ -34,8 +34,8 @@
</developers>

<properties>
<neo4j.version>5.1.0</neo4j.version>
<sesame.version>4.2.0</sesame.version>
<neo4j.version>5.2.0</neo4j.version>
<sesame.version>4.2.2</sesame.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

0 comments on commit e751fff

Please sign in to comment.