diff --git a/pom.xml b/pom.xml index 85b19049a..304a0aaf8 100644 --- a/pom.xml +++ b/pom.xml @@ -233,6 +233,16 @@ + + org.asciidoctor + asciidoctor-maven-plugin + + book + + ${neo4j.ogm.version} + + + diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index f0dc3af87..778dc7145 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -4,7 +4,7 @@ Michael Hunger; Oliver Gierke; Vince Bickers; Adam George; Luanne Misquitta; Mic :revdate: {localdate} :spring-data-commons-docs: ../../../../../spring-data-commons/src/main/asciidoc -(C) 2010-2019 Graph Aware Ltd - Neo Technology, Inc. - Pivotal Software, Inc. +(C) 2010-2020 Graph Aware Ltd - Neo Technology, Inc. - Pivotal Software, Inc. image::springdatagraph.png[Spring + Neo4j,align="left"] @@ -43,18 +43,18 @@ This chapter is taken from the https://neo4j.com/docs/ogm-manual/current[Officia -- :leveloffset: +1 -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/introduction.adoc[] -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/getting-started.adoc[] -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/configuration.adoc[] -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/annotations.adoc[] -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/indexing.adoc[] -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/connecting.adoc[] -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/session.adoc[] -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/conversion.adoc[] -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/filters.adoc[] -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/events.adoc[] -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/testing.adoc[] -include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v3.1.2/neo4j-ogm-docs/src/main/asciidoc/reference/ha.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/introduction.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/getting-started.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/configuration.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/annotations.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/indexing.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/connecting.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/session.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/conversion.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/filters.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/events.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/testing.adoc[] +include::https://raw.githubusercontent.com/neo4j/neo4j-ogm/v{neo4jOgmVersion}/neo4j-ogm-docs/src/main/asciidoc/reference/ha.adoc[] :leveloffset: -1 diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 90515b1af..e043d5d6a 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -71,10 +71,10 @@ Here is a list of useful resources: Spring Data Neo4j 5.1.x at minimum, requires: * JDK Version 8 and above. -* Neo4j Graph Database 3.1 and above. +* Neo4j Graph Database 3.4 and above. * Spring Framework {springVersion} and above. -If you plan on altering the version of the Neo4j-OGM make sure it is a 3.0.0+ release. +If you plan on altering the version of the Neo4j-OGM make sure it is a 3.1.0+ release, fitting into the https://github.com/neo4j/neo4j-ogm/wiki/Versions[matrix of compatible versions]. [[preface.additional-resources]] == Additional Resources