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 3030 snippetsDir = file(' build/generated-snippets' )
3131}
3232
33- ext[' spring-restdocs.version' ] = ' 1.2.6 .BUILD-SNAPSHOT'
33+ ext[' spring-restdocs.version' ] = ' 1.2.7 .BUILD-SNAPSHOT'
3434
3535dependencies {
3636 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 = " 1.2.6 .BUILD-SNAPSHOT"
25+ restDocsVersion = " 1.2.7 .BUILD-SNAPSHOT"
2626 snippetsDir = file(' src/docs/generated-snippets' )
2727}
2828
Original file line number Diff line number Diff line change 2626 snippetsDir = file(' build/generated-snippets' )
2727}
2828
29- ext[' spring-restdocs.version' ] = ' 1.2.6 .BUILD-SNAPSHOT'
29+ ext[' spring-restdocs.version' ] = ' 1.2.7 .BUILD-SNAPSHOT'
3030
3131dependencies {
3232 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.7</java .version>
21- <spring-restdocs .version>1.2.6 .BUILD-SNAPSHOT</spring-restdocs .version>
21+ <spring-restdocs .version>1.2.7 .BUILD-SNAPSHOT</spring-restdocs .version>
2222 </properties >
2323
2424 <dependencies >
Original file line number Diff line number Diff line change 3030 snippetsDir = file(' build/generated-snippets' )
3131}
3232
33- ext[' spring-restdocs.version' ] = ' 1.2.6 .BUILD-SNAPSHOT'
33+ ext[' spring-restdocs.version' ] = ' 1.2.7 .BUILD-SNAPSHOT'
3434
3535dependencies {
3636 asciidoctor " org.springframework.restdocs:spring-restdocs-asciidoctor:${ project.ext['spring-restdocs.version']} "
Original file line number Diff line number Diff line change 3030 snippetsDir = file(' build/generated-snippets' )
3131}
3232
33- ext[' spring-restdocs.version' ] = ' 1.2.6 .BUILD-SNAPSHOT'
33+ ext[' spring-restdocs.version' ] = ' 1.2.7 .BUILD-SNAPSHOT'
3434
3535dependencies {
3636 asciidoctor " org.springframework.restdocs:spring-restdocs-asciidoctor:${ project.ext['spring-restdocs.version']} "
You can’t perform that action at this time.
0 commit comments