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 2013/04/15 09:51:37 UTC

svn commit: r1467889 - in /syncope/trunk: ./ pom.xml

Author: ilgrosso
Date: Mon Apr 15 07:51:36 2013
New Revision: 1467889

URL: http://svn.apache.org/r1467889
Log:
Merge from 1_1_X

Modified:
    syncope/trunk/   (props changed)
    syncope/trunk/pom.xml

Propchange: syncope/trunk/
------------------------------------------------------------------------------
  Merged /syncope/branches/1_0_X:r1467183-1467869
  Merged /syncope/branches/1_1_X:r1467186-1467888

Modified: syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1467889&r1=1467888&r2=1467889&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Mon Apr 15 07:51:36 2013
@@ -286,7 +286,7 @@ under the License.
     <commons-jexl.version>2.1.1</commons-jexl.version>
     <commons-lang.version>2.6</commons-lang.version>
         
-    <httpcomponents.version>4.2.3</httpcomponents.version>
+    <httpcomponents.version>4.2.4</httpcomponents.version>
 
     <activiti.version>5.12</activiti.version>
 
@@ -306,7 +306,7 @@ under the License.
 
     <wicket.version>6.6.0</wicket.version>
 
-    <groovy.version>2.1.2</groovy.version>
+    <groovy.version>2.1.3</groovy.version>
 
     <h2.version>1.3.170</h2.version>
 
@@ -472,7 +472,7 @@ under the License.
       <dependency>
         <groupId>javax.validation</groupId>
         <artifactId>validation-api</artifactId>
-        <version>1.0.0.GA</version>
+        <version>1.1.0.Final</version>
       </dependency>
       <dependency>
         <groupId>org.apache.bval</groupId>
@@ -567,7 +567,7 @@ under the License.
       <dependency>
         <groupId>cglib</groupId>
         <artifactId>cglib</artifactId>
-        <version>2.2.2</version>
+        <version>3.0</version>
       </dependency>
             
       <dependency>