This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 15 files changed +22
-22
lines changed
spring-auto-restdocs-annotations
spring-auto-restdocs-core
spring-auto-restdocs-docs
spring-auto-restdocs-dokka-json
spring-auto-restdocs-json-doclet
spring-auto-restdocs-json-doclet-jdk9 Expand file tree Collapse file tree 15 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ from the Introducing Spring Auto REST Docs talk at Spring IO 2017 are also avail
22
22
23
23
## Documentation
24
24
25
- [ Current 2.0.9 release] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.9 /docs/index.html ) reference guide (based on Spring REST Docs 2.x).
25
+ [ Current 2.0.10 release] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.10 /docs/index.html ) reference guide (based on Spring REST Docs 2.x).
26
26
27
27
[ 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 (based on Spring REST Docs 1.x).
28
28
29
- Latest master [ 2.0.10 -SNAPSHOT] ( https://scacap.github.io/spring-auto-restdocs ) reference guide.
29
+ Latest master [ 2.0.11 -SNAPSHOT] ( https://scacap.github.io/spring-auto-restdocs ) reference guide.
30
30
31
31
Older releases:
32
32
[ 2.0.9] ( https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.9/docs/index.html ) ,
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >capital.scalable</groupId >
7
7
<artifactId >spring-auto-restdocs-parent</artifactId >
8
- <version >2.0.10 </version >
8
+ <version >2.0.11-SNAPSHOT </version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >Spring Auto REST Docs Parent POM</name >
Original file line number Diff line number Diff line change 13
13
14
14
<groupId >capital.scalable</groupId >
15
15
<artifactId >spring-auto-restdocs-java-webflux-example</artifactId >
16
- <version >2.0.10 </version >
16
+ <version >2.0.11-SNAPSHOT </version >
17
17
18
18
<name >Spring Auto REST Docs Java WebFlux Example Project</name >
19
19
<description >Example project for Spring Auto REST Docs</description >
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
<start-class >capital.scalable.restdocs.example.Application</start-class >
37
37
<spring-restdocs .version>2.0.5.RELEASE</spring-restdocs .version>
38
- <spring-auto-restdocs .version>2.0.10 </spring-auto-restdocs .version>
38
+ <spring-auto-restdocs .version>2.0.11-SNAPSHOT </spring-auto-restdocs .version>
39
39
</properties >
40
40
41
41
<dependencies >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- springAutoRestDocsVersion = " 2.0.10 "
3
+ springAutoRestDocsVersion = " 2.0.11-SNAPSHOT "
4
4
springRestDocsVersion = " 2.0.5.RELEASE"
5
5
springBootVersion = " 2.3.3.RELEASE"
6
6
}
@@ -20,7 +20,7 @@ apply plugin: "io.spring.dependency-management"
20
20
apply plugin : " org.asciidoctor.convert"
21
21
22
22
group = " capital.scalable"
23
- version = " 2.0.10 "
23
+ version = " 2.0.11-SNAPSHOT "
24
24
25
25
description = """ Spring Auto REST Docs Java Web MVC Example Project"""
26
26
Original file line number Diff line number Diff line change 13
13
14
14
<groupId >capital.scalable</groupId >
15
15
<artifactId >spring-auto-restdocs-java-webmvc-example</artifactId >
16
- <version >2.0.10 </version >
16
+ <version >2.0.11-SNAPSHOT </version >
17
17
18
18
<name >Spring Auto REST Docs Java Web MVC Example Project</name >
19
19
<description >Example project for Spring Auto REST Docs</description >
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
<start-class >capital.scalable.restdocs.example.Application</start-class >
37
37
<spring-restdocs .version>2.0.5.RELEASE</spring-restdocs .version>
38
- <spring-auto-restdocs .version>2.0.10 </spring-auto-restdocs .version>
38
+ <spring-auto-restdocs .version>2.0.11-SNAPSHOT </spring-auto-restdocs .version>
39
39
</properties >
40
40
41
41
<dependencies >
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
3
kotlinVersion = " 1.4.0"
4
- springAutoRestDocsVersion = " 2.0.10 "
4
+ springAutoRestDocsVersion = " 2.0.11-SNAPSHOT "
5
5
springRestDocsVersion = " 2.0.5.RELEASE"
6
6
springBootVersion = " 2.3.3.RELEASE"
7
7
dokkaPluginVersion = " 0.10.1"
@@ -29,7 +29,7 @@ apply plugin: "org.asciidoctor.convert"
29
29
apply plugin : " org.jetbrains.dokka"
30
30
31
31
group = " capital.scalable"
32
- version = " 2.0.10 "
32
+ version = " 2.0.11-SNAPSHOT "
33
33
34
34
description = """ Spring Auto REST Docs Kotlin Web MVC Example Project"""
35
35
Original file line number Diff line number Diff line change 13
13
14
14
<groupId >capital.scalable</groupId >
15
15
<artifactId >spring-auto-restdocs-kotlin-webmvc-example</artifactId >
16
- <version >2.0.10 </version >
16
+ <version >2.0.11-SNAPSHOT </version >
17
17
18
18
<name >Spring Auto REST Docs Kotlin Web MVC Example Project</name >
19
19
<description >Example project for Spring Auto REST Docs</description >
34
34
<properties >
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
<spring-restdocs .version>2.0.5.RELEASE</spring-restdocs .version>
37
- <spring-auto-restdocs .version>2.0.10 </spring-auto-restdocs .version>
37
+ <spring-auto-restdocs .version>2.0.11-SNAPSHOT </spring-auto-restdocs .version>
38
38
<kotlin .version>1.4.0</kotlin .version>
39
39
<dokka .version>0.10.1</dokka .version>
40
40
<jsonDirectory >${project.build.directory}/generated-javadoc-json</jsonDirectory >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >capital.scalable</groupId >
8
8
<artifactId >spring-auto-restdocs-samples</artifactId >
9
- <version >2.0.10 </version >
9
+ <version >2.0.11-SNAPSHOT </version >
10
10
11
11
<packaging >pom</packaging >
12
12
Original file line number Diff line number Diff line change 13
13
14
14
<groupId >capital.scalable</groupId >
15
15
<artifactId >spring-auto-restdocs-shared-pojos-example</artifactId >
16
- <version >2.0.10 </version >
16
+ <version >2.0.11-SNAPSHOT </version >
17
17
18
18
<name >Spring Auto REST Docs Shared POJOs Example Project</name >
19
19
<description >Example project for Shared POJOs inside Spring Auto REST Docs</description >
33
33
34
34
<properties >
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
- <spring-auto-restdocs .version>2.0.10 </spring-auto-restdocs .version>
36
+ <spring-auto-restdocs .version>2.0.11-SNAPSHOT </spring-auto-restdocs .version>
37
37
</properties >
38
38
39
39
<dependencies >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >capital.scalable</groupId >
9
9
<artifactId >spring-auto-restdocs-parent</artifactId >
10
- <version >2.0.10 </version >
10
+ <version >2.0.11-SNAPSHOT </version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >capital.scalable</groupId >
9
9
<artifactId >spring-auto-restdocs-parent</artifactId >
10
- <version >2.0.10 </version >
10
+ <version >2.0.11-SNAPSHOT </version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >capital.scalable</groupId >
8
8
<artifactId >spring-auto-restdocs-parent</artifactId >
9
- <version >2.0.10 </version >
9
+ <version >2.0.11-SNAPSHOT </version >
10
10
<relativePath >..</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >capital.scalable</groupId >
7
7
<artifactId >spring-auto-restdocs-parent</artifactId >
8
- <version >2.0.10 </version >
8
+ <version >2.0.11-SNAPSHOT </version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >capital.scalable</groupId >
7
7
<artifactId >spring-auto-restdocs-parent</artifactId >
8
- <version >2.0.10 </version >
8
+ <version >2.0.11-SNAPSHOT </version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >capital.scalable</groupId >
7
7
<artifactId >spring-auto-restdocs-parent</artifactId >
8
- <version >2.0.10 </version >
8
+ <version >2.0.11-SNAPSHOT </version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
You can’t perform that action at this time.
0 commit comments