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