You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/04/28 09:21:42 UTC

[37/43] isis git commit: ISIS-1607: fixes links oin swagger-ui.html

ISIS-1607: fixes links oin swagger-ui.html


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

Branch: refs/heads/master
Commit: a5a1cd6968612d3c7e217459a6781ad62e5504af
Parents: bf3c5a7
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Apr 27 16:43:28 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Thu Apr 27 16:43:28 2017 +0100

----------------------------------------------------------------------
 .../simpleapp/webapp/src/main/webapp/swagger-ui/index.html         | 2 +-
 .../webapp/src/main/webapp/swagger-ui/index.html                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a5a1cd69/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html b/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html
index c22fcaf..fa2a324 100644
--- a/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html
+++ b/example/application/simpleapp/webapp/src/main/webapp/swagger-ui/index.html
@@ -20,7 +20,7 @@
 <html>
 <head>
     <meta charset="UTF-8">
-    <base href="../webjars/swagger-ui/2.1.3/"/>
+    <base href="../webjars/swagger-ui/2.1.4/"/>
     <title>Swagger UI</title>
     <link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
     <link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />

http://git-wip-us.apache.org/repos/asf/isis/blob/a5a1cd69/example/archetype/simpleapp/src/main/resources/archetype-resources/webapp/src/main/webapp/swagger-ui/index.html
----------------------------------------------------------------------
diff --git a/example/archetype/simpleapp/src/main/resources/archetype-resources/webapp/src/main/webapp/swagger-ui/index.html b/example/archetype/simpleapp/src/main/resources/archetype-resources/webapp/src/main/webapp/swagger-ui/index.html
index a504c37..4694b93 100644
--- a/example/archetype/simpleapp/src/main/resources/archetype-resources/webapp/src/main/webapp/swagger-ui/index.html
+++ b/example/archetype/simpleapp/src/main/resources/archetype-resources/webapp/src/main/webapp/swagger-ui/index.html
@@ -23,7 +23,7 @@
 <html>
 <head>
     <meta charset="UTF-8">
-    <base href="../webjars/swagger-ui/2.1.3/"/>
+    <base href="../webjars/swagger-ui/2.1.4/"/>
     <title>Swagger UI</title>
     <link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
     <link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />