Author: mgrigorov
Date: Sun Feb 20 17:13:10 2011
New Revision: 1072636

URL: http://svn.apache.org/viewvc?rev=1072636&view=rev
Log:
WICKET-3459 Update jetty to 7.3 and spring to 2.5.6.SEC02


Modified:
    
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
    wicket/trunk/pom.xml

Modified: 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=1072636&r1=1072635&r2=1072636&view=diff
==============================================================================
--- 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 Sun Feb 20 17:13:10 2011
@@ -21,7 +21,7 @@
        </licenses>
        <properties>
                <wicket.version>1.5-SNAPSHOT</wicket.version>
-               <jetty.version>7.2.2.v20101205</jetty.version>
+               <jetty.version>7.3.0.v20110203</jetty.version>
        </properties>
        <dependencies>
                <!--  WICKET DEPENDENCIES -->

Modified: wicket/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=1072636&r1=1072635&r2=1072636&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Sun Feb 20 17:13:10 2011
@@ -32,8 +32,8 @@
        <description>Wicket is a Java-based open source component web 
application framework.</description>
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <jetty.version>7.2.2.v20101205</jetty.version>
-               <spring.version>2.5.6</spring.version>
+               <jetty.version>7.3.0.v20110203</jetty.version>
+               <spring.version>2.5.6.SEC02</spring.version>
        </properties>
        
        <profiles>


Reply via email to