You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/07/14 10:44:06 UTC

[33/38] isis git commit: ISIS-1353: updates hsqldb from 2.3.1 to 2.3.4

ISIS-1353: updates hsqldb from 2.3.1 to 2.3.4

            <dependency>
              <groupId>org.hsqldb</groupId>
              <artifactId>hsqldb</artifactId>
              <version>${hsqldb.version}</version>
            </dependency>


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/19cf0857
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/19cf0857
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/19cf0857

Branch: refs/heads/master
Commit: 19cf0857419d336218684e27ed65aec7d3d8a2d9
Parents: 208408e
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 07:17:21 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 17:22:48 2016 +0100

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/19cf0857/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 2a51e34..ec91458 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -133,7 +133,7 @@
 
         <!-- using 2.3.2 throws strange error about not finding org.hsqldb.jdbcDriver -->
         <!-- using 2.3.3 throws SQL exception in simpleapp integtests -->
-        <hsqldb.version>2.3.1</hsqldb.version>
+        <hsqldb.version>2.3.4</hsqldb.version>
         <log4jdbc-remix.version>0.2.7</log4jdbc-remix.version>
         <resteasy-jaxrs.version>3.0.17.Final</resteasy-jaxrs.version>