Author: kwright
Date: Sun Nov 2 19:16:29 2014
New Revision: 1636168
URL: http://svn.apache.org/r1636168
Log:
Update HSQLDB version to 2.3.2
Modified:
manifoldcf/branches/dev_1x/ (props changed)
manifoldcf/branches/dev_1x/build.xml
manifoldcf/branches/dev_1x/pom.xml
Propchange: manifoldcf/branches/dev_1x/
------------------------------------------------------------------------------
Merged /manifoldcf/trunk:r1636167
Modified: manifoldcf/branches/dev_1x/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/build.xml?rev=1636168&r1=1636167&r2=1636168&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/build.xml (original)
+++ manifoldcf/branches/dev_1x/build.xml Sun Nov 2 19:16:29 2014
@@ -30,7 +30,7 @@
<defaultexcludes add="**/.idea/**"/>
<property name="derby.version" value="10.10.2.0"/>
- <property name="hsqldb.version" value="2.3.1"/>
+ <property name="hsqldb.version" value="2.3.2"/>
<property name="jetty.version" value="9.2.3.v20140905"/>
<property name="httpclient.version" value="4.3.5"/>
<property name="httpmime.version" value="4.3.5"/>
Modified: manifoldcf/branches/dev_1x/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/pom.xml?rev=1636168&r1=1636167&r2=1636168&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/pom.xml (original)
+++ manifoldcf/branches/dev_1x/pom.xml Sun Nov 2 19:16:29 2014
@@ -42,7 +42,7 @@
<wiremock.version>1.34</wiremock.version>
<postgresql.version>9.1-901.jdbc4</postgresql.version>
<mysql.version>5.1.18</mysql.version>
- <hsqldb.version>2.3.1</hsqldb.version>
+ <hsqldb.version>2.3.2</hsqldb.version>
<derby.version>10.10.2.0</derby.version>
<jetty.version>9.2.3.v20140905</jetty.version>
<mail.version>1.4.5</mail.version>