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.5 .BUILD-SNAPSHOT'
33+ ext[' spring-restdocs.version' ] = ' 1.2.6 .BUILD-SNAPSHOT'
3434
3535dependencies {
3636 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"
2121apply plugin : " org.grails.grails-web"
2222
2323ext {
24- restDocsVersion = " 1.2.5 .BUILD-SNAPSHOT"
24+ restDocsVersion = " 1.2.6 .BUILD-SNAPSHOT"
2525 snippetsDir = file(' src/docs/generated-snippets' )
2626}
2727
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.5 .BUILD-SNAPSHOT'
29+ ext[' spring-restdocs.version' ] = ' 1.2.6 .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.5 .BUILD-SNAPSHOT</spring-restdocs .version>
21+ <spring-restdocs .version>1.2.6 .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.5 .BUILD-SNAPSHOT'
33+ ext[' spring-restdocs.version' ] = ' 1.2.6 .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.5 .BUILD-SNAPSHOT'
33+ ext[' spring-restdocs.version' ] = ' 1.2.6 .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