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

Commit 65b1823

Browse files
authored
2.0.4 release (#292)
Release for #284
1 parent 6f1da87 commit 65b1823

File tree

122 files changed

+132
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+132
-132
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ from the Introducing Spring Auto REST Docs talk at Spring IO 2017 are also avail
2222

2323
## Documentation
2424

25-
[Current 2.0.3 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.3/docs/index.html) reference guide (based on Spring REST Docs 2.x).
25+
[Current 2.0.4 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.4/docs/index.html) reference guide (based on Spring REST Docs 2.x).
2626

2727
[Current 1.0.14 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.14/docs/index.html) reference guide (based on Spring REST Docs 1.x).
2828

29-
Latest master [2.0.4-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide.
29+
Latest master [2.0.5-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide.
3030

3131
Older releases:
32-
[2.0.2](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.2/docs/index.html),
32+
[2.0.3](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.3/docs/index.html),
3333
[1.0.13](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.13/docs/index.html)
3434

3535
## Main features

docs/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
<h1>Spring Auto REST Docs</h1>
438438
<div class="details">
439439
<span id="author" class="author">Scalable Capital</span><br>
440-
<span id="revnumber">version 2.0.3</span>
440+
<span id="revnumber">version 2.0.4</span>
441441
</div>
442442
<div id="toc" class="toc2">
443443
<div id="toctitle">Table of Contents</div>
@@ -646,7 +646,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
646646
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;dependency&gt;
647647
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
648648
&lt;artifactId&gt;spring-auto-restdocs-core&lt;/artifactId&gt;
649-
&lt;version&gt;2.0.3&lt;/version&gt;
649+
&lt;version&gt;2.0.4&lt;/version&gt;
650650
&lt;scope&gt;test&lt;/scope&gt; <i class="conum" data-value="1"></i><b>(1)</b>
651651
&lt;/dependency&gt;
652652

@@ -683,7 +683,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
683683
&lt;docletArtifact&gt;
684684
&lt;groupId&gt;capital.scalable&lt;/groupId&gt;
685685
&lt;artifactId&gt;spring-auto-restdocs-json-doclet&lt;/artifactId&gt; <i class="conum" data-value="4"></i><b>(4)</b>
686-
&lt;version&gt;2.0.3&lt;/version&gt;
686+
&lt;version&gt;2.0.4&lt;/version&gt;
687687
&lt;/docletArtifact&gt;
688688
&lt;destDir&gt;generated-javadoc-json&lt;/destDir&gt; <i class="conum" data-value="3"></i><b>(3)</b>
689689
&lt;reportOutputDirectory&gt;${project.build.directory}&lt;/reportOutputDirectory&gt; <i class="conum" data-value="3"></i><b>(3)</b>
@@ -732,8 +732,8 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
732732
}
733733

734734
dependencies {
735-
testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.3' <i class="conum" data-value="1"></i><b>(1)</b>
736-
jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.3' <i class="conum" data-value="4"></i><b>(4)</b>
735+
testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.4' <i class="conum" data-value="1"></i><b>(1)</b>
736+
jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.4' <i class="conum" data-value="4"></i><b>(4)</b>
737737
}
738738

739739
task jsonDoclet(type: Javadoc, dependsOn: compileJava) {
@@ -2401,8 +2401,8 @@ <h4 id="contributing-building-build"><a class="link" href="#contributing-buildin
24012401
</div>
24022402
<div id="footer">
24032403
<div id="footer-text">
2404-
Version 2.0.3<br>
2405-
Last updated 2018-12-05 21:53:37 CET
2404+
Version 2.0.4<br>
2405+
Last updated 2019-02-04 10:55:53 CET
24062406
</div>
24072407
</div>
24082408
<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>2.0.4-SNAPSHOT</version>
8+
<version>2.0.4</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Auto REST Docs Parent POM</name>

samples/java-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<start-class>capital.scalable.restdocs.example.Application</start-class>
3737
<spring-restdocs.version>2.0.2.RELEASE</spring-restdocs.version>
38-
<spring-auto-restdocs.version>2.0.4-SNAPSHOT</spring-auto-restdocs.version>
38+
<spring-auto-restdocs.version>2.0.4</spring-auto-restdocs.version>
3939
</properties>
4040

4141
<dependencies>

samples/java-webmvc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springAutoRestDocsVersion = "2.0.4-SNAPSHOT"
3+
springAutoRestDocsVersion = "2.0.4"
44
springRestDocsVersion = "2.0.2.RELEASE"
55
springBootVersion = "2.0.6.RELEASE"
66
}

samples/java-webmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<start-class>capital.scalable.restdocs.example.Application</start-class>
3737
<spring-restdocs.version>2.0.2.RELEASE</spring-restdocs.version>
38-
<spring-auto-restdocs.version>2.0.4-SNAPSHOT</spring-auto-restdocs.version>
38+
<spring-auto-restdocs.version>2.0.4</spring-auto-restdocs.version>
3939
</properties>
4040

4141
<dependencies>

samples/kotlin-webmvc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
kotlinVersion = "1.3.0"
4-
springAutoRestDocsVersion = "2.0.4-SNAPSHOT"
4+
springAutoRestDocsVersion = "2.0.4"
55
springRestDocsVersion = "2.0.2.RELEASE"
66
springBootVersion = "2.0.6.RELEASE"
77
dokkaVersion = "0.9.17"

samples/kotlin-webmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<spring-restdocs.version>2.0.2.RELEASE</spring-restdocs.version>
37-
<spring-auto-restdocs.version>2.0.4-SNAPSHOT</spring-auto-restdocs.version>
37+
<spring-auto-restdocs.version>2.0.4</spring-auto-restdocs.version>
3838
<kotlin.version>1.3.0</kotlin.version>
3939
<dokka.version>0.9.17</dokka.version>
4040
<jsonDirectory>${project.build.directory}/generated-javadoc-json</jsonDirectory>

samples/shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<spring-auto-restdocs.version>2.0.4-SNAPSHOT</spring-auto-restdocs.version>
36+
<spring-auto-restdocs.version>2.0.4</spring-auto-restdocs.version>
3737
</properties>
3838

3939
<dependencies>

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

0 commit comments

Comments
 (0)