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

Commit f0a49f1

Browse files
authored
1.0.8 Release (#107)
1 parent 59663a4 commit f0a49f1

File tree

8 files changed

+39
-39
lines changed

8 files changed

+39
-39
lines changed

docs/index.html

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ <h1>Spring Auto REST Docs</h1>
462462
<li><a href="#contributing">Contributing</a>
463463
<ul class="sectlevel2">
464464
<li><a href="#contributing-building">Building from source</a></li>
465-
<li><a href="#contributing-installing-testjar">Install Spring REST Docs test JAR</a></li>
465+
<li><a href="#contributing-installing-testjar">Install Spring REST Docs test JAR</a></li>
466466
</ul>
467467
</li>
468468
</ul>
@@ -577,7 +577,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
577577
<pre class="highlightjs highlight"><code class="language-xml" data-lang="xml">&lt;dependency&gt;
578578
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
579579
&lt;artifactId&gt;spring-auto-restdocs-core&lt;/artifactId&gt;
580-
&lt;version&gt;1.0.7&lt;/version&gt;
580+
&lt;version&gt;1.0.8&lt;/version&gt;
581581
&lt;scope&gt;test&lt;/scope&gt; <i class="conum" data-value="1"></i><b>(1)</b>
582582
&lt;/dependency&gt;
583583

@@ -614,7 +614,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
614614
&lt;docletArtifact&gt;
615615
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
616616
&lt;artifactId&gt;spring-auto-restdocs-json-doclet&lt;/artifactId&gt;
617-
&lt;version&gt;1.0.7&lt;/version&gt;
617+
&lt;version&gt;1.0.8&lt;/version&gt;
618618
&lt;/docletArtifact&gt;
619619
&lt;destDir&gt;generated-javadoc-json&lt;/destDir&gt;
620620
&lt;reportOutputDirectory&gt;${project.build.directory}&lt;/reportOutputDirectory&gt;
@@ -654,8 +654,8 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
654654
}
655655

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

661661
task jsonDoclet(type: Javadoc, dependsOn: compileJava) {
@@ -1415,26 +1415,26 @@ <h2 id="contributing"><a class="link" href="#contributing">Contributing</a></h2>
14151415
<h3 id="contributing-building"><a class="link" href="#contributing-building">Building from source</a></h3>
14161416

14171417
</div>
1418-
<div class="sect2">
1419-
<h3 id="contributing-installing-testjar"><a class="link" href="#contributing-installing-testjar">Install Spring REST Docs test JAR</a></h3>
1420-
<div class="paragraph">
1421-
<p>The Spring REST Docs test JAR is not published via Maven, but this project relies on it.
1422-
If you want to build this project yourself, you need to install the test JAR.
1423-
The test JAR is located in the lib folder and can be installed as follow:</p>
1424-
</div>
1425-
<div class="listingblock">
1426-
<div class="title">Bash</div>
1427-
<div class="content">
1418+
<div class="sect2">
1419+
<h3 id="contributing-installing-testjar"><a class="link" href="#contributing-installing-testjar">Install Spring REST Docs test JAR</a></h3>
1420+
<div class="paragraph">
1421+
<p>The Spring REST Docs test JAR is not published via Maven, but this project relies on it.
1422+
If you want to build this project yourself, you need to install the test JAR.
1423+
The test JAR is located in the lib folder and can be installed as follow:</p>
1424+
</div>
1425+
<div class="listingblock">
1426+
<div class="title">Bash</div>
1427+
<div class="content">
14281428
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">mvn install:install-file -Dfile=lib/spring-restdocs-core-1.2.1.RELEASE-test.jar \
14291429
-DgroupId=org.springframework.restdocs -DartifactId=spring-restdocs-core \
14301430
-Dversion=1.2.1.RELEASE -Dpackaging=test-jar -Dclassifier=test</code></pre>
1431-
</div>
1432-
</div>
1431+
</div>
1432+
</div>
14331433
<div class="sect3">
1434-
<h4 id="contributing-building-testjar"><a class="link" href="#contributing-building-testjar">Build Spring REST Docs test JAR</a></h4>
1434+
<h4 id="contributing-building-testjar"><a class="link" href="#contributing-building-testjar">Build Spring REST Docs test JAR</a></h4>
14351435
<div class="paragraph">
1436-
<p>Building the Spring REST Docs test JAR is not required to build the project,
1437-
but if you ever want to upgrade the version of Spring REST Docs in this project this step has to be done.</p>
1436+
<p>Building the Spring REST Docs test JAR is not required to build the project,
1437+
but if you ever want to upgrade the version of Spring REST Docs in this project this step has to be done.</p>
14381438
</div>
14391439
<div class="paragraph">
14401440
<p>We use version 1.2.1.RELEASE of Spring REST Docs in this example.</p>
@@ -1468,9 +1468,9 @@ <h4 id="contributing-building-testjar"><a class="link" href="#contributing-build
14681468
</div>
14691469
</div>
14701470
<div class="paragraph">
1471-
<p>Afterwards the test JAR is located at
1471+
<p>Afterwards the test JAR is located at
14721472
<code>spring-restdocs/spring-restdocs-core/build/libs/spring-restdocs-core-1.2.1.RELEASE-test.jar</code>
1473-
and has to be installed with the Maven command shown in the section above.</p>
1473+
and has to be installed with the Maven command shown in the section above.</p>
14741474
</div>
14751475
</div>
14761476
<div class="sect3">
@@ -1488,7 +1488,7 @@ <h4 id="contributing-building-build"><a class="link" href="#contributing-buildin
14881488
</div>
14891489
<div id="footer">
14901490
<div id="footer-text">
1491-
Last updated 2017-07-10 13:57:37 CEST
1491+
Last updated 2017-07-10 14:55:43 CEST
14921492
</div>
14931493
</div>
14941494
<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.8-SNAPSHOT</version>
8+
<version>1.0.8</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.8-SNAPSHOT</version>
10+
<version>1.0.8</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

spring-auto-restdocs-docs/pom.xml

Lines changed: 2 additions & 2 deletions
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.8-SNAPSHOT</version>
9+
<version>1.0.8</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

@@ -18,7 +18,7 @@
1818

1919
<properties>
2020
<docs.dir>${project.basedir}/../docs</docs.dir>
21-
<latestRelease>1.0.7</latestRelease>
21+
<latestRelease>1.0.8</latestRelease>
2222
</properties>
2323

2424
<build>

spring-auto-restdocs-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'org.springframework.boot'
1717
apply plugin: 'org.asciidoctor.convert'
1818

1919
group = 'capital.scalable'
20-
version = '1.0.8-SNAPSHOT'
20+
version = '1.0.8'
2121

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

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ <h4 id="_example_request"><a class="anchor" href="#_example_request"></a><a clas
10411041
<div class="content">
10421042
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items' -i -X POST \
10431043
-H 'Content-Type: application/json' \
1044-
-H 'Authorization: Bearer 65cb7a1c-e1b9-4c04-b63a-ee7e7a8617a8' \
1044+
-H 'Authorization: Bearer f06563d3-7ed9-477e-9c5d-7866e2935903' \
10451045
-d '{"description":"Hot News"}'</code></pre>
10461046
</div>
10471047
</div>
@@ -1255,7 +1255,7 @@ <h4 id="_example_request_2"><a class="anchor" href="#_example_request_2"></a><a
12551255
<div class="content">
12561256
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items/1' -i -X PUT \
12571257
-H 'Content-Type: application/json' \
1258-
-H 'Authorization: Bearer 65cb7a1c-e1b9-4c04-b63a-ee7e7a8617a8' \
1258+
-H 'Authorization: Bearer f06563d3-7ed9-477e-9c5d-7866e2935903' \
12591259
-d '{"description":"Hot News"}'</code></pre>
12601260
</div>
12611261
</div>
@@ -1352,7 +1352,7 @@ <h4 id="_example_request_3"><a class="anchor" href="#_example_request_3"></a><a
13521352
<div class="listingblock">
13531353
<div class="content">
13541354
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items/1' -i -X DELETE \
1355-
-H 'Authorization: Bearer 65cb7a1c-e1b9-4c04-b63a-ee7e7a8617a8'</code></pre>
1355+
-H 'Authorization: Bearer f06563d3-7ed9-477e-9c5d-7866e2935903'</code></pre>
13561356
</div>
13571357
</div>
13581358
</div>
@@ -1773,14 +1773,14 @@ <h4 id="_example_response_5"><a class="anchor" href="#_example_response_5"></a><
17731773
} ],
17741774
"pageable" : null,
17751775
"total" : 1,
1776-
"last" : true,
17771776
"totalElements" : 1,
1777+
"last" : true,
17781778
"totalPages" : 1,
1779-
"size" : 0,
1780-
"number" : 0,
17811779
"sort" : null,
17821780
"first" : true,
1783-
"numberOfElements" : 1
1781+
"numberOfElements" : 1,
1782+
"size" : 0,
1783+
"number" : 0
17841784
}</code></pre>
17851785
</div>
17861786
</div>
@@ -2036,7 +2036,7 @@ <h4 id="_example_response_7"><a class="anchor" href="#_example_response_7"></a><
20362036
</div>
20372037
<div id="footer">
20382038
<div id="footer-text">
2039-
Last updated 2016-11-25 17:33:45 CET
2039+
Last updated 2017-05-21 18:21:50 CEST
20402040
</div>
20412041
</div>
20422042
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/github.min.css">

spring-auto-restdocs-example/pom.xml

Lines changed: 2 additions & 2 deletions
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.8-SNAPSHOT</version> <!-- not related to spring-auto-restdocs version -->
16+
<version>1.0.8</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>
@@ -25,7 +25,7 @@
2525
<snippetsDirectory>${project.build.directory}/generated-snippets</snippetsDirectory>
2626
<start-class>capital.scalable.restdocs.example.Application</start-class>
2727
<spring-restdocs.version>1.2.1.RELEASE</spring-restdocs.version>
28-
<spring-auto-restdocs.version>1.0.8-SNAPSHOT</spring-auto-restdocs.version>
28+
<spring-auto-restdocs.version>1.0.8</spring-auto-restdocs.version>
2929
<spring-restdocs.version>1.2.1.RELEASE</spring-restdocs.version>
3030
</properties>
3131

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

0 commit comments

Comments
 (0)