File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3434 junitJupiterVersion = ' 5.0.0'
3535}
3636
37- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
37+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
3838
3939dependencies {
4040 asciidoctor " org.springframework.restdocs:spring-restdocs-asciidoctor:${ project.ext['spring-restdocs.version']} "
Original file line number Diff line number Diff line change 3131 snippetsDir = file(' build/generated-snippets' )
3232}
3333
34- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
34+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
3535
3636dependencies {
3737 compile ' org.springframework.boot:spring-boot-starter-web'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ apply plugin: "idea"
2222apply plugin : " org.grails.grails-web"
2323
2424ext {
25- restDocsVersion = " 2.0.3 .BUILD-SNAPSHOT"
25+ restDocsVersion = " 2.0.4 .BUILD-SNAPSHOT"
2626 snippetsDir = file(' src/docs/generated-snippets' )
2727}
2828
Original file line number Diff line number Diff line change 2727 snippetsDir = file(' build/generated-snippets' )
2828}
2929
30- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
30+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
3131
3232dependencies {
3333 compile ' org.springframework.boot:spring-boot-starter-data-jpa'
Original file line number Diff line number Diff line change 1818 <properties >
1919 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2020 <java .version>1.8</java .version>
21- <spring-restdocs .version>2.0.3 .BUILD-SNAPSHOT</spring-restdocs .version>
21+ <spring-restdocs .version>2.0.4 .BUILD-SNAPSHOT</spring-restdocs .version>
2222 </properties >
2323
2424 <dependencies >
Original file line number Diff line number Diff line change 3131 snippetsDir = file(' build/generated-snippets' )
3232}
3333
34- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
34+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
3535
3636dependencies {
3737 asciidoctor " org.springframework.restdocs:spring-restdocs-asciidoctor:${ project.ext['spring-restdocs.version']} "
Original file line number Diff line number Diff line change 3131 snippetsDir = file(' build/generated-snippets' )
3232}
3333
34- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
34+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
3535
3636dependencies {
3737 asciidoctor " org.springframework.restdocs:spring-restdocs-asciidoctor:${ project.ext['spring-restdocs.version']} "
Original file line number Diff line number Diff line change 2020 snippetsDir = file(' build/generated-snippets' )
2121}
2222
23- ext[' spring-restdocs.version' ] = ' 2.0.3 .BUILD-SNAPSHOT'
23+ ext[' spring-restdocs.version' ] = ' 2.0.4 .BUILD-SNAPSHOT'
2424
2525dependencies {
2626 compile ' io.projectreactor.ipc:reactor-netty:0.7.1.RELEASE'
You can’t perform that action at this time.
0 commit comments