Start work on 3.0
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user