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:
Stephane Maarek 2016-10-14 10:39:57 +11:00 committed by Andy LoPresto
parent 6e7793305d
commit 33ba1a822e
No known key found for this signature in database
GPG Key ID: 3C6EF65B2F7DEF69
1 changed files with 1 additions and 1 deletions

View File

@ -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>