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 2016/07/14 10:43:49 UTC

[16/38] isis git commit: ISIS-1353: updates swagger-ui from 2.1.3 to 2.1.4

ISIS-1353: updates swagger-ui from 2.1.3 to 2.1.4

            <dependency>
                <groupId>org.webjars</groupId>
                <artifactId>swagger-ui</artifactId>
                <version>${swagger-ui.version}</version>
            </dependency>


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

Branch: refs/heads/master
Commit: 7d2367bae77f2fc5a70a266f3fc8d393d1d1d629
Parents: 839bd77
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 06:43:30 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 06:43:30 2016 +0100

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/7d2367ba/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 92437eb..b8e5e49 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -128,7 +128,7 @@
         <jackson.version>2.8.0</jackson.version>
         <gson.version>2.7</gson.version>
         <swagger-core.version>1.5.9</swagger-core.version>
-        <swagger-ui.version>2.1.3</swagger-ui.version>
+        <swagger-ui.version>2.1.4</swagger-ui.version>
         <webjars-servlet-2.x.version>1.4</webjars-servlet-2.x.version>
 
         <!-- using 2.3.2 throws strange error about not finding org.hsqldb.jdbcDriver -->