From 6af07a2b42bc05d7338cae165b3f8bfae4f0d5ba Mon Sep 17 00:00:00 2001 From: Juraj Misur Date: Wed, 10 Jan 2018 11:54:03 +0100 Subject: [PATCH 1/2] v1.0.11 --- 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/pom.xml | 4 ++-- spring-auto-restdocs-json-doclet/pom.xml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 5caa2397..64e789ce 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ capital.scalable spring-auto-restdocs-parent - 1.0.11-SNAPSHOT + 1.0.11 pom Spring Auto REST Docs Parent POM diff --git a/spring-auto-restdocs-core/pom.xml b/spring-auto-restdocs-core/pom.xml index 77621503..b6404fd5 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.11-SNAPSHOT + 1.0.11 .. diff --git a/spring-auto-restdocs-docs/pom.xml b/spring-auto-restdocs-docs/pom.xml index 3f888770..9fcffa4d 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.11-SNAPSHOT + 1.0.11 .. @@ -18,7 +18,7 @@ ${project.basedir}/../docs - 1.0.10 + 1.0.11 diff --git a/spring-auto-restdocs-example/build.gradle b/spring-auto-restdocs-example/build.gradle index 2736ca45..f750f02b 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.11-SNAPSHOT" +version = "1.0.11" description = """Spring Auto REST Docs Example Project""" diff --git a/spring-auto-restdocs-example/pom.xml b/spring-auto-restdocs-example/pom.xml index d390480a..7363450b 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.11-SNAPSHOT + 1.0.11 Spring Auto REST Docs Example Project Example project for Spring Auto REST Docs @@ -36,7 +36,7 @@ UTF-8 capital.scalable.restdocs.example.Application 1.2.3.RELEASE - 1.0.11-SNAPSHOT + 1.0.11 diff --git a/spring-auto-restdocs-json-doclet/pom.xml b/spring-auto-restdocs-json-doclet/pom.xml index acb728ce..e2e56291 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.11-SNAPSHOT + 1.0.11 .. From 608caac3fd190ce60b1d08cd426fb07692f77f53 Mon Sep 17 00:00:00 2001 From: Juraj Misur Date: Wed, 10 Jan 2018 11:55:58 +0100 Subject: [PATCH 2/2] docs --- docs/index.html | 10 +++++----- .../generated-docs/index.html | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/index.html b/docs/index.html index 6e93b1de..1e6660e7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -594,7 +594,7 @@

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

Usage <docletArtifact> <groupId>capital.scalable</groupId> <artifactId>spring-auto-restdocs-json-doclet</artifactId> - <version>1.0.10</version> + <version>1.0.11</version> </docletArtifact> <destDir>generated-javadoc-json</destDir> (3) <reportOutputDirectory>${project.build.directory}</reportOutputDirectory> (3) @@ -676,8 +676,8 @@

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

diff --git a/spring-auto-restdocs-example/generated-docs/index.html b/spring-auto-restdocs-example/generated-docs/index.html index d6b3c1e9..d6d8096e 100644 --- a/spring-auto-restdocs-example/generated-docs/index.html +++ b/spring-auto-restdocs-example/generated-docs/index.html @@ -1122,7 +1122,7 @@

$ curl 'http://localhost:8080/items' -i -X POST \
     -H 'Content-Type: application/json' \
-    -H 'Authorization: Bearer d6876398-3ace-4051-bf6f-4d21049d3f6d' \
+    -H 'Authorization: Bearer 235dfe5d-9ed3-4c49-ab1d-07539b64a2ce' \
     -d '{"description":"Hot News"}'
@@ -1359,7 +1359,7 @@

$ curl 'http://localhost:8080/items/1' -i -X PUT \
     -H 'Content-Type: application/json' \
-    -H 'Authorization: Bearer d6876398-3ace-4051-bf6f-4d21049d3f6d' \
+    -H 'Authorization: Bearer 235dfe5d-9ed3-4c49-ab1d-07539b64a2ce' \
     -d '{"description":"Hot News"}'
@@ -1465,7 +1465,7 @@

$ curl 'http://localhost:8080/items/1' -i -X DELETE \
-    -H 'Authorization: Bearer d6876398-3ace-4051-bf6f-4d21049d3f6d'
+ -H 'Authorization: Bearer 235dfe5d-9ed3-4c49-ab1d-07539b64a2ce'

@@ -1956,13 +1956,13 @@

< }, "total" : 1, "totalPages" : 1, - "totalElements" : 1, "last" : true, + "totalElements" : 1, "size" : 20, "number" : 0, "sort" : null, - "numberOfElements" : 1, - "first" : true + "first" : true, + "numberOfElements" : 1 } @@ -2537,7 +2537,7 @@