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 2013/07/29 19:22:10 UTC

svn commit: r1508142 - in /logging/log4j/log4j2/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Mon Jul 29 17:22:10 2013
New Revision: 1508142

URL: http://svn.apache.org/r1508142
Log:
[LOG4J2-325] Update JDBC tests to use H2 database 1.3.173 from 1.3.172.

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

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1508142&r1=1508141&r2=1508142&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Mon Jul 29 17:22:10 2013
@@ -420,7 +420,7 @@
       <dependency>
         <groupId>com.h2database</groupId>
         <artifactId>h2</artifactId>
-        <version>1.3.172</version>
+        <version>1.3.173</version>
       </dependency>
       <dependency>
         <groupId>org.eclipse.persistence</groupId>

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1508142&r1=1508141&r2=1508142&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Mon Jul 29 17:22:10 2013
@@ -21,6 +21,9 @@
   </properties>
   <body>
     <release version="2.0-beta9" date="soon, very soon" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-325" dev="ggregory" type="update">
+        Update JDBC tests to use H2 database 1.3.173 from 1.3.172.
+      </action>
       <action issue="LOG4J2-317" dev="ggregory" type="update">
         Rename FastFileAppender and FastRollingFileAppender to RandomAccessFileAppender and RollingRandomAccessFileAppender.
       </action>