Skip to content

Commit 3973190

Browse files
committed
Update for 2.0.0-M2
1 parent 1df6c90 commit 3973190

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
17481748
<p><code>springdoc-openapi</code> is compatible with <code>spring-boot 1</code> and <code>spring-boot 2</code>.</p>
17491749
</div>
17501750
<div class="paragraph">
1751-
<p>In general, <strong>you should only pick the last stable version as per today 1.6.6.</strong></p>
1751+
<p>In general, <strong>you should only pick the last stable version as per today 1.6.7.</strong></p>
17521752
</div>
17531753
<div class="paragraph">
17541754
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2 id="getting-started">Getting Started</h2>
3030
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"> &lt;dependency&gt;
3131
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
3232
&lt;artifactId&gt;springdoc-openapi-ui&lt;/artifactId&gt;
33-
&lt;version&gt;1.6.6&lt;/version&gt;
33+
&lt;version&gt;1.6.7&lt;/version&gt;
3434
&lt;/dependency&gt;</code></pre>
3535
</div>
3636
</div>

src/docs/asciidoc/v2/faq.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,13 +838,13 @@ private Schema getFieldSchemaWithDifferentDescription(Class className, String de
838838
=== What is the compatibility matrix of `springdoc-openapi` with `spring-boot` ?
839839
`springdoc-openapi 2.x` is compatible with `spring-boot 3`.
840840

841-
In general, **you should only pick the last stable version as per today 2.0.0-M1.**
841+
In general, **you should only pick the last stable version as per today 2.0.0-M2.**
842842

843843
More precisely, this the exhaustive list of spring-boot versions against which `springdoc-openapi` has been built:
844844

845845
|===
846846
| spring-boot Versions | Minimum springdoc-openapi Versions
847-
|`3.0.x` | `2.0.0-M1`+
847+
|`3.0.x` | `2.0.0-M2`+
848848
|`2.6.x`, `1.5.x` | `1.6.0`+
849849
|`2.5.x`, `1.5.x` | `1.5.9`+
850850
|`2.4.x`, `1.5.x` | `1.5.0`+

src/docs/asciidoc/v2/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For the integration between spring-boot and swagger-ui, add the library to the l
88
<dependency>
99
<groupId>org.springdoc</groupId>
1010
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
11-
<version>2.0.0-M1</version>
11+
<version>2.0.0-M2</version>
1212
</dependency>
1313
----
1414

src/docs/asciidoc/v2/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= springdoc-openapi v2.0.0-M1
1+
= springdoc-openapi v2.0.0-M2
22
Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN
33
include::_attributes.adoc[]
44

src/docs/asciidoc/v2/migrating-from-springfox.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<dependency>
99
<groupId>org.springdoc</groupId>
1010
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
11-
<version>2.0.0-M1</version>
11+
<version>2.0.0-M2</version>
1212
</dependency>
1313
----
1414

src/docs/asciidoc/v2/modules.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image::images/common.png[Architecture]
1818
<dependency>
1919
<groupId>org.springdoc</groupId>
2020
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
21-
<version>2.0.0-M1</version>
21+
<version>2.0.0-M2</version>
2222
</dependency>
2323
----
2424

@@ -43,7 +43,7 @@ springdoc.api-docs.path=/api-docs
4343
<dependency>
4444
<groupId>org.springdoc</groupId>
4545
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
46-
<version>2.0.0-M1</version>
46+
<version>2.0.0-M2</version>
4747
</dependency>
4848
----
4949

0 commit comments

Comments
 (0)