This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git
commit b714dbae1876957a56133ff2aebb5d84919af79e Author: Mark Struberg <[email protected]> AuthorDate: Thu Feb 7 09:55:56 2019 +0100 use correct name for the db --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8d181fb..16c8d61 100644 --- a/pom.xml +++ b/pom.xml @@ -548,7 +548,7 @@ <properties> <connection.driver.name>org.hsqldb.jdbcDriver</connection.driver.name> <!--<connection.url>jdbc:hsqldb:target/database/openjpa-hsqldb-database;create=true</connection.url>--> - <connection.url>jdbc:hsqldb:mem:openjpa20-hsqldb-database</connection.url> + <connection.url>jdbc:hsqldb:mem:openjpa22-hsqldb-database</connection.url> <connection.username>sa</connection.username> <connection.password /> <jdbc.DBDictionary />
