File tree 6 files changed +9
-97
lines changed
6 files changed +9
-97
lines changed Original file line number Diff line number Diff line change 42
42
<!-- test utilities-->
43
43
<awaitility .version>4.2.0</awaitility .version>
44
44
<archunit .version>1.0.0</archunit .version>
45
+
46
+ <simple-module-name >jdbc</simple-module-name >
47
+ <java-module-name >spring.data.${simple-module-name} </java-module-name >
48
+ <github-repo >https://github.com/spring-projects/spring-data-relational</github-repo >
45
49
</properties >
46
50
47
51
<inceptionYear >2017</inceptionYear >
Original file line number Diff line number Diff line change 34
34
<r2dbc-spi .version>1.0.0.RELEASE</r2dbc-spi .version>
35
35
<reactive-streams .version>1.0.4</reactive-streams .version>
36
36
<netty >4.1.79.Final</netty >
37
+
38
+ <simple-module-name >r2dbc</simple-module-name >
39
+ <java-module-name >spring.data.${simple-module-name} </java-module-name >
37
40
</properties >
38
41
39
42
<inceptionYear >2018</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ toc::[]
22
22
23
23
include::preface.adoc[]
24
24
25
- include::new-features.adoc[leveloffset=+1]
25
+ include::{spring-data-commons-docs}/ new-features.adoc[leveloffset=+1]
26
26
27
27
include::{spring-data-commons-docs}/dependencies.adoc[leveloffset=+1]
28
28
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ NOTE: Copies of this document may be made for your own use and for distribution
15
15
include::preface.adoc[]
16
16
17
17
18
- include::new-features.adoc[leveloffset=+1]
18
+ include::{spring-data-commons-docs}/ new-features.adoc[leveloffset=+1]
19
19
include::{spring-data-commons-docs}/dependencies.adoc[leveloffset=+1]
20
20
include::{spring-data-commons-docs}/repositories.adoc[leveloffset=+1]
21
21
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments