mirror of https://github.com/apache/nifi.git
NIFI-2899 Updated swagger-maven-plugin to 3.0.1
Incorporates the fix from https://github.com/kongchen/swagger-maven-plugin/issues/141 Ensures the new swagger.json is spec 2.0 compliant, see https://github.com/swagger-api/swagger-codegen/issues/3976 This closes #1135. Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
parent
6e7793305d
commit
33ba1a822e
|
@ -59,7 +59,7 @@
|
|||
<plugin>
|
||||
<groupId>com.github.kongchen</groupId>
|
||||
<artifactId>swagger-maven-plugin</artifactId>
|
||||
<version>3.0-M1</version>
|
||||
<version>3.0.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>compile</phase>
|
||||
|
|
Loading…
Reference in New Issue