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

Commit ebaa871

Browse files
committed
version 1.0.5
1 parent b756b07 commit ebaa871

File tree

9 files changed

+768
-763
lines changed

9 files changed

+768
-763
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Maven
22
target/
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

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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">&lt;dependency&gt;
561561
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
562562
&lt;artifactId&gt;spring-auto-restdocs-core&lt;/artifactId&gt;
563-
&lt;version&gt;1.0.4&lt;/version&gt;
563+
&lt;version&gt;1.0.5&lt;/version&gt;
564564
&lt;scope&gt;test&lt;/scope&gt;
565565
&lt;/dependency&gt;</code></pre>
566566
</div>
@@ -589,7 +589,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
589589
&lt;docletArtifact&gt;
590590
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
591591
&lt;artifactId&gt;spring-auto-restdocs-json-doclet&lt;/artifactId&gt;
592-
&lt;version&gt;1.0.4&lt;/version&gt;
592+
&lt;version&gt;1.0.5&lt;/version&gt;
593593
&lt;/docletArtifact&gt;
594594
&lt;destDir&gt;generated-javadoc-json&lt;/destDir&gt;
595595
&lt;reportOutputDirectory&gt;${project.build.directory}&lt;/reportOutputDirectory&gt;
@@ -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">

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

spring-auto-restdocs-docs/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

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.5-SNAPSHOT</version>
9+
<version>1.0.5</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

spring-auto-restdocs-example/generated-docs/index.html

Lines changed: 754 additions & 753 deletions
Large diffs are not rendered by default.

spring-auto-restdocs-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>

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.5-SNAPSHOT</version>
8+
<version>1.0.5</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)