You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,21 @@
5
5
This is a fork of [swagger-api/swagger-parser](https://github.com/swagger-api/swagger-parser) to work on use cases for [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator).
6
6
7
7
Work is made in the `2.0-OpenAPITools` branch, which is aligned with the `master` branch of the original project.
8
-
Maven `groupId` was changed to: `<groupId>org.openapitools.swagger.parser</groupId>`
9
-
10
-
There are `SNAPSHOT` and [released](https://github.com/OpenAPITools/swagger-parser/releases) version from this branch.
8
+
Maven `groupId` was changed to: `org.openapitools.swagger.parser`
9
+
There are `SNAPSHOT` and [released](https://github.com/OpenAPITools/swagger-parser/releases) versions from this branch.
11
10
Released versions use `OpenAPITools.org-*` suffix in their name to distinguish them from official version.
12
-
Released versions should be used until the next offical version is published.
Released versions should be used until the next official compatible version is published.
13
23
14
24
If you want to change something in this project, be sure to also file a PR in [swagger-api/swagger-parser](https://github.com/swagger-api/swagger-parser/pulls).
0 commit comments