Skip to content
This repository was archived by the owner on Nov 24, 2022. It is now read-only.

Commit f033a5e

Browse files
committed
Update README
1 parent 0fed928 commit f033a5e

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,21 @@
55
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).
66

77
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.
1110
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.
11+
12+
Last released version:
13+
14+
```xml
15+
<dependency>
16+
<groupId>org.openapitools.swagger.parser</groupId>
17+
<artifactId>swagger-parser</artifactId>
18+
<version>2.0.8-OpenAPITools.org-2</version>
19+
</dependency>
20+
```
21+
22+
Released versions should be used until the next official compatible version is published.
1323

1424
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).
1525

0 commit comments

Comments
 (0)