Skip to content

Commit b1e6ecf

Browse files
committed
doc update
1 parent 14ec4e2 commit b1e6ecf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

src/docs/asciidoc/v2/faq.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,13 +918,13 @@ image::img/static_content_transformation.png[Illustrative example]
918918
=== What is the compatibility matrix of `springdoc-openapi` with `spring-boot` ?
919919
`springdoc-openapi 2.x` is compatible with `spring-boot 3`.
920920

921-
In general, **you should only pick the last stable version as per today 2.0.0-M3.**
921+
In general, **you should only pick the last stable version as per today 2.0.0-M4.**
922922

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

925925
|===
926926
| spring-boot Versions | Minimum springdoc-openapi Versions
927-
|`3.0.x` | `2.0.0-M3`+
927+
|`3.0.x` | `2.0.0-M4`+
928928
|`2.6.x`, `1.5.x` | `1.6.0`+
929929
|`2.5.x`, `1.5.x` | `1.5.9`+
930930
|`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-M3</version>
11+
<version>2.0.0-M4</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-M3
1+
= springdoc-openapi v2.0.0-M4
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-M3</version>
11+
<version>2.0.0-M4</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::img/common.png[Architecture]
1818
<dependency>
1919
<groupId>org.springdoc</groupId>
2020
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
21-
<version>2.0.0-M3</version>
21+
<version>2.0.0-M4</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-M3</version>
46+
<version>2.0.0-M4</version>
4747
</dependency>
4848
----
4949

0 commit comments

Comments
 (0)