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:50:02 UTC

svn commit: r998678 - /wicket/branches/wicket-1.4.x/pom.xml

Author: mgrigorov
Date: Sun Sep 19 14:50:02 2010
New Revision: 998678

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


Modified:
    wicket/branches/wicket-1.4.x/pom.xml

Modified: wicket/branches/wicket-1.4.x/pom.xml
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/pom.xml?rev=998678&r1=998677&r2=998678&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/pom.xml (original)
+++ wicket/branches/wicket-1.4.x/pom.xml Sun Sep 19 14:50:02 2010
@@ -479,7 +479,7 @@
 			<dependency>
 				<groupId>joda-time</groupId>
 				<artifactId>joda-time</artifactId>
-				<version>1.6</version>
+				<version>1.6.2</version>
 			</dependency>
 			<dependency>
 				<groupId>cglib</groupId>