This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +23
-9
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 8 files changed +23
-9
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ target/
1717* ~
1818
1919# Gradle
20- .gradle /
21- build /
20+ * / build
21+ spring-auto-restdocs-example / .gradle
Original file line number Diff line number Diff line change @@ -22,7 +22,21 @@ from the Introducing Spring Auto REST Docs talk at Spring IO 2017 are also avail
2222
2323## Documentation
2424
25- [ Current 1.0.15 release] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.15/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.
26+
27+ Latest master [ 1.0.15] ( https://scacap.github.io/spring-auto-restdocs ) reference guide.
28+
29+ 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 ) ,
33+ [ 1.0.10] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.10/docs/index.html ) ,
34+ [ 1.0.9] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.9/docs/index.html ) ,
35+ [ 1.0.8] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.8/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 ) ,
39+ [ 1.0.4] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.4/docs/index.html ) .
2640
2741## Main features
2842
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.16-SNAPSHOT </version >
8+ <version >1.0.15 </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.16-SNAPSHOT </version >
10+ <version >1.0.15 </version >
1111 <relativePath >..</relativePath >
1212 </parent >
1313
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.16-SNAPSHOT </version >
9+ <version >1.0.15 </version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
33 springBootVersion = " 1.5.17.RELEASE"
4- springAutoRestDocsVersion = " 1.0.16-SNAPSHOT "
4+ springAutoRestDocsVersion = " 1.0.15 "
55 springRestDocsVersion = " 1.2.5.RELEASE"
66 }
77 repositories {
Original file line number Diff line number Diff line change 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.16-SNAPSHOT </spring-auto-restdocs .version>
39+ <spring-auto-restdocs .version>1.0.15 </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.16-SNAPSHOT </version >
8+ <version >1.0.15 </version >
99 <relativePath >..</relativePath >
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments