Replace hard-coded hsqldb.version value to property value to void repository version mis-match and eventually maven plugin test failures.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1371228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2012-08-09 14:40:49 +00:00
parent 4f930b1c29
commit 1d1b1bbea9
1 changed files with 1 additions and 1 deletions

View File

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