Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit caa9239

Browse files
authored
1.0.12-S (#203)
* 1.0.12-S * version in docs * docs * revnumber
1 parent d91f6a7 commit caa9239

File tree

10 files changed

+19
-15
lines changed

10 files changed

+19
-15
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2929
Older 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),

docs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@
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">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

spring-auto-restdocs-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

spring-auto-restdocs-docs/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Scalable Capital
88
:toclevels: 2
99
:sectlinks:
1010
:table-caption!:
11+
:revnumber: ${project.version}
1112

1213
[[abstract]]
1314

spring-auto-restdocs-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

spring-auto-restdocs-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: "org.springframework.boot"
1717
apply plugin: "org.asciidoctor.convert"
1818

1919
group = "capital.scalable"
20-
version = "1.0.11"
20+
version = "1.0.12-SNAPSHOT"
2121

2222
description = """Spring Auto REST Docs Example Project"""
2323

spring-auto-restdocs-example/generated-docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

spring-auto-restdocs-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>
@@ -36,7 +36,7 @@
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>

spring-auto-restdocs-json-doclet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

0 commit comments

Comments
 (0)