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:44:03 UTC

[30/38] isis git commit: ISIS-1353: updates webjars-servlet-2.x from 1.4 to 1.5

ISIS-1353: updates webjars-servlet-2.x from 1.4 to 1.5

            <dependency>
                <groupId>org.webjars</groupId>
                <artifactId>webjars-servlet-2.x</artifactId>
                <version>${webjars-servlet-2.x.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/da827340
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/da827340
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/da827340

Branch: refs/heads/master
Commit: da827340eb6f226cfbbb19238701f95918893ba7
Parents: 064834c
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 07:12:49 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 17:21:57 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/da827340/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 2a0515a..dd3b04e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -129,7 +129,7 @@
         <gson.version>2.7</gson.version>
         <swagger-core.version>1.5.9</swagger-core.version>
         <swagger-ui.version>2.1.4</swagger-ui.version>
-        <webjars-servlet-2.x.version>1.4</webjars-servlet-2.x.version>
+        <webjars-servlet-2.x.version>1.5</webjars-servlet-2.x.version>
 
         <!-- using 2.3.2 throws strange error about not finding org.hsqldb.jdbcDriver -->
         <!-- using 2.3.3 throws SQL exception in simpleapp integtests -->