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 2014/10/19 13:40:44 UTC

[67/78] [abbrv] git commit: ISIS-537 Upgrade Wicket-Bootstrap to 0.9.7

ISIS-537 Upgrade Wicket-Bootstrap to 0.9.7


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

Branch: refs/heads/master
Commit: cd19f026efbc373ca9aec87509e42bcc5e4cf73a
Parents: 3f8e250
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Oct 17 12:25:04 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Oct 17 12:25:04 2014 +0300

----------------------------------------------------------------------
 component/viewer/wicket/pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/cd19f026/component/viewer/wicket/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/pom.xml b/component/viewer/wicket/pom.xml
index b711983..9e109d2 100644
--- a/component/viewer/wicket/pom.xml
+++ b/component/viewer/wicket/pom.xml
@@ -44,7 +44,7 @@
         <wicketstuff.version>6.17.0</wicketstuff.version>
 
         <wicket-webjars.version>0.4.3</wicket-webjars.version>
-        <wicket-bootstrap.version>0.9.7-SNAPSHOT</wicket-bootstrap.version>
+        <wicket-bootstrap.version>0.9.7</wicket-bootstrap.version>
         <wicket-source.version>6.0.0.8</wicket-source.version>
 
         <wicket-select2.version>2.2.3</wicket-select2.version>
@@ -84,9 +84,7 @@
 	                        <exclude>**/.settings/**</exclude>
                             <exclude>**/*.pdn</exclude>
                             <exclude>**/jquery.zclip.js</exclude>
-                            
-                            <!-- not released code, so excluded -->
-                            <exclude>jquery-ui/**</exclude>
+
 	                    </excludes>
                     </configuration>
 	            </plugin>