File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
JCypher
3
3
4
- Copyright (c) 2014-2017 IoT-Solutions e.U.
4
+ Copyright (c) 2014-2018 IoT-Solutions e.U.
5
5
6
6
This product includes software developed at:
7
7
IoT-Solutions e.U.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ You may add JCypher as a Maven dependency:
47
47
<dependency >
48
48
<groupId >net.iot-solutions.graphdb</groupId >
49
49
<artifactId >jcypher</artifactId >
50
- <version >3.9 .0</version >
50
+ <version >4.0 .0</version >
51
51
</dependency >
52
52
```
53
53
## JCypher on Maven Central
@@ -57,7 +57,7 @@ You may add JCypher as a Maven dependency:
57
57
58
58
## License & Copyright
59
59
60
- Copyright (c) 2014-2017 IoT-Solutions e.U.
60
+ Copyright (c) 2014-2018 IoT-Solutions e.U.
61
61
62
62
License:
63
63
Apache License
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >net.iot-solutions.graphdb</groupId >
5
5
<artifactId >jcypher</artifactId >
6
- <version >4.0.0-SNAPSHOT </version >
6
+ <version >4.0.0</version >
7
7
8
8
<name >${project.groupId} :${project.artifactId} </name >
9
9
<description > Provides seamlessly integrated Java access to graph databases (Neo4J)
Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=======
3
3
4
+ ## 4.0.0
5
+ ** New**
6
+ - Support for Neo4J 3.4.1.
7
+
4
8
## 3.9.0
5
9
** New**
6
10
- Support for Neo4J 3.3.1.
You can’t perform that action at this time.
0 commit comments