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

Commit ec057bd

Browse files
authored
1.0.10 release (#167)
1 parent 58cebf4 commit ec057bd

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
585585
<pre class="highlightjs highlight"><code class="language-xml" data-lang="xml">&lt;dependency&gt;
586586
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
587587
&lt;artifactId&gt;spring-auto-restdocs-core&lt;/artifactId&gt;
588-
&lt;version&gt;1.0.9&lt;/version&gt;
588+
&lt;version&gt;1.0.10&lt;/version&gt;
589589
&lt;scope&gt;test&lt;/scope&gt; <i class="conum" data-value="1"></i><b>(1)</b>
590590
&lt;/dependency&gt;
591591

@@ -622,7 +622,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
622622
&lt;docletArtifact&gt;
623623
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
624624
&lt;artifactId&gt;spring-auto-restdocs-json-doclet&lt;/artifactId&gt;
625-
&lt;version&gt;1.0.9&lt;/version&gt;
625+
&lt;version&gt;1.0.10&lt;/version&gt;
626626
&lt;/docletArtifact&gt;
627627
&lt;destDir&gt;generated-javadoc-json&lt;/destDir&gt; <i class="conum" data-value="3"></i><b>(3)</b>
628628
&lt;reportOutputDirectory&gt;${project.build.directory}&lt;/reportOutputDirectory&gt; <i class="conum" data-value="3"></i><b>(3)</b>
@@ -667,8 +667,8 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
667667
}
668668

669669
dependencies {
670-
testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '1.0.9' <i class="conum" data-value="1"></i><b>(1)</b>
671-
jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '1.0.9'
670+
testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '1.0.10' <i class="conum" data-value="1"></i><b>(1)</b>
671+
jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '1.0.10'
672672
}
673673

674674
task jsonDoclet(type: Javadoc, dependsOn: compileJava) {
@@ -1694,7 +1694,7 @@ <h4 id="contributing-building-build"><a class="link" href="#contributing-buildin
16941694
</div>
16951695
<div id="footer">
16961696
<div id="footer-text">
1697-
Last updated 2017-11-02 11:56:48 CET
1697+
Last updated 2017-11-03 00:05:51 CET
16981698
</div>
16991699
</div>
17001700
<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.10-SNAPSHOT</version>
8+
<version>1.0.10</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.10-SNAPSHOT</version>
10+
<version>1.0.10</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.10-SNAPSHOT</version>
9+
<version>1.0.10</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.9</latestRelease> <!-- change this when releasing 1.0.10-SNAPSHOT -->
21+
<latestRelease>1.0.10</latestRelease> <!-- change this when releasing 1.0.11-SNAPSHOT -->
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.10-SNAPSHOT"
20+
version = "1.0.10"
2121

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ <h4 id="_example_request"><a class="anchor" href="#_example_request"></a><a clas
11171117
<div class="content">
11181118
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items' -i -X POST \
11191119
-H 'Content-Type: application/json' \
1120-
-H 'Authorization: Bearer 4a42db4d-2c0a-4c01-b48d-17a8b5d31624' \
1120+
-H 'Authorization: Bearer 8fa0e7c6-62bc-4b56-a591-6060197795e1' \
11211121
-d '{"description":"Hot News"}'</code></pre>
11221122
</div>
11231123
</div>
@@ -1352,7 +1352,7 @@ <h4 id="_example_request_2"><a class="anchor" href="#_example_request_2"></a><a
13521352
<div class="content">
13531353
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items/1' -i -X PUT \
13541354
-H 'Content-Type: application/json' \
1355-
-H 'Authorization: Bearer 4a42db4d-2c0a-4c01-b48d-17a8b5d31624' \
1355+
-H 'Authorization: Bearer 8fa0e7c6-62bc-4b56-a591-6060197795e1' \
13561356
-d '{"description":"Hot News"}'</code></pre>
13571357
</div>
13581358
</div>
@@ -1455,7 +1455,7 @@ <h4 id="_example_request_3"><a class="anchor" href="#_example_request_3"></a><a
14551455
<div class="listingblock">
14561456
<div class="content">
14571457
<pre class="highlightjs highlight"><code class="language-bash" data-lang="bash">$ curl 'http://localhost:8080/items/1' -i -X DELETE \
1458-
-H 'Authorization: Bearer 4a42db4d-2c0a-4c01-b48d-17a8b5d31624'</code></pre>
1458+
-H 'Authorization: Bearer 8fa0e7c6-62bc-4b56-a591-6060197795e1'</code></pre>
14591459
</div>
14601460
</div>
14611461
</div>
@@ -1935,9 +1935,9 @@ <h4 id="_example_response_5"><a class="anchor" href="#_example_response_5"></a><
19351935
"pageSize" : 20
19361936
},
19371937
"total" : 1,
1938-
"last" : true,
19391938
"totalPages" : 1,
19401939
"totalElements" : 1,
1940+
"last" : true,
19411941
"size" : 20,
19421942
"number" : 0,
19431943
"sort" : null,

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.10-SNAPSHOT</version> <!-- not related to spring-auto-restdocs version -->
16+
<version>1.0.10</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>
@@ -24,7 +24,7 @@
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525
<start-class>capital.scalable.restdocs.example.Application</start-class>
2626
<spring-restdocs.version>1.2.2.RELEASE</spring-restdocs.version>
27-
<spring-auto-restdocs.version>1.0.10-SNAPSHOT</spring-auto-restdocs.version>
27+
<spring-auto-restdocs.version>1.0.10</spring-auto-restdocs.version>
2828
</properties>
2929

3030
<dependencies>

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

0 commit comments

Comments
 (0)