You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/07/25 09:38:09 UTC

camel git commit: Upgrade swagger ui

Repository: camel
Updated Branches:
  refs/heads/master 77ac1293d -> 683724b3f


Upgrade swagger ui


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/683724b3
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/683724b3
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/683724b3

Branch: refs/heads/master
Commit: 683724b3f941f6ff8ddb2ccbc4dc39d85e6fb8c3
Parents: 77ac129
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Jul 25 11:38:03 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Jul 25 11:38:03 2017 +0200

----------------------------------------------------------------------
 examples/camel-example-swagger-xml/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/683724b3/examples/camel-example-swagger-xml/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-swagger-xml/pom.xml b/examples/camel-example-swagger-xml/pom.xml
index 484a08b..525277e 100755
--- a/examples/camel-example-swagger-xml/pom.xml
+++ b/examples/camel-example-swagger-xml/pom.xml
@@ -37,7 +37,7 @@
     <category>Rest</category>
     <title>Swagger XML</title>
 
-    <swagger-ui.version>2.2.6</swagger-ui.version>
+    <swagger-ui.version>3.0.20</swagger-ui.version>
     <swagger.url>https://github.com/swagger-api/swagger-ui/archive</swagger.url>
     <destDir>target/swagger-ui</destDir>
   </properties>