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:05 UTC

[32/38] isis git commit: ISIS-1353: updates wicket-bootstrap from 0.9.15 to 0.9.16

ISIS-1353: updates wicket-bootstrap from 0.9.15 to 0.9.16

            <dependency>
                <groupId>de.agilecoders.wicket</groupId>
                <artifactId>wicket-bootstrap-core</artifactId>
                <version>${wicket-bootstrap.version}</version>
                ...
            </dependency>

            <dependency>
                <groupId>de.agilecoders.wicket</groupId>
                <artifactId>wicket-bootstrap-extensions</artifactId>
                <version>${wicket-bootstrap.version}</version>
                ...
            </dependency>

            <dependency>
                <groupId>de.agilecoders.wicket</groupId>
                <artifactId>wicket-bootstrap-themes</artifactId>
                <version>${wicket-bootstrap.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/208408e6
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/208408e6
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/208408e6

Branch: refs/heads/master
Commit: 208408e6ea864bd2dc520828af392223d79876fc
Parents: f5906f1
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 07:16:28 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 17:22:32 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/208408e6/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 2aead94..2a51e34 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -142,7 +142,7 @@
         <wicket.version>6.23.0</wicket.version>
 
         <wicket-webjars.version>0.4.9</wicket-webjars.version>
-        <wicket-bootstrap.version>0.9.15</wicket-bootstrap.version>
+        <wicket-bootstrap.version>0.9.16</wicket-bootstrap.version>
         <wicket-source.version>6.0.0.8</wicket-source.version>
 
         <wicket-select2.version>6.23.0</wicket-select2.version>