From c6e31f9a834d99cde94ac219f8297bb76201fc55 Mon Sep 17 00:00:00 2001 From: Florian Benz Date: Thu, 11 May 2017 16:53:57 +0200 Subject: [PATCH] Version 1.0.8-SNAPSHOT --- README.md | 2 ++ docs/index.html | 10 +++++----- pom.xml | 2 +- spring-auto-restdocs-core/pom.xml | 2 +- spring-auto-restdocs-docs/pom.xml | 4 ++-- spring-auto-restdocs-example/build.gradle | 2 +- spring-auto-restdocs-example/generated-docs/index.html | 8 ++++---- spring-auto-restdocs-example/pom.xml | 4 ++-- spring-auto-restdocs-json-doclet/pom.xml | 2 +- 9 files changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index cc6098b4..3db27f66 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Learn more in the [Introducing Spring Auto REST Docs](https://dzone.com/articles * [Latest / master](https://scacap.github.io/spring-auto-restdocs) +* [Version 1.0.7](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/25464f899d96cba889e48de309f0ee878588afe2/docs/index.html) + * [Version 1.0.6](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/b2a1bbb12f7a7ccf499bc81d6caebe8f7a449321/docs/index.html) * [Version 1.0.5](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/12ad534d101363edfd1d41b22507c602e004b489/docs/index.html) diff --git a/docs/index.html b/docs/index.html index 78476718..a032f60e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -576,7 +576,7 @@

Usage
<dependency>
     <groupId>capital.scalable</groupId>
     <artifactId>spring-auto-restdocs-core</artifactId>
-    <version>1.0.6</version>
+    <version>1.0.7</version>
     <scope>test</scope> (1)
 </dependency>
 
@@ -613,7 +613,7 @@ 

Usage <docletArtifact> <groupId>capital.scalable</groupId> <artifactId>spring-auto-restdocs-json-doclet</artifactId> - <version>1.0.6</version> + <version>1.0.7</version> </docletArtifact> <destDir>generated-javadoc-json</destDir> <reportOutputDirectory>${project.build.directory}</reportOutputDirectory> @@ -653,8 +653,8 @@

Usage } dependencies { - testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '1.0.6' (2) - jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '1.0.6' + testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '1.0.7' (2) + jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '1.0.7' } task jsonDoclet(type: Javadoc, dependsOn: compileJava) { @@ -1472,7 +1472,7 @@

diff --git a/pom.xml b/pom.xml index 28cecf83..770f9738 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ capital.scalable spring-auto-restdocs-parent - 1.0.7 + 1.0.8-SNAPSHOT pom Spring Auto REST Docs Parent POM diff --git a/spring-auto-restdocs-core/pom.xml b/spring-auto-restdocs-core/pom.xml index 06478acd..3a89188c 100644 --- a/spring-auto-restdocs-core/pom.xml +++ b/spring-auto-restdocs-core/pom.xml @@ -7,7 +7,7 @@ capital.scalable spring-auto-restdocs-parent - 1.0.7 + 1.0.8-SNAPSHOT .. diff --git a/spring-auto-restdocs-docs/pom.xml b/spring-auto-restdocs-docs/pom.xml index ef190ec4..2900bcab 100644 --- a/spring-auto-restdocs-docs/pom.xml +++ b/spring-auto-restdocs-docs/pom.xml @@ -6,7 +6,7 @@ capital.scalable spring-auto-restdocs-parent - 1.0.7 + 1.0.8-SNAPSHOT .. @@ -18,7 +18,7 @@ ${project.basedir}/../docs - 1.0.6 + 1.0.7 diff --git a/spring-auto-restdocs-example/build.gradle b/spring-auto-restdocs-example/build.gradle index 0d77498b..8d724627 100644 --- a/spring-auto-restdocs-example/build.gradle +++ b/spring-auto-restdocs-example/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'org.springframework.boot' apply plugin: 'org.asciidoctor.convert' group = 'capital.scalable' -version = '1.0.7' +version = '1.0.8-SNAPSHOT' description = """Spring Auto REST Docs Example Project""" diff --git a/spring-auto-restdocs-example/generated-docs/index.html b/spring-auto-restdocs-example/generated-docs/index.html index 3f5a3421..5ca29a7a 100644 --- a/spring-auto-restdocs-example/generated-docs/index.html +++ b/spring-auto-restdocs-example/generated-docs/index.html @@ -1037,7 +1037,7 @@

2.3.6. Example request

-
$ curl 'http://localhost:8080/items' -i -X POST -H 'Content-Type: application/json' -H 'Authorization: Bearer 7fcafe11-c475-483c-9b16-bad0cdfd66c6' -d '{"description":"Hot News"}'
+
$ curl 'http://localhost:8080/items' -i -X POST -H 'Content-Type: application/json' -H 'Authorization: Bearer cd8af72b-3d1a-459c-8185-72e36e37c985' -d '{"description":"Hot News"}'
@@ -1248,7 +1248,7 @@

2.4.6. Example request

-
$ curl 'http://localhost:8080/items/1' -i -X PUT -H 'Content-Type: application/json' -H 'Authorization: Bearer 7fcafe11-c475-483c-9b16-bad0cdfd66c6' -d '{"description":"Hot News"}'
+
$ curl 'http://localhost:8080/items/1' -i -X PUT -H 'Content-Type: application/json' -H 'Authorization: Bearer cd8af72b-3d1a-459c-8185-72e36e37c985' -d '{"description":"Hot News"}'
@@ -1343,7 +1343,7 @@

2.5.6. Example request

-
$ curl 'http://localhost:8080/items/1' -i -X DELETE -H 'Authorization: Bearer 7fcafe11-c475-483c-9b16-bad0cdfd66c6'
+
$ curl 'http://localhost:8080/items/1' -i -X DELETE -H 'Authorization: Bearer cd8af72b-3d1a-459c-8185-72e36e37c985'
@@ -1782,7 +1782,7 @@

< diff --git a/spring-auto-restdocs-example/pom.xml b/spring-auto-restdocs-example/pom.xml index bac4f73f..18a098cb 100644 --- a/spring-auto-restdocs-example/pom.xml +++ b/spring-auto-restdocs-example/pom.xml @@ -13,7 +13,7 @@ capital.scalable spring-auto-restdocs-example - 1.0.7 + 1.0.8-SNAPSHOT Spring Auto REST Docs Example Project Example project for Spring Auto REST Docs @@ -24,7 +24,7 @@ UTF-8 ${project.build.directory}/generated-snippets capital.scalable.restdocs.example.Application - 1.0.7 + 1.0.8-SNAPSHOT diff --git a/spring-auto-restdocs-json-doclet/pom.xml b/spring-auto-restdocs-json-doclet/pom.xml index 5bd0f1a1..36db8c30 100644 --- a/spring-auto-restdocs-json-doclet/pom.xml +++ b/spring-auto-restdocs-json-doclet/pom.xml @@ -5,7 +5,7 @@ capital.scalable spring-auto-restdocs-parent - 1.0.7 + 1.0.8-SNAPSHOT ..