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 3030snippetsDir = file(' build/generated-snippets' )
3131}
3232
33- ext[' spring-restdocs.version' ] = ' 1.1.0 .BUILD-SNAPSHOT'
33+ ext[' spring-restdocs.version' ] = ' 1.1.1 .BUILD-SNAPSHOT'
3434
3535dependencies {
3636compile ' org.springframework.boot:spring-boot-starter-web'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ apply plugin: "org.grails.grails-web"
3131ext {
3232grailsVersion = project. grailsVersion
3333gradleWrapperVersion = project. gradleWrapperVersion
34- restDocsVersion = " 1.1.0 .BUILD-SNAPSHOT"
34+ restDocsVersion = " 1.1.1 .BUILD-SNAPSHOT"
3535snippetsDir = file(' src/docs/generated-snippets' )
3636}
3737
Original file line number Diff line number Diff line change 2626snippetsDir = file(' build/generated-snippets' )
2727}
2828
29- ext[' spring-restdocs.version' ] = ' 1.1.0 .BUILD-SNAPSHOT'
29+ ext[' spring-restdocs.version' ] = ' 1.1.1 .BUILD-SNAPSHOT'
3030
3131dependencies {
3232compile ' 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.1.0 .BUILD-SNAPSHOT</spring-restdocs .version>
21+ <spring-restdocs .version>1.1.1 .BUILD-SNAPSHOT</spring-restdocs .version>
2222</properties >
2323
2424<dependencies >
Original file line number Diff line number Diff line change 3030snippetsDir = file(' build/generated-snippets' )
3131}
3232
33- ext[' spring-restdocs.version' ] = ' 1.1.0 .BUILD-SNAPSHOT'
33+ ext[' spring-restdocs.version' ] = ' 1.1.1 .BUILD-SNAPSHOT'
3434
3535dependencies {
3636compile ' org.springframework.boot:spring-boot-starter-data-jpa'
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ targetCompatibility = 1.7
2929ext {
3030snippetsDir = file(' build/generated-snippets' )
3131}
32- ext[' spring-restdocs.version' ] = ' 1.1.0 .BUILD-SNAPSHOT'
32+ ext[' spring-restdocs.version' ] = ' 1.1.1 .BUILD-SNAPSHOT'
3333
3434dependencies {
3535compile ' org.springframework.boot:spring-boot-starter-web'
You can’t perform that action at this time.
0 commit comments