diff --git a/ci/README.adoc b/ci/README.adoc index 396bbcf9..691582d4 100644 --- a/ci/README.adoc +++ b/ci/README.adoc @@ -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. diff --git a/gradle.properties b/gradle.properties index 369bc90b..de5af153 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/samples/junit5/build.gradle b/samples/junit5/build.gradle index d25c71bf..edce9ca1 100644 --- a/samples/junit5/build.gradle +++ b/samples/junit5/build.gradle @@ -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 diff --git a/samples/rest-assured/build.gradle b/samples/rest-assured/build.gradle index 0ab61172..a6db4f1d 100644 --- a/samples/rest-assured/build.gradle +++ b/samples/rest-assured/build.gradle @@ -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 diff --git a/samples/rest-notes-slate/build.gradle b/samples/rest-notes-slate/build.gradle index 5ad049a4..96953f3a 100644 --- a/samples/rest-notes-slate/build.gradle +++ b/samples/rest-notes-slate/build.gradle @@ -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' diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index 3ed3bf35..82453e87 100644 --- a/samples/rest-notes-spring-data-rest/pom.xml +++ b/samples/rest-notes-spring-data-rest/pom.xml @@ -18,7 +18,7 @@ UTF-8 1.8 - 2.0.6.BUILD-SNAPSHOT + 3.0.0-SNAPSHOT diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index 449997d2..1cb6e7fd 100644 --- a/samples/rest-notes-spring-hateoas/build.gradle +++ b/samples/rest-notes-spring-hateoas/build.gradle @@ -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 diff --git a/samples/testng/build.gradle b/samples/testng/build.gradle index f59974a0..1b981581 100644 --- a/samples/testng/build.gradle +++ b/samples/testng/build.gradle @@ -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 diff --git a/samples/web-test-client/build.gradle b/samples/web-test-client/build.gradle index 3580fe66..27cbc93b 100644 --- a/samples/web-test-client/build.gradle +++ b/samples/web-test-client/build.gradle @@ -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