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

Commit 0c3a15a

Browse files
authored
1.0.15-SNAPSHOT (#271)
The changes to the README are not required but makes it more consistent.
1 parent 54ed8fd commit 0c3a15a

File tree

7 files changed

+22
-19
lines changed

7 files changed

+22
-19
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,33 @@ from the Introducing Spring Auto REST Docs talk at Spring IO 2017 are also avail
2222

2323
## Documentation
2424

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.
25+
[Current 1.0.14 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.14/docs/index.html) reference guide.
2626

27-
Latest master [1.0.12-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide.
27+
Latest master [1.0.15-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide.
2828

2929
Older releases:
30+
[1.0.13](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.13/docs/index.html),
31+
[1.0.12](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.12/docs/index.html),
32+
[1.0.11](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.11/docs/index.html),
3033
[1.0.10](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.10/docs/index.html),
3134
[1.0.9](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.9/docs/index.html),
3235
[1.0.8](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.8/docs/index.html),
33-
[1.0.7](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.7/docs/index.html),
34-
[1.0.6](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.6/docs/index.html),
35-
[1.0.5](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.5/docs/index.html),
36+
[1.0.7](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.7/docs/index.html),
37+
[1.0.6](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.6/docs/index.html),
38+
[1.0.5](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.5/docs/index.html),
3639
[1.0.4](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.4/docs/index.html).
3740

3841
## Main features
3942

40-
* Automatic documentation of
41-
[request](https://scacap.github.io/spring-auto-restdocs/#snippets-request-fields) and
42-
[response](https://scacap.github.io/spring-auto-restdocs/#snippets-response-fields) fields,
43-
[path](https://scacap.github.io/spring-auto-restdocs/#snippets-path-parameters),
44-
[query parameters](https://scacap.github.io/spring-auto-restdocs/#snippets-request-parameters) and
45-
[request headers](https://scacap.github.io/spring-auto-restdocs/#snippets-request-headers)
43+
* Automatic documentation of
44+
[request](https://scacap.github.io/spring-auto-restdocs/#snippets-request-fields) and
45+
[response](https://scacap.github.io/spring-auto-restdocs/#snippets-response-fields) fields,
46+
[path](https://scacap.github.io/spring-auto-restdocs/#snippets-path-parameters),
47+
[query parameters](https://scacap.github.io/spring-auto-restdocs/#snippets-request-parameters) and
48+
[request headers](https://scacap.github.io/spring-auto-restdocs/#snippets-request-headers)
4649
using Jackson and Javadoc
47-
* Automatic documentation of field and parameter
48-
[optionality](https://scacap.github.io/spring-auto-restdocs/#constraints-optionality) and
50+
* Automatic documentation of field and parameter
51+
[optionality](https://scacap.github.io/spring-auto-restdocs/#constraints-optionality) and
4952
[constraints](https://scacap.github.io/spring-auto-restdocs/#constraints) using JSR 303 annotations
5053
* Automatic documentation of [entire endpoint](https://scacap.github.io/spring-auto-restdocs/#snippets-section) with [customizations](https://scacap.github.io/spring-auto-restdocs/#snippets-section-customization)
5154
* A helper to document [authentication](https://scacap.github.io/spring-auto-restdocs/#snippets-authorization)

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.14</version>
8+
<version>1.0.15-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.14</version>
10+
<version>1.0.15-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

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.14</version>
9+
<version>1.0.15-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
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
springBootVersion = "1.5.17.RELEASE"
4-
springAutoRestDocsVersion = "1.0.14"
4+
springAutoRestDocsVersion = "1.0.15-SNAPSHOT"
55
springRestDocsVersion = "1.2.5.RELEASE"
66
}
77
repositories {

spring-auto-restdocs-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.5.RELEASE</spring-restdocs.version>
39-
<spring-auto-restdocs.version>1.0.14</spring-auto-restdocs.version>
39+
<spring-auto-restdocs.version>1.0.15-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.14</version>
8+
<version>1.0.15-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)