You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2005/11/25 06:06:26 UTC

svn commit: r348880 - /jakarta/commons/proper/resources/trunk/project.xml

Author: niallp
Date: Thu Nov 24 21:06:18 2005
New Revision: 348880

URL: http://svn.apache.org/viewcvs?rev=348880&view=rev
Log:
Upgrade to next version of hsqldb. From hsqldb 1.7.2 onwards in memeory databases don't shut down when the last connection is closed. This was causing problems in the JDBC tests following recent changes to close connections properly.

Modified:
    jakarta/commons/proper/resources/trunk/project.xml

Modified: jakarta/commons/proper/resources/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/project.xml?rev=348880&r1=348879&r2=348880&view=diff
==============================================================================
--- jakarta/commons/proper/resources/trunk/project.xml (original)
+++ jakarta/commons/proper/resources/trunk/project.xml Thu Nov 24 21:06:18 2005
@@ -208,7 +208,7 @@
     <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
-      <version>1.7.1</version>
+      <version>1.7.2.2</version>
       <url>http://hsqldb.sourceforge.net/</url>
       <properties>
           <scope>test</scope>
@@ -253,6 +253,20 @@
       <artifactId>maven-file-activity-plugin</artifactId>
       <version>1.5.2</version>
       <url>http://maven.apache.org/reference/plugins/file-activity/</url>
+      <type>plugin</type>
+      <properties>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.5.2 (minimum)
+              required for building the Resources Site documentation.
+          </comment>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-developer-activity-plugin</artifactId>
+      <version>1.5.2</version>
+      <url>http://maven.apache.org/reference/plugins/developer-activity/</url>
       <type>plugin</type>
       <properties>
           <comment>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org