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/30 16:34:26 UTC

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

Author: ilgrosso
Date: Thu Jan 30 15:34:26 2014
New Revision: 1562855

URL: http://svn.apache.org/r1562855
Log:
Upgrade H2 to 1.3.175

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=1562855&r1=1562854&r2=1562855&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Thu Jan 30 15:34:26 2014
@@ -334,7 +334,7 @@ under the License.
 
     <groovy.version>2.2.1</groovy.version>
 
-    <h2.version>1.3.174</h2.version>
+    <h2.version>1.3.175</h2.version>
 
     <logback.version>1.0.13</logback.version>
     <slf4j.version>1.7.5</slf4j.version>