Skip to content

Commit fa19226

Browse files
committed
fixed versions of neo4j and rdf4j
1 parent 536833c commit fa19226

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

3636
<properties>
37-
<neo4j.version>5.1.0</neo4j.version>
38-
<sesame.version>4.2.0</sesame.version>
37+
<neo4j.version>4.4.12</neo4j.version>
38+
<sesame.version>4.0.5</sesame.version>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
</properties>
4141

0 commit comments

Comments
 (0)