Skip to content

Commit b32e0e6

Browse files
prepared for release 4.0.0
1 parent 48c0cfa commit b32e0e6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
JCypher
33

4-
Copyright (c) 2014-2017 IoT-Solutions e.U.
4+
Copyright (c) 2014-2018 IoT-Solutions e.U.
55

66
This product includes software developed at:
77
IoT-Solutions e.U.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You may add JCypher as a Maven dependency:
4747
<dependency>
4848
<groupId>net.iot-solutions.graphdb</groupId>
4949
<artifactId>jcypher</artifactId>
50-
<version>3.9.0</version>
50+
<version>4.0.0</version>
5151
</dependency>
5252
```
5353
## JCypher on Maven Central
@@ -57,7 +57,7 @@ You may add JCypher as a Maven dependency:
5757

5858
## License & Copyright
5959

60-
Copyright (c) 2014-2017 IoT-Solutions e.U.
60+
Copyright (c) 2014-2018 IoT-Solutions e.U.
6161

6262
License:
6363
Apache License

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.iot-solutions.graphdb</groupId>
55
<artifactId>jcypher</artifactId>
6-
<version>4.0.0-SNAPSHOT</version>
6+
<version>4.0.0</version>
77

88
<name>${project.groupId}:${project.artifactId}</name>
99
<description> Provides seamlessly integrated Java access to graph databases (Neo4J)

release_notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
=======
33

4+
## 4.0.0
5+
**New**
6+
- Support for Neo4J 3.4.1.
7+
48
## 3.9.0
59
**New**
610
- Support for Neo4J 3.3.1.

0 commit comments

Comments
 (0)