Prepare 4.1.0 release (#3597)

* update pom

* update doc

* update version

* add dep for nullable annotaiton
This commit is contained in:
William Cheng
2019-08-09 22:25:32 +08:00
committed by GitHub
parent 1ab7b9ceb6
commit 59c4e381d1
18 changed files with 40 additions and 26 deletions

View File

@@ -19,7 +19,7 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>4.0.3</version>
<version>4.1.0</version>
<!-- /RELEASE_VERSION -->
<dependencies>
<dependency>
@@ -101,6 +101,13 @@
<version>${jersey-version}</version>
</dependency>
<!-- @Nullable annotation -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<!-- JSON processing: jackson -->
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>