We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536833c commit fa19226Copy full SHA for fa19226
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.neo4j</groupId>
7
<artifactId>neosemantics</artifactId>
8
- <version>5.1.0.0</version>
+ <version>4.4.0.3</version>
9
<packaging>jar</packaging>
10
<name>neosemantics (n10s)</name>
11
<description>n10s is a plugin that enables the use of RDF in Neo4j</description>
@@ -34,8 +34,8 @@
34
</developers>
35
36
<properties>
37
- <neo4j.version>5.1.0</neo4j.version>
38
- <sesame.version>4.2.0</sesame.version>
+ <neo4j.version>4.4.12</neo4j.version>
+ <sesame.version>4.0.5</sesame.version>
39
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40
</properties>
41
0 commit comments