Skip to content

Commit 16135ab

Browse files
Jay Bryantschauder
authored andcommitted
DATAJPA-1798 - Editing pass.
Edited new content (and some old content that may have been missed). Original pull request: #431.
1 parent 034aec4 commit 16135ab

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

src/main/asciidoc/index.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1
66
:spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc
77
:spring-framework-docs: https://docs.spring.io/spring-framework/docs/{springVersion}/spring-framework-reference/
88

9-
(C) 2008-2019 The original authors.
9+
(C) 2008-2020 The original authors.
1010

1111
NOTE: Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
1212

@@ -15,7 +15,9 @@ toc::[]
1515
include::preface.adoc[]
1616

1717
include::new-features.adoc[leveloffset=+1]
18+
1819
include::{spring-data-commons-docs}/dependencies.adoc[leveloffset=+1]
20+
1921
include::{spring-data-commons-docs}/repositories.adoc[leveloffset=+1]
2022

2123
[[reference]]
@@ -28,8 +30,13 @@ include::jpa.adoc[leveloffset=+1]
2830

2931
:numbered!:
3032
include::{spring-data-commons-docs}/repository-namespace-reference.adoc[leveloffset=+1]
33+
3134
include::{spring-data-commons-docs}/repository-populator-namespace-reference.adoc[leveloffset=+1]
35+
3236
include::{spring-data-commons-docs}/repository-query-keywords-reference.adoc[leveloffset=+1]
37+
3338
include::{spring-data-commons-docs}/repository-query-return-types-reference.adoc[leveloffset=+1]
39+
3440
include::faq.adoc[leveloffset=+1]
41+
3542
include::glossary.adoc[leveloffset=+1]

src/main/asciidoc/preface.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Spring Data JPA provides repository support for the Java Persistence API (JPA).
66
[[project]]
77
== Project Metadata
88

9-
* Version control - https://github.com/spring-projects/spring-data-jpa
10-
* Bugtracker - https://jira.spring.io/browse/DATAJPA
11-
* Release repository - https://repo.spring.io/libs-release
12-
* Milestone repository - https://repo.spring.io/libs-milestone
13-
* Snapshot repository - https://repo.spring.io/libs-snapshot
9+
* Version control: https://github.com/spring-projects/spring-data-jpa
10+
* Bugtracker: https://jira.spring.io/browse/DATAJPA
11+
* Release repository: https://repo.spring.io/libs-release
12+
* Milestone repository: https://repo.spring.io/libs-milestone
13+
* Snapshot repository: https://repo.spring.io/libs-snapshot

0 commit comments

Comments
 (0)