Start work on 1.2.0
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
version=1.1.2.BUILD-SNAPSHOT
|
version=1.2.0.BUILD-SNAPSHOT
|
||||||
org.gradle.jvmargs=-XX:MaxPermSize=512M
|
org.gradle.jvmargs=-XX:MaxPermSize=512M
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ ext {
|
|||||||
snippetsDir = file('build/generated-snippets')
|
snippetsDir = file('build/generated-snippets')
|
||||||
}
|
}
|
||||||
|
|
||||||
ext['spring-restdocs.version'] = '1.1.2.BUILD-SNAPSHOT'
|
ext['spring-restdocs.version'] = '1.2.0.BUILD-SNAPSHOT'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.springframework.boot:spring-boot-starter-web'
|
compile 'org.springframework.boot:spring-boot-starter-web'
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ apply plugin: "org.grails.grails-web"
|
|||||||
ext {
|
ext {
|
||||||
grailsVersion = project.grailsVersion
|
grailsVersion = project.grailsVersion
|
||||||
gradleWrapperVersion = project.gradleWrapperVersion
|
gradleWrapperVersion = project.gradleWrapperVersion
|
||||||
restDocsVersion = "1.1.2.BUILD-SNAPSHOT"
|
restDocsVersion = "1.2.0.BUILD-SNAPSHOT"
|
||||||
snippetsDir = file('src/docs/generated-snippets')
|
snippetsDir = file('src/docs/generated-snippets')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ ext {
|
|||||||
snippetsDir = file('build/generated-snippets')
|
snippetsDir = file('build/generated-snippets')
|
||||||
}
|
}
|
||||||
|
|
||||||
ext['spring-restdocs.version'] = '1.1.2.BUILD-SNAPSHOT'
|
ext['spring-restdocs.version'] = '1.2.0.BUILD-SNAPSHOT'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
|
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<java.version>1.7</java.version>
|
<java.version>1.7</java.version>
|
||||||
<spring-restdocs.version>1.1.2.BUILD-SNAPSHOT</spring-restdocs.version>
|
<spring-restdocs.version>1.2.0.BUILD-SNAPSHOT</spring-restdocs.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ ext {
|
|||||||
snippetsDir = file('build/generated-snippets')
|
snippetsDir = file('build/generated-snippets')
|
||||||
}
|
}
|
||||||
|
|
||||||
ext['spring-restdocs.version'] = '1.1.2.BUILD-SNAPSHOT'
|
ext['spring-restdocs.version'] = '1.2.0.BUILD-SNAPSHOT'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
|
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ targetCompatibility = 1.7
|
|||||||
ext {
|
ext {
|
||||||
snippetsDir = file('build/generated-snippets')
|
snippetsDir = file('build/generated-snippets')
|
||||||
}
|
}
|
||||||
ext['spring-restdocs.version'] = '1.1.2.BUILD-SNAPSHOT'
|
ext['spring-restdocs.version'] = '1.2.0.BUILD-SNAPSHOT'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.springframework.boot:spring-boot-starter-web'
|
compile 'org.springframework.boot:spring-boot-starter-web'
|
||||||
|
|||||||
Reference in New Issue
Block a user