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

Commit 4dd3e65

Browse files
authored
Version changd to 4.4.0 (#432)
1 parent aa6e36f commit 4dd3e65

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,6 @@ Currently, the following languages/frameworks are supported:
5050
We use a Discord server as a place to ask questions and help each other. It offers functionality very similar to Slack.
5151
You can join us here: https://discord.gg/mHB8WEQuYQ
5252

53-
And many more!
54-
- [Docs for the java generator](docs/generators/java.md)
55-
- [generated client sample code](samples/client/petstore/java)
56-
- [Openapi v3.0.3 general petstore spec, general features](src/test/resources/3_0/python/petstore_customized.yaml)- [generated v3.1.0 unit test client sample code](samples/client/3_1_0_unit_test/python)
57-
- [Openapi json schema v3.1.0 unit test spec](src/test/resources/3_1/unit_test_spec/3_1_0_unit_test_spec.yaml)
58-
- [generated v3.1.0 unit test client sample code](samples/client/3_1_0_unit_test/java)
59-
- [Openapi json schema v3.1.0 unit test spec](src/test/resources/3_1/unit_test_spec/3_1_0_unit_test_spec_nopaths.yaml)
60-
- [generated v3.0.3 unit test client sample code](samples/client/3_0_3_unit_test/java)
61-
- [Openapi json schema v3.0.3 unit test spec](src/test/resources/3_0/unit_test_spec/3_0_3_unit_test_spec_nopaths.yaml)
62-
6353
### Can I build here?
6454

6555
Yes; contributions are welcome!

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
</dependencies>
447447
<properties>
448448
<!-- RELEASE_VERSION -->
449-
<revision>4.3.0</revision>
449+
<revision>4.4.0</revision>
450450
<!-- /RELEASE_VERSION -->
451451
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
452452
<java.version>11</java.version>

0 commit comments

Comments
 (0)