File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
snippetsDir = file(' build/generated-snippets' )
31
31
}
32
32
33
- ext[' spring-restdocs.version' ] = ' 1.2.2 .BUILD-SNAPSHOT'
33
+ ext[' spring-restdocs.version' ] = ' 1.2.3 .BUILD-SNAPSHOT'
34
34
35
35
dependencies {
36
36
compile ' org.springframework.boot:spring-boot-starter-web'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply plugin: "idea"
21
21
apply plugin : " org.grails.grails-web"
22
22
23
23
ext {
24
- restDocsVersion = " 1.2.2 .BUILD-SNAPSHOT"
24
+ restDocsVersion = " 1.2.3 .BUILD-SNAPSHOT"
25
25
snippetsDir = file(' src/docs/generated-snippets' )
26
26
}
27
27
Original file line number Diff line number Diff line change 26
26
snippetsDir = file(' build/generated-snippets' )
27
27
}
28
28
29
- ext[' spring-restdocs.version' ] = ' 1.2.2 .BUILD-SNAPSHOT'
29
+ ext[' spring-restdocs.version' ] = ' 1.2.3 .BUILD-SNAPSHOT'
30
30
31
31
dependencies {
32
32
compile ' org.springframework.boot:spring-boot-starter-data-jpa'
Original file line number Diff line number Diff line change 18
18
<properties >
19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
20
<java .version>1.7</java .version>
21
- <spring-restdocs .version>1.2.2 .BUILD-SNAPSHOT</spring-restdocs .version>
21
+ <spring-restdocs .version>1.2.3 .BUILD-SNAPSHOT</spring-restdocs .version>
22
22
</properties >
23
23
24
24
<dependencies >
Original file line number Diff line number Diff line change 30
30
snippetsDir = file(' build/generated-snippets' )
31
31
}
32
32
33
- ext[' spring-restdocs.version' ] = ' 1.2.2 .BUILD-SNAPSHOT'
33
+ ext[' spring-restdocs.version' ] = ' 1.2.3 .BUILD-SNAPSHOT'
34
34
35
35
dependencies {
36
36
asciidoctor " org.springframework.restdocs:spring-restdocs-asciidoctor:${ project.ext['spring-restdocs.version']} "
Original file line number Diff line number Diff line change 30
30
snippetsDir = file(' build/generated-snippets' )
31
31
}
32
32
33
- ext[' spring-restdocs.version' ] = ' 1.2.2 .BUILD-SNAPSHOT'
33
+ ext[' spring-restdocs.version' ] = ' 1.2.3 .BUILD-SNAPSHOT'
34
34
35
35
dependencies {
36
36
asciidoctor " org.springframework.restdocs:spring-restdocs-asciidoctor:${ project.ext['spring-restdocs.version']} "
You can’t perform that action at this time.
0 commit comments