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

2.0.13-OpenAPITools.org-2

Choose a tag to compare

@jmini jmini released this 28 Jun 19:32
· 105 commits to 2.0-OpenAPITools since this release

This released version is derived from the 2.0.13 release of the official project with 1 additional change:

It is published on maven central (with a modified groupId) and it uses a specific version suffix (OpenAPITools.org-2) to indicate that the version is built by a fork of the project.

<dependency>
  <groupId>org.openapitools.swagger.parser</groupId>
  <artifactId>swagger-parser</artifactId>
  <version>2.0.13-OpenAPITools.org-2</version>
</dependency>

For a full list of changes, please review the commit history to find out more.