Skip to content

Commit cece5e7

Browse files
committed
Merge remote-tracking branch 'origin/0.25-neo4j-3.1' into 0.25-neo4j-3.2
2 parents 0b410c3 + 03ec675 commit cece5e7

File tree

239 files changed

+2908
-2814
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+2908
-2814
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ target
2222
/bin
2323
LineString.*
2424
results.*
25-
25+
docs/*

LICENSE.txt

Lines changed: 695 additions & 682 deletions
Large diffs are not rendered by default.

NOTICE.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
Neo4j
2-
Copyright © 2002-2011 Network Engine for Objects in Lund AB (referred to
3-
in this notice as Neo Technology)
2+
Copyright © 2002-2017 Network Engine for Objects in Lund AB (referred to
3+
in this notice as "Neo Technology")
44
[http://neotechnology.com]
55

66
This product includes software ("Software") developed by Neo Technology.
77

88
The copyright in the bundled Neo4j graph database (including the
99
Software) is owned by Neo Technology. The Software developed and owned
10-
by Neo Technology is licensed under the GNU AFFERO GENERAL PUBLIC
11-
LICENSE Version 3 (http://www.fsf.org/licensing/licenses/agpl-3.0.html)
12-
("AGPL") to all third parties and that license, as required by the AGPL,
13-
is included in the LICENSE.txt file.
10+
by Neo Technology is licensed under the GNU GENERAL PUBLIC LICENSE
11+
Version 3 (http://www.fsf.org/licensing/licenses/gpl-3.0.html) ("GPL")
12+
to all third parties and that license, as required by the GPL, is
13+
included in the LICENSE.txt file.
1414

1515
However, if you have executed an End User Software License and Services
1616
Agreement or an OEM Software License and Support Services Agreement, or
1717
another commercial license agreement with Neo Technology or one of its
1818
affiliates (each, a "Commercial Agreement"), the terms of the license in
19-
such Commercial Agreement will supersede the AGPL and you may use the
19+
such Commercial Agreement will supersede the GPL and you may use the
2020
software solely pursuant to the terms of the relevant Commercial
2121
Agreement.
2222

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ The Neo4j Spatial Plugin is available for inclusion in the server version of Neo
223223
* [v0.24.1 for Neo4j 3.0.8](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.24.1-neo4j-3.0.8/neo4j-spatial-0.24.1-neo4j-3.0.8-server-plugin.jar?raw=true)
224224
* [v0.24.1 for Neo4j 3.1.1](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.24.1-neo4j-3.1.1/neo4j-spatial-0.24.1-neo4j-3.1.1-server-plugin.jar?raw=true)
225225
* [v0.24.1 for Neo4j 3.2.5](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.24.1-neo4j-3.2.5/neo4j-spatial-0.24.1-neo4j-3.2.5-server-plugin.jar?raw=true)
226+
* [v0.25 for Neo4j 3.0.8](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.25-neo4j-3.0.8/neo4j-spatial-0.25-neo4j-3.0.8-server-plugin.jar?raw=true)
227+
* [v0.25 for Neo4j 3.1.4](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.25-neo4j-3.1.4/neo4j-spatial-0.25-neo4j-3.1.4-server-plugin.jar?raw=true)
228+
* [v0.25 for Neo4j 3.2.5](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.25-neo4j-3.2.5/neo4j-spatial-0.25-neo4j-3.2.5-server-plugin.jar?raw=true)
226229

227230
For versions up to 0.15-neo4j-2.3.4:
228231

@@ -338,7 +341,7 @@ Add the following repositories and dependency to your project's pom.xml:
338341
<dependency>
339342
<groupId>org.neo4j</groupId>
340343
<artifactId>neo4j-spatial</artifactId>
341-
<version>0.24.1-neo4j-3.2.5</version>
344+
<version>0.25-neo4j-3.2.5</version>
342345
</dependency>
343346
~~~
344347

docs/.asciidoctor/diagram/Final-Graph-add-a-WKT-geometry-to-a-layer.svg.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/.asciidoctor/diagram/Final-Graph-find-layer.svg.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/.asciidoctor/diagram/Final-Graph-update-a-WKT-geometry-in-a-layer.svg.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/images/Final-Graph-add-a-WKT-geometry-to-a-layer.svg

Lines changed: 0 additions & 74 deletions
This file was deleted.

docs/images/Final-Graph-add-a-WKT-geometry-to-a-layer.svg.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/images/Final-Graph-create-a-WKT-layer.svg

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)