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

Commit 18864f4

Browse files
authored
Rev roll to 2.0.2 (#173)
1 parent 35b5c49 commit 18864f4

File tree

6 files changed

+6
-5
lines changed
  • samples/openapi3/client
    • 3_0_3_unit_test/python/.openapi-generator
    • features
      • nonCompliantUseDiscriminatorIfCompositionFails/python/.openapi-generator
      • security/python/.openapi-generator
    • petstore/python/.openapi-generator

6 files changed

+6
-5
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
8989

9090
| OpenAPI JSON Schema Generator Version | OpenAPI Spec compatibility |
9191
|---------------------------------------|-----------------------------|
92+
| 2.0.2 | 3.0.0 - 3.0.3 |
9293
| 2.0.1 | 3.0.0 - 3.0.3 |
9394
| 2.0.0 | 3.0.0 - 3.0.3 |
9495
| 1.0.4 | 3.0.0 - 3.0.3 |

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@
12661266
</repositories>
12671267
<properties>
12681268
<!-- RELEASE_VERSION -->
1269-
<revision>2.0.1</revision>
1269+
<revision>2.0.2</revision>
12701270
<!-- /RELEASE_VERSION -->
12711271
<maven.compiler.source>1.8</maven.compiler.source>
12721272
<maven.compiler.target>1.8</maven.compiler.target>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2

0 commit comments

Comments
 (0)