Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/0.24-neo4j-3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaverner committed Aug 20, 2017
2 parents 68afa47 + e6e1a2c commit a88824c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ The Neo4j Spatial Plugin is available for inclusion in the server version of Neo
* [v0.19 for Neo4j 3.0.3](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.19-neo4j-3.0.3/neo4j-spatial-0.19-neo4j-3.0.3-server-plugin.jar?raw=true)
* Using GeoTools 14.4 (for GeoServer 2.8.4):
* [v0.23 for Neo4j 3.0.4](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.23-neo4j-3.0.4/neo4j-spatial-0.23-neo4j-3.0.4-server-plugin.jar?raw=true)
* [v0.24 for Neo4j 3.0.8](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.24-neo4j-3.0.8/neo4j-spatial-0.24-neo4j-3.0.8-server-plugin.jar?raw=true)
* [v0.24 for Neo4j 3.1.1](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.24-neo4j-3.1.1/neo4j-spatial-0.24-neo4j-3.1.1-server-plugin.jar?raw=true)
* [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)
* [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)

For versions up to 0.15-neo4j-2.3.4:

Expand Down Expand Up @@ -337,7 +337,7 @@ Add the following repositories and dependency to your project's pom.xml:
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-spatial</artifactId>
<version>0.24-neo4j-3.1.1</version>
<version>0.24.1-neo4j-3.1.1</version>
</dependency>
~~~

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>neo4j-spatial</artifactId>
<groupId>org.neo4j</groupId>
<version>0.24-neo4j-3.1.4</version>
<version>0.24.1-neo4j-3.1.4</version>
<name>Neo4j - Spatial Components</name>
<description>Spatial utilities and components for Neo4j</description>
<url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>
Expand Down
1 change: 0 additions & 1 deletion src/main/assembly/server-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<exclude>org.geotools:gt-process</exclude>
<exclude>org.geotools:gt-render</exclude>
<exclude>org.geotools:gt-coverage</exclude>
<exclude>org.geotools:gt-cql</exclude>
<exclude>javax.media:jai_imageio</exclude>
</excludes>
</dependencySet>
Expand Down

0 comments on commit a88824c

Please sign in to comment.