Repository: nifi
Updated Branches:
  refs/heads/master 6e7793305 -> 33ba1a822


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 <alopre...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/33ba1a82
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/33ba1a82
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/33ba1a82

Branch: refs/heads/master
Commit: 33ba1a822e8af48e74b6c8faac5feb754f515121
Parents: 6e77933
Author: Stephane Maarek <simplest...@users.noreply.github.com>
Authored: Fri Oct 14 10:39:57 2016 +1100
Committer: Andy LoPresto <alopre...@apache.org>
Committed: Thu Oct 13 17:21:11 2016 -0700

----------------------------------------------------------------------
 .../nifi-framework/nifi-web/nifi-web-api/pom.xml                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/33ba1a82/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
index 56c1e3f..e2e67f3 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
@@ -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>

Reply via email to