Mercurial > dive4elements > framework
changeset 171:401dd251fbf4
Lifted H2 to version 1.3.152.
artifacts/trunk@1396 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 04 Mar 2011 11:13:24 +0000 |
parents | ac0f8bd97277 |
children | 8ce06db80857 |
files | ChangeLog artifact-database/pom.xml |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Mar 04 10:51:10 2011 +0000 +++ b/ChangeLog Fri Mar 04 11:13:24 2011 +0000 @@ -1,3 +1,9 @@ +2011-03-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * artifact-database/pom.xml: Lifted H2 to version 1.3.152. + This hopefully eliminates the problem with the left outer join + in listing of the user collections. + 2011-03-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> * artifact-database/src/main/resources/sql/org-h2-driver.properties,
--- a/artifact-database/pom.xml Fri Mar 04 10:51:10 2011 +0000 +++ b/artifact-database/pom.xml Fri Mar 04 11:13:24 2011 +0000 @@ -67,7 +67,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.1.117</version> + <version>1.3.152</version> </dependency> <dependency> <groupId>postgresql</groupId>