You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2010/09/19 16:36:30 UTC

svn commit: r998676 - /wicket/trunk/pom.xml

Author: mgrigorov
Date: Sun Sep 19 14:36:29 2010
New Revision: 998676

URL: http://svn.apache.org/viewvc?rev=998676&view=rev
Log:
WICKET-3056 Upgrade pom reference for joda-time from 1.6 to 1.6.2



Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=998676&r1=998675&r2=998676&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Sun Sep 19 14:36:29 2010
@@ -509,7 +509,7 @@
 			<dependency>
 				<groupId>joda-time</groupId>
 				<artifactId>joda-time</artifactId>
-				<version>1.6</version>
+				<version>1.6.2</version>
 			</dependency>
 			<dependency>
 				<groupId>cglib</groupId>