File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
rest-notes-spring-data-rest
rest-notes-spring-hateoas Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- version =1.1.0.BUILD-SNAPSHOT
1
+ version =1.1.0.RELEASE
2
2
org.gradle.jvmargs =-XX:MaxPermSize =512M
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.1.0.BUILD-SNAPSHOT '
33
+ ext[' spring-restdocs.version' ] = ' 1.1.0.RELEASE '
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 @@ -31,7 +31,7 @@ apply plugin: "org.grails.grails-web"
31
31
ext {
32
32
grailsVersion = project. grailsVersion
33
33
gradleWrapperVersion = project. gradleWrapperVersion
34
- restDocsVersion = " 1.1.0.BUILD-SNAPSHOT "
34
+ restDocsVersion = " 1.1.0.RELEASE "
35
35
snippetsDir = file(' src/docs/generated-snippets' )
36
36
}
37
37
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.1.0.BUILD-SNAPSHOT '
29
+ ext[' spring-restdocs.version' ] = ' 1.1.0.RELEASE '
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.1.0.BUILD-SNAPSHOT </spring-restdocs .version>
21
+ <spring-restdocs .version>1.1.0.RELEASE </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.1.0.BUILD-SNAPSHOT '
33
+ ext[' spring-restdocs.version' ] = ' 1.1.0.RELEASE '
34
34
35
35
dependencies {
36
36
compile ' 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
29
29
ext {
30
30
snippetsDir = file(' build/generated-snippets' )
31
31
}
32
- ext[' spring-restdocs.version' ] = ' 1.1.0.BUILD-SNAPSHOT '
32
+ ext[' spring-restdocs.version' ] = ' 1.1.0.RELEASE '
33
33
34
34
dependencies {
35
35
compile ' org.springframework.boot:spring-boot-starter-web'
You can’t perform that action at this time.
0 commit comments