You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2014/03/24 01:30:46 UTC

svn commit: r1580675 - /logging/log4j/log4j2/trunk/pom.xml

Author: ggregory
Date: Mon Mar 24 00:30:46 2014
New Revision: 1580675

URL: http://svn.apache.org/r1580675
Log:
Test with H2 1.3.175 (was 1.3.173).

Modified:
    logging/log4j/log4j2/trunk/pom.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1580675&r1=1580674&r2=1580675&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Mon Mar 24 00:30:46 2014
@@ -530,7 +530,7 @@
       <dependency>
         <groupId>com.h2database</groupId>
         <artifactId>h2</artifactId>
-        <version>1.3.173</version>
+        <version>1.3.175</version>
       </dependency>
       <dependency>
         <groupId>org.eclipse.persistence</groupId>