Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Learn more in the [Introducing Spring Auto REST Docs](https://dzone.com/articles

* [Latest / master](https://scacap.github.io/spring-auto-restdocs)

* [Version 1.0.7](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/25464f899d96cba889e48de309f0ee878588afe2/docs/index.html)

* [Version 1.0.6](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/b2a1bbb12f7a7ccf499bc81d6caebe8f7a449321/docs/index.html)

* [Version 1.0.5](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/12ad534d101363edfd1d41b22507c602e004b489/docs/index.html)
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
<pre class="highlightjs highlight"><code class="language-xml" data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
&lt;artifactId&gt;spring-auto-restdocs-core&lt;/artifactId&gt;
&lt;version&gt;1.0.6&lt;/version&gt;
&lt;version&gt;1.0.7&lt;/version&gt;
&lt;scope&gt;test&lt;/scope&gt; <i class="conum" data-value="1"></i><b>(1)</b>
&lt;/dependency&gt;

Expand Down Expand Up @@ -613,7 +613,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
&lt;docletArtifact&gt;
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
&lt;artifactId&gt;spring-auto-restdocs-json-doclet&lt;/artifactId&gt;
&lt;version&gt;1.0.6&lt;/version&gt;
&lt;version&gt;1.0.7&lt;/version&gt;
&lt;/docletArtifact&gt;
&lt;destDir&gt;generated-javadoc-json&lt;/destDir&gt;
&lt;reportOutputDirectory&gt;${project.build.directory}&lt;/reportOutputDirectory&gt;
Expand Down Expand Up @@ -653,8 +653,8 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
}

dependencies {
testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '1.0.6' <i class="conum" data-value="2"></i><b>(2)</b>
jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '1.0.6'
testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '1.0.7' <i class="conum" data-value="2"></i><b>(2)</b>
jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '1.0.7'
}

task jsonDoclet(type: Javadoc, dependsOn: compileJava) {
Expand Down Expand Up @@ -1472,7 +1472,7 @@ <h4 id="contributing-building-build"><a class="link" href="#contributing-buildin
</div>
<div id="footer">
<div id="footer-text">
Last updated 2017-04-30 19:11:44 CEST
Last updated 2017-05-11 16:51:53 CEST
</div>
</div>
<link rel="stylesheet" href="highlight/styles/github.min.css">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-parent</artifactId>
<version>1.0.7</version>
<version>1.0.8-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Spring Auto REST Docs Parent POM</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-auto-restdocs-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-parent</artifactId>
<version>1.0.7</version>
<version>1.0.8-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions spring-auto-restdocs-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-parent</artifactId>
<version>1.0.7</version>
<version>1.0.8-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@

<properties>
<docs.dir>${project.basedir}/../docs</docs.dir>
<latestRelease>1.0.6</latestRelease>
<latestRelease>1.0.7</latestRelease>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion spring-auto-restdocs-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'org.asciidoctor.convert'

group = 'capital.scalable'
version = '1.0.7'
version = '1.0.8-SNAPSHOT'

description = """Spring Auto REST Docs Example Project"""

Expand Down
8 changes: 4 additions & 4 deletions spring-auto-restdocs-example/generated-docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ <h4 id="_response_fields_3"><a class="anchor" href="#_response_fields_3"></a><a
<h4 id="_example_request"><a class="anchor" href="#_example_request"></a><a class="link" href="#_example_request">2.3.6. Example request</a></h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items' -i -X POST -H 'Content-Type: application/json' -H 'Authorization: Bearer 7fcafe11-c475-483c-9b16-bad0cdfd66c6' -d '{"description":"Hot News"}'</code></pre>
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items' -i -X POST -H 'Content-Type: application/json' -H 'Authorization: Bearer cd8af72b-3d1a-459c-8185-72e36e37c985' -d '{"description":"Hot News"}'</code></pre>
</div>
</div>
</div>
Expand Down Expand Up @@ -1248,7 +1248,7 @@ <h4 id="_response_fields_4"><a class="anchor" href="#_response_fields_4"></a><a
<h4 id="_example_request_2"><a class="anchor" href="#_example_request_2"></a><a class="link" href="#_example_request_2">2.4.6. Example request</a></h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items/1' -i -X PUT -H 'Content-Type: application/json' -H 'Authorization: Bearer 7fcafe11-c475-483c-9b16-bad0cdfd66c6' -d '{"description":"Hot News"}'</code></pre>
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items/1' -i -X PUT -H 'Content-Type: application/json' -H 'Authorization: Bearer cd8af72b-3d1a-459c-8185-72e36e37c985' -d '{"description":"Hot News"}'</code></pre>
</div>
</div>
</div>
Expand Down Expand Up @@ -1343,7 +1343,7 @@ <h4 id="_response_fields_5"><a class="anchor" href="#_response_fields_5"></a><a
<h4 id="_example_request_3"><a class="anchor" href="#_example_request_3"></a><a class="link" href="#_example_request_3">2.5.6. Example request</a></h4>
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items/1' -i -X DELETE -H 'Authorization: Bearer 7fcafe11-c475-483c-9b16-bad0cdfd66c6'</code></pre>
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items/1' -i -X DELETE -H 'Authorization: Bearer cd8af72b-3d1a-459c-8185-72e36e37c985'</code></pre>
</div>
</div>
</div>
Expand Down Expand Up @@ -1782,7 +1782,7 @@ <h4 id="_example_response_5"><a class="anchor" href="#_example_response_5"></a><
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-09-12 22:19:00 CEST
Last updated 2016-09-12 18:45:29 CEST
</div>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/github.min.css">
Expand Down
4 changes: 2 additions & 2 deletions spring-auto-restdocs-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-example</artifactId>
<version>1.0.7</version> <!-- not related to spring-auto-restdocs version -->
<version>1.0.8-SNAPSHOT</version> <!-- not related to spring-auto-restdocs version -->

<name>Spring Auto REST Docs Example Project</name>
<description>Example project for Spring Auto REST Docs</description>
Expand All @@ -24,7 +24,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<snippetsDirectory>${project.build.directory}/generated-snippets</snippetsDirectory>
<start-class>capital.scalable.restdocs.example.Application</start-class>
<spring-auto-restdocs.version>1.0.7</spring-auto-restdocs.version>
<spring-auto-restdocs.version>1.0.8-SNAPSHOT</spring-auto-restdocs.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spring-auto-restdocs-json-doclet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>capital.scalable</groupId>
<artifactId>spring-auto-restdocs-parent</artifactId>
<version>1.0.7</version>
<version>1.0.8-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down