Author: allee8285
Date: Thu Aug  9 14:40:51 2012
New Revision: 1371229

URL: http://svn.apache.org/viewvc?rev=1371229&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/branches/2.2.x/openjpa-tools/openjpa-maven-plugin/src/it/settings.xml

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


Reply via email to