Use of ${hsqldb.version" property causes "recursive expression cycle" error in maven plugin test. Reverted back to use hard-code value but with matching version.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1371308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2012-08-09 16:47:13 +00:00
parent c3169ccf36
commit eb02dc6c51
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
</pluginRepositories>
<properties>
<hsqldb.version>${hsqldb.version}</hsqldb.version>
<hsqldb.version>1.8.0.10</hsqldb.version>
</properties>
</profile>
</profiles>