You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/01/05 20:55:40 UTC

svn commit: r1227798 - /commons/proper/validator/trunk/pom.xml

Author: simonetripodi
Date: Thu Jan  5 19:55:40 2012
New Revision: 1227798

URL: http://svn.apache.org/viewvc?rev=1227798&view=rev
Log:
upgraded commons-beanutils to version 1.8.3

Modified:
    commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1227798&r1=1227797&r2=1227798&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Thu Jan  5 19:55:40 2012
@@ -197,7 +197,7 @@
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
-      <version>1.8.2</version>
+      <version>1.8.3</version>
     </dependency>
 
     <dependency>