From cca5c0d2ee6a2fe1ecf0ba1153b8544cd1635b23 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 29 Mar 2018 14:22:55 +0100 Subject: [PATCH] Start building against Spring REST Docs 2.0.1 snapshots See gh-12681 --- .../templates/asciidoctor/response-fields.snippet | 10 ---------- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/org/springframework/restdocs/templates/asciidoctor/response-fields.snippet diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/org/springframework/restdocs/templates/asciidoctor/response-fields.snippet b/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/org/springframework/restdocs/templates/asciidoctor/response-fields.snippet deleted file mode 100644 index f1da0a00e1..0000000000 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/resources/org/springframework/restdocs/templates/asciidoctor/response-fields.snippet +++ /dev/null @@ -1,10 +0,0 @@ -|=== -|Path|Type|Description - -{{#fields}} -|{{#tableCellContent}}`+{{path}}+`{{/tableCellContent}} -|{{#tableCellContent}}`{{type}}`{{/tableCellContent}} -|{{#tableCellContent}}{{description}}{{/tableCellContent}} - -{{/fields}} -|=== diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 2773c9e23a..4cb0d36b53 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -159,7 +159,7 @@ 2.1.4.RELEASE 2.3.2.RELEASE 1.2.0.RELEASE - 2.0.0.RELEASE + 2.0.1.BUILD-SNAPSHOT 1.2.2.RELEASE 5.0.3.RELEASE Apple-SR1