Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 3940c87

Browse files
authored
v3.3.0 release (#266)
* Updates revision number * lowercases a letter
1 parent e67f265 commit 3940c87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project is a code generator that focuses on supporting all openapi and json
88

99
## Overview
1010
OpenAPI JSON Schema Generator allows auto-generation of API client libraries (SDK generation) given an
11-
[OpenAPI Document](https://github.com/OAI/OpenAPI-Specification) (3.0.0-[3.1.0*](#openapi-v310-support) are supported).
11+
[OpenAPI document](https://github.com/OAI/OpenAPI-Specification) (3.0.0-[3.1.0*](#openapi-v310-support) are supported).
1212
This project focuses on making the output 100% compliant with openapi + JSON schema specs.
1313
The goal is to fully support everything defined in openapi + the included JSON schema specs
1414
so developers can use all of those features.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
</dependencies>
437437
<properties>
438438
<!-- RELEASE_VERSION -->
439-
<revision>3.1.0</revision>
439+
<revision>3.3.0</revision>
440440
<!-- /RELEASE_VERSION -->
441441
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
442442
<java.version>11</java.version>

0 commit comments

Comments
 (0)