You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/09/02 10:56:42 UTC

svn commit: r1164412 - /incubator/lcf/trunk/pom.xml

Author: kwright
Date: Fri Sep  2 08:56:42 2011
New Revision: 1164412

URL: http://svn.apache.org/viewvc?rev=1164412&view=rev
Log:
Get the hsqldb version right in pom.xml too

Modified:
    incubator/lcf/trunk/pom.xml

Modified: incubator/lcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/pom.xml?rev=1164412&r1=1164411&r2=1164412&view=diff
==============================================================================
--- incubator/lcf/trunk/pom.xml (original)
+++ incubator/lcf/trunk/pom.xml Fri Sep  2 08:56:42 2011
@@ -33,7 +33,7 @@
     <!-- dependency versions -->
     <junit.version>4.8.2</junit.version>
     <postgresql.version>8.4-702.jdbc4</postgresql.version>
-    <hsqldb.version>2.2.4</hsqldb.version>
+    <hsqldb.version>2.2.5</hsqldb.version>
     <derby.version>10.7.1.1</derby.version>
     <jetty.version>6.1.26</jetty.version>
   </properties>