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 2016/01/26 10:57:41 UTC

syncope git commit: Downgrading H2 to 1.4.190 since 1.4.191 seems to be slow

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 5e0e90d61 -> fbe484392


Downgrading H2 to 1.4.190 since 1.4.191 seems to be slow


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/fbe48439
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/fbe48439
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/fbe48439

Branch: refs/heads/1_2_X
Commit: fbe4843927cec18044e938ca92abcf57f9431936
Parents: 5e0e90d
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Jan 26 10:57:35 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Jan 26 10:57:35 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/fbe48439/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 29da14d..6609da2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -362,7 +362,7 @@ under the License.
 
     <groovy.version>2.3.10</groovy.version>
 
-    <h2.version>1.4.191</h2.version>
+    <h2.version>1.4.190</h2.version>
 
     <log4j.version>2.3</log4j.version>
     <slf4j.version>1.7.14</slf4j.version>