You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/05/22 09:12:50 UTC

svn commit: r1341328 - /cocoon/cocoon3/trunk/parent/pom.xml

Author: ilgrosso
Date: Tue May 22 07:12:49 2012
New Revision: 1341328

URL: http://svn.apache.org/viewvc?rev=1341328&view=rev
Log:
Upgrading to Wicket 1.5.6

Modified:
    cocoon/cocoon3/trunk/parent/pom.xml

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=1341328&r1=1341327&r2=1341328&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Tue May 22 07:12:49 2012
@@ -426,13 +426,13 @@
       <dependency>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket</artifactId>
-        <version>1.5.5</version>
+        <version>1.5.6</version>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-spring</artifactId>
-        <version>1.5.5</version>
+        <version>1.5.6</version>
         <exclusions>
           <exclusion>
             <groupId>org.springframework</groupId>