Upgraded Wicket to version 6.15.0

This commit is contained in:
Andreas Svanberg 2014-04-25 14:51:37 +02:00
parent cc1382366b
commit 7bea134671
2 changed files with 3 additions and 3 deletions
pom.xml
view/src/main/java/se/su/dsv/scipro/basepages

@ -22,7 +22,7 @@
<!-- Dependency versions -->
<slf4j.version>1.7.6</slf4j.version>
<log4j2.version>2.0-rc1</log4j2.version>
<wicket.version>6.14.0</wicket.version>
<wicket.version>6.15.0</wicket.version>
<wiquery.version>6.13.0</wiquery.version>
<jetty.version>9.0.5.v20130815</jetty.version>
<hibernate.version>4.2.8.Final</hibernate.version>

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<html lang="en" xmlns:wicket="http://wicket.apache.org">
<head>
<meta charset="UTF-8" />
<title wicket:id="pageTitle">SciPro Projects, DSV</title>
@ -10,11 +10,11 @@
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.js"></script>-->
<wicket:header-items/>
<script src="js/bootstrap.min.js"></script>
<script src="js/scroll-sneak.js"></script>
<script src="js/scipro.js"></script>
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>