You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2014/01/02 08:43:40 UTC

svn commit: r1554760 - /syncope/branches/1_1_X/pom.xml

Author: ilgrosso
Date: Thu Jan  2 07:43:40 2014
New Revision: 1554760

URL: http://svn.apache.org/r1554760
Log:
Upgrading to commons-lang 3.2

Modified:
    syncope/branches/1_1_X/pom.xml

Modified: syncope/branches/1_1_X/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/pom.xml?rev=1554760&r1=1554759&r2=1554760&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Thu Jan  2 07:43:40 2014
@@ -304,7 +304,7 @@ under the License.
     <connid.ad.version>1.1.2</connid.ad.version>
 
     <commons-jexl.version>2.1.1</commons-jexl.version>
-    <commons-lang.version>3.1</commons-lang.version>
+    <commons-lang.version>3.2</commons-lang.version>
         
     <hc.client.version>4.2.6</hc.client.version>