Start work on 3.0

This commit is contained in:
Andy Wilkinson
2021-09-28 11:58:56 +01:00
parent 2bb8b57ac7
commit c182630092
9 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:
[source]
----
$ fly -t spring-restdocs set-pipeline -p spring-restdocs-2.0.x -c ci/pipeline.yml -l ci/parameters.yml
$ fly -t spring-restdocs set-pipeline -p spring-restdocs-3.0.x -c ci/pipeline.yml -l ci/parameters.yml
----
NOTE: This assumes that you have Vault integration configured with the appropriate secrets.

View File

@@ -1,4 +1,4 @@
version=2.0.6.BUILD-SNAPSHOT
version=3.0.0-SNAPSHOT
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
org.gradle.parallel=true

View File

@@ -23,7 +23,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
configurations {
asciidoctorExtensions

View File

@@ -23,7 +23,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
configurations {
asciidoctorExtensions

View File

@@ -22,7 +22,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
dependencies {
implementation '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.8</java.version>
<spring-restdocs.version>2.0.6.BUILD-SNAPSHOT</spring-restdocs.version>
<spring-restdocs.version>3.0.0-SNAPSHOT</spring-restdocs.version>
</properties>
<dependencies>

View File

@@ -23,7 +23,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
configurations {
asciidoctorExtensions

View File

@@ -23,7 +23,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
configurations {
asciidoctorExtensions

View File

@@ -21,7 +21,7 @@ ext {
snippetsDir = file('build/generated-snippets')
}
ext['spring-restdocs.version'] = '2.0.6.BUILD-SNAPSHOT'
ext['spring-restdocs.version'] = '3.0.0-SNAPSHOT'
configurations {
asciidoctorExtensions