You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by al...@apache.org on 2012/08/09 16:40:50 UTC

svn commit: r1371228 - /openjpa/trunk/openjpa-tools/openjpa-maven-plugin/src/it/settings.xml

Author: allee8285
Date: Thu Aug  9 14:40:49 2012
New Revision: 1371228

URL: http://svn.apache.org/viewvc?rev=1371228&view=rev
Log:
Replace hard-coded hsqldb.version value to property value to void repository version mis-match and eventually maven plugin test failures.

Modified:
    openjpa/trunk/openjpa-tools/openjpa-maven-plugin/src/it/settings.xml

Modified: openjpa/trunk/openjpa-tools/openjpa-maven-plugin/src/it/settings.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-tools/openjpa-maven-plugin/src/it/settings.xml?rev=1371228&r1=1371227&r2=1371228&view=diff
==============================================================================
--- openjpa/trunk/openjpa-tools/openjpa-maven-plugin/src/it/settings.xml (original)
+++ openjpa/trunk/openjpa-tools/openjpa-maven-plugin/src/it/settings.xml Thu Aug  9 14:40:49 2012
@@ -45,7 +45,7 @@
             </pluginRepositories>
 
             <properties>
-                <hsqldb.version>1.8.0.7</hsqldb.version>
+                <hsqldb.version>${hsqldb.version}</hsqldb.version>
             </properties>
         </profile>
     </profiles>