mirror of https://github.com/apache/openjpa.git
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:
parent
c3169ccf36
commit
eb02dc6c51
|
@ -45,7 +45,7 @@
|
|||
</pluginRepositories>
|
||||
|
||||
<properties>
|
||||
<hsqldb.version>${hsqldb.version}</hsqldb.version>
|
||||
<hsqldb.version>1.8.0.10</hsqldb.version>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
|
Loading…
Reference in New Issue