This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +768
-763
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 9 files changed +768
-763
lines changed Original file line number Diff line number Diff line change 11# Maven
22target /
3+ * /generated-javadoc-json
34
45# Eclipse
56.settings /
@@ -15,3 +16,6 @@ target/
1516# gedit
1617* ~
1718
19+ # Gradle
20+ * /build
21+ spring-auto-restdocs-example /.gradle
Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
560560< pre class ="highlightjs highlight "> < code class ="language-xml " data-lang ="xml "> <dependency>
561561 <groupId>capital.scalable</groupId>
562562 <artifactId>spring-auto-restdocs-core</artifactId>
563- <version>1.0.4 </version>
563+ <version>1.0.5 </version>
564564 <scope>test</scope>
565565</dependency></ code > </ pre >
566566</ div >
@@ -589,7 +589,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
589589 <docletArtifact>
590590 <groupId>capital.scalable</groupId>
591591 <artifactId>spring-auto-restdocs-json-doclet</artifactId>
592- <version>1.0.4 </version>
592+ <version>1.0.5 </version>
593593 </docletArtifact>
594594 <destDir>generated-javadoc-json</destDir>
595595 <reportOutputDirectory>${project.build.directory}</reportOutputDirectory>
@@ -1142,7 +1142,7 @@ <h4 id="contributing-building-build"><a class="link" href="#contributing-buildin
11421142</ div >
11431143< div id ="footer ">
11441144< div id ="footer-text ">
1145- Last updated 2017-01-18 23 :44:26 CET
1145+ Last updated 2017-02-01 18 :44:02 CET
11461146</ div >
11471147</ div >
11481148< 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 >1.0.5-SNAPSHOT </version >
8+ <version >1.0.5</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.5-SNAPSHOT </version >
10+ <version >1.0.5</version >
1111 <relativePath >..</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Spring Auto REST Docs has the following minimum requirements:
2222<dependency>
2323 <groupId>capital.scalable</groupId>
2424 <artifactId>spring-auto-restdocs-core</artifactId>
25- <version>1.0.4 </version>
25+ <version>1.0.5 </version>
2626 <scope>test</scope>
2727</dependency>
2828----
@@ -50,7 +50,7 @@ Spring Auto REST Docs has the following minimum requirements:
5050 <docletArtifact>
5151 <groupId>capital.scalable</groupId>
5252 <artifactId>spring-auto-restdocs-json-doclet</artifactId>
53- <version>1.0.4 </version>
53+ <version>1.0.5 </version>
5454 </docletArtifact>
5555 <destDir>generated-javadoc-json</destDir>
5656 <reportOutputDirectory>\${project.build.directory}</reportOutputDirectory>
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.5-SNAPSHOT </version >
9+ <version >1.0.5</version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
Load Diff Large diffs are not rendered by default.
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 >1.0.5-SNAPSHOT </version >
16+ <version >1.0.5</version >
1717
1818 <name >Spring Auto REST Docs Example Project</name >
1919 <description >Example project for Spring Auto REST Docs</description >
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.5-SNAPSHOT </version >
8+ <version >1.0.5</version >
99 <relativePath >..</relativePath >
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments