Start work on 2.0

This commit is contained in:
Andy Wilkinson
2017-05-16 16:12:02 +01:00
parent 56a0495288
commit ce8a296df0
7 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
version=1.2.2.BUILD-SNAPSHOT
org.gradle.jvmargs=-XX:MaxPermSize=512M
version=2.0.0.BUILD-SNAPSHOT
org.gradle.daemon=false

View File

@@ -30,7 +30,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-web'

View File

@@ -21,7 +21,7 @@ apply plugin: "idea"
apply plugin: "org.grails.grails-web"
ext {
restDocsVersion = "1.2.2.BUILD-SNAPSHOT"
restDocsVersion = "2.0.0.BUILD-SNAPSHOT"
snippetsDir = file('src/docs/generated-snippets')
}

View File

@@ -26,7 +26,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-data-jpa'

View File

@@ -18,7 +18,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<spring-restdocs.version>1.2.2.BUILD-SNAPSHOT</spring-restdocs.version>
<spring-restdocs.version>2.0.0.BUILD-SNAPSHOT</spring-restdocs.version>
</properties>
<dependencies>

View File

@@ -30,7 +30,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'
dependencies {
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"

View File

@@ -30,7 +30,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '1.2.2.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '2.0.0.BUILD-SNAPSHOT'
dependencies {
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"