Skip to content

Commit 1cfb832

Browse files
committed
docs: add refs to oas 3.1 wiki
1 parent d225adb commit 1cfb832

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CI/prepare-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sed -i -e "s/$sc_find/$sc_replace/g" $CUR/README.md
4545
# update readme with a line for the new release replacing the previous
4646
CURDATE=$(date +"%Y-%m-%d")
4747
sc_find="------------------------- | ------------ | -------------------------- | ----- | ----"
48-
sc_add="$SC_VERSION (**current stable**)| $CURDATE | 3.0 | [tag v$SC_VERSION](https:\/\/github.com\/swagger-api\/swagger-core\/tree\/v$SC_VERSION) | Supported"
48+
sc_add="$SC_VERSION (**current stable**)| $CURDATE | 3.x | [tag v$SC_VERSION](https:\/\/github.com\/swagger-api\/swagger-core\/tree\/v$SC_VERSION) | Supported"
4949
sc_replace="$sc_find\n$sc_add"
5050
sed -i -e "s/$sc_find/$sc_replace/g" $CUR/README.md
5151

CI/update-v1-readme.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ sed -i -e "s/$sc_find/$sc_replace/g" $CUR/README.md
1414
# update readme with a line for the new release replacing the previous
1515
CURDATE=$(date +"%Y-%m-%d")
1616
sc_find="------------------------- | ------------ | -------------------------- | ----- | ----"
17-
sc_add="$SC_VERSION (**current stable**)| $CURDATE | 3.0 | [tag v$SC_VERSION](https:\/\/github.com\/swagger-api\/swagger-core\/tree\/v$SC_VERSION) | Supported"
17+
sc_add="$SC_VERSION (**current stable**)| $CURDATE | 3.x | [tag v$SC_VERSION](https:\/\/github.com\/swagger-api\/swagger-core\/tree\/v$SC_VERSION) | Supported"
1818
sc_replace="$sc_find\n$sc_add"
1919
sed -i -e "s/$sc_find/$sc_replace/g" $CUR/README.md

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
**NOTE:** Since version 2.1.7, Swagger Core also supports the Jakarta namespace. There are a parallel set of artifacts with the `-jakarta` suffix, providing the same functionality as the unsuffixed (i.e.: `javax`) artifacts.
66
Please see the [Wiki](https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---Getting-started) for more details.
77

8+
**NOTE:** Since version 2.2.0 Swagger Core supports OpenAPI 3.1; see [this page](https://github.com/swagger-api/swagger-core/wiki/Swagger-2.X---OpenAPI-3.1) for details
9+
810
![Build Test Deploy](https://github.com/swagger-api/swagger-core/workflows/Build%20Test%20Deploy%20master/badge.svg?branch=master)
911
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.swagger.core.v3/swagger-project/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/io.swagger.core.v3/swagger-project)
1012

@@ -21,14 +23,14 @@ The OpenAPI Specification has undergone several revisions since initial creation
2123

2224
Swagger core Version | Release Date | OpenAPI Spec compatibility | Notes | Status
2325
------------------------- | ------------ | -------------------------- | ----- | ----
24-
2.2.7 (**current stable**)| 2022-11-15 | 3.0 | [tag v2.2.7](https://github.com/swagger-api/swagger-core/tree/v2.2.7) | Supported
25-
2.2.6 | 2022-11-02 | 3.0 | [tag v2.2.6](https://github.com/swagger-api/swagger-core/tree/v2.2.6) | Supported
26-
2.2.5 | 2022-11-02 | 3.0 | [tag v2.2.5](https://github.com/swagger-api/swagger-core/tree/v2.2.5) | Supported
27-
2.2.4 | 2022-10-16 | 3.0 | [tag v2.2.4](https://github.com/swagger-api/swagger-core/tree/v2.2.4) | Supported
28-
2.2.3 | 2022-09-27 | 3.0 | [tag v2.2.3](https://github.com/swagger-api/swagger-core/tree/v2.2.3) | Supported
29-
2.2.2 | 2022-07-20 | 3.0 | [tag v2.2.2](https://github.com/swagger-api/swagger-core/tree/v2.2.2) | Supported
30-
2.2.1 | 2022-06-15 | 3.0 | [tag v2.2.1](https://github.com/swagger-api/swagger-core/tree/v2.2.1) | Supported
31-
2.2.0 | 2022-04-04 | 3.0 | [tag v2.2.0](https://github.com/swagger-api/swagger-core/tree/v2.2.0) | Supported
26+
2.2.7 (**current stable**)| 2022-11-15 | 3.x | [tag v2.2.7](https://github.com/swagger-api/swagger-core/tree/v2.2.7) | Supported
27+
2.2.6 | 2022-11-02 | 3.x | [tag v2.2.6](https://github.com/swagger-api/swagger-core/tree/v2.2.6) | Supported
28+
2.2.5 | 2022-11-02 | 3.x | [tag v2.2.5](https://github.com/swagger-api/swagger-core/tree/v2.2.5) | Supported
29+
2.2.4 | 2022-10-16 | 3.x | [tag v2.2.4](https://github.com/swagger-api/swagger-core/tree/v2.2.4) | Supported
30+
2.2.3 | 2022-09-27 | 3.x | [tag v2.2.3](https://github.com/swagger-api/swagger-core/tree/v2.2.3) | Supported
31+
2.2.2 | 2022-07-20 | 3.x | [tag v2.2.2](https://github.com/swagger-api/swagger-core/tree/v2.2.2) | Supported
32+
2.2.1 | 2022-06-15 | 3.x | [tag v2.2.1](https://github.com/swagger-api/swagger-core/tree/v2.2.1) | Supported
33+
2.2.0 | 2022-04-04 | 3.x | [tag v2.2.0](https://github.com/swagger-api/swagger-core/tree/v2.2.0) | Supported
3234
2.1.13 | 2022-02-07 | 3.0 | [tag v2.1.13](https://github.com/swagger-api/swagger-core/tree/v2.1.13) | Supported
3335
2.1.12 | 2021-12-23 | 3.0 | [tag v2.1.12](https://github.com/swagger-api/swagger-core/tree/v2.1.12) | Supported
3436
2.1.11 | 2021-09-29 | 3.0 | [tag v2.1.11](https://github.com/swagger-api/swagger-core/tree/v2.1.11) | Supported**

0 commit comments

Comments
 (0)