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 +11
-11
lines changed
spring-auto-restdocs-core
spring-auto-restdocs-docs
spring-auto-restdocs-dokka-json
spring-auto-restdocs-example
spring-auto-restdocs-json-doclet Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 432432< h1 > Spring Auto REST Docs</ h1 >
433433< div class ="details ">
434434< span id ="author " class ="author "> Scalable Capital</ span > < br >
435- < span id ="revnumber "> version 2.0.0 </ span >
435+ < span id ="revnumber "> version 2.0.1-SNAPSHOT </ span >
436436</ div >
437437< div id ="toc " class ="toc2 ">
438438< div id ="toctitle "> Table of Contents</ div >
@@ -1848,8 +1848,8 @@ <h4 id="contributing-building-build"><a class="link" href="#contributing-buildin
18481848</ div >
18491849< div id ="footer ">
18501850< div id ="footer-text ">
1851- Version 2.0.0 < br >
1852- Last updated 2018-03-23 14:31:47 CET
1851+ Version 2.0.1-SNAPSHOT < br >
1852+ Last updated 2018-03-23 17:48:09 CET
18531853</ div >
18541854</ div >
18551855< 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 >2.0.0 </version >
8+ <version >2.0.1-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 >2.0.0 </version >
10+ <version >2.0.1-SNAPSHOT </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 >2.0.0 </version >
9+ <version >2.0.1-SNAPSHOT </version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
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 >2.0.0 </version >
8+ <version >2.0.1-SNAPSHOT </version >
99 <relativePath >..</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ apply plugin: "io.spring.dependency-management"
1818apply plugin : " org.asciidoctor.convert"
1919
2020group = " capital.scalable"
21- version = " 2.0.0 "
21+ version = " 2.0.1-SNAPSHOT "
2222
2323description = """ Spring Auto REST Docs Example Project"""
2424
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 >2.0.0 </version > <!-- not related to spring-auto-restdocs version -->
16+ <version >2.0.1-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>2.0.0.RELEASE</spring-restdocs .version>
39- <spring-auto-restdocs .version>2.0.0 </spring-auto-restdocs .version>
39+ <spring-auto-restdocs .version>2.0.1-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 >2.0.0 </version >
8+ <version >2.0.1-SNAPSHOT </version >
99 <relativePath >..</relativePath >
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments