This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +19
-15
lines changed
spring-auto-restdocs-core
spring-auto-restdocs-docs
spring-auto-restdocs-example
spring-auto-restdocs-json-doclet Expand file tree Collapse file tree 10 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,12 @@ from the Introducing Spring Auto REST Docs talk at Spring IO 2017 are also avail
2222
2323## Documentation
2424
25- [ Current 1.0.10 release] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.10 /docs/index.html ) reference guide.
25+ [ Current 1.0.11 release] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.11 /docs/index.html ) reference guide.
2626
27- Latest master [ 1.0.11 -SNAPSHOT] ( https://scacap.github.io/spring-auto-restdocs ) reference guide.
27+ Latest master [ 1.0.12 -SNAPSHOT] ( https://scacap.github.io/spring-auto-restdocs ) reference guide.
2828
2929Older releases:
30+ [ 1.0.10] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.10/docs/index.html ) ,
3031[ 1.0.9] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.9/docs/index.html ) ,
3132[ 1.0.8] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.8/docs/index.html ) ,
3233[ 1.0.7] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.7/docs/index.html ) ,
Original file line number Diff line number Diff line change 425425< h1 > Spring Auto REST Docs</ h1 >
426426< div class ="details ">
427427< span id ="author " class ="author "> Scalable Capital</ span > < br >
428+ < span id ="revnumber "> version 1.0.12-SNAPSHOT</ span >
428429</ div >
429430< div id ="toc " class ="toc2 ">
430431< div id ="toctitle "> Table of Contents</ div >
@@ -1840,7 +1841,8 @@ <h4 id="contributing-building-build"><a class="link" href="#contributing-buildin
18401841</ div >
18411842< div id ="footer ">
18421843< div id ="footer-text ">
1843- Last updated 2018-01-10 11:55:15 CET
1844+ Version 1.0.12-SNAPSHOT< br >
1845+ Last updated 2018-01-11 09:25:58 CET
18441846</ div >
18451847</ div >
18461848< link rel ="stylesheet " href ="highlight/styles/github.min.css ">
Original file line number Diff line number Diff line change 55
66 <groupId >capital.scalable</groupId >
77 <artifactId >spring-auto-restdocs-parent</artifactId >
8- <version >1.0.11 </version >
8+ <version >1.0.12-SNAPSHOT </version >
99 <packaging >pom</packaging >
1010
1111 <name >Spring Auto REST Docs Parent POM</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >capital.scalable</groupId >
99 <artifactId >spring-auto-restdocs-parent</artifactId >
10- <version >1.0.11 </version >
10+ <version >1.0.12-SNAPSHOT </version >
1111 <relativePath >..</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Scalable Capital
88:toclevels: 2
99:sectlinks:
1010:table-caption!:
11+ :revnumber: ${project.version}
1112
1213[[abstract]]
1314
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >capital.scalable</groupId >
88 <artifactId >spring-auto-restdocs-parent</artifactId >
9- <version >1.0.11 </version >
9+ <version >1.0.12-SNAPSHOT </version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: "org.springframework.boot"
1717apply plugin : " org.asciidoctor.convert"
1818
1919group = " capital.scalable"
20- version = " 1.0.11 "
20+ version = " 1.0.12-SNAPSHOT "
2121
2222description = """ Spring Auto REST Docs Example Project"""
2323
Original file line number Diff line number Diff line change @@ -1122,7 +1122,7 @@ <h4 id="_example_request"><a class="anchor" href="#_example_request"></a><a clas
11221122< div class ="content ">
11231123< pre class ="highlightjs highlight "> < code class ="language-bash " data-lang ="bash "> $ curl 'http://localhost:8080/items' -i -X POST \
11241124 -H 'Content-Type: application/json' \
1125- -H 'Authorization: Bearer 235dfe5d-9ed3-4c49-ab1d-07539b64a2ce ' \
1125+ -H 'Authorization: Bearer d9bc0f66-a8df-4027-b68c-0b2cbd097099 ' \
11261126 -d '{"description":"Hot News"}'</ code > </ pre >
11271127</ div >
11281128</ div >
@@ -1359,7 +1359,7 @@ <h4 id="_example_request_2"><a class="anchor" href="#_example_request_2"></a><a
13591359< div class ="content ">
13601360< pre class ="highlightjs highlight "> < code class ="language-bash " data-lang ="bash "> $ curl 'http://localhost:8080/items/1' -i -X PUT \
13611361 -H 'Content-Type: application/json' \
1362- -H 'Authorization: Bearer 235dfe5d-9ed3-4c49-ab1d-07539b64a2ce ' \
1362+ -H 'Authorization: Bearer d9bc0f66-a8df-4027-b68c-0b2cbd097099 ' \
13631363 -d '{"description":"Hot News"}'</ code > </ pre >
13641364</ div >
13651365</ div >
@@ -1465,7 +1465,7 @@ <h4 id="_example_request_3"><a class="anchor" href="#_example_request_3"></a><a
14651465< div class ="listingblock ">
14661466< div class ="content ">
14671467< pre class ="highlightjs highlight "> < code class ="language-bash " data-lang ="bash "> $ curl 'http://localhost:8080/items/1' -i -X DELETE \
1468- -H 'Authorization: Bearer 235dfe5d-9ed3-4c49-ab1d-07539b64a2ce '</ code > </ pre >
1468+ -H 'Authorization: Bearer d9bc0f66-a8df-4027-b68c-0b2cbd097099 '</ code > </ pre >
14691469</ div >
14701470</ div >
14711471</ div >
@@ -1961,8 +1961,8 @@ <h4 id="_example_response_5"><a class="anchor" href="#_example_response_5"></a><
19611961 "size" : 20,
19621962 "number" : 0,
19631963 "sort" : null,
1964- "first " : true ,
1965- "numberOfElements " : 1
1964+ "numberOfElements " : 1 ,
1965+ "first " : true
19661966}</ code > </ pre >
19671967</ div >
19681968</ div >
Original file line number Diff line number Diff line change 1313
1414 <groupId >capital.scalable</groupId >
1515 <artifactId >spring-auto-restdocs-example</artifactId >
16- <version >1.0.11 </version > <!-- not related to spring-auto-restdocs version -->
16+ <version >1.0.12-SNAPSHOT </version > <!-- not related to spring-auto-restdocs version -->
1717
1818 <name >Spring Auto REST Docs Example Project</name >
1919 <description >Example project for Spring Auto REST Docs</description >
3636 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3737 <start-class >capital.scalable.restdocs.example.Application</start-class >
3838 <spring-restdocs .version>1.2.3.RELEASE</spring-restdocs .version>
39- <spring-auto-restdocs .version>1.0.11 </spring-auto-restdocs .version>
39+ <spring-auto-restdocs .version>1.0.12-SNAPSHOT </spring-auto-restdocs .version>
4040 </properties >
4141
4242 <dependencies >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >capital.scalable</groupId >
77 <artifactId >spring-auto-restdocs-parent</artifactId >
8- <version >1.0.11 </version >
8+ <version >1.0.12-SNAPSHOT </version >
99 <relativePath >..</relativePath >
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments