Author: allee8285
Date: Thu Aug  9 16:47:14 2012
New Revision: 1371309

URL: http://svn.apache.org/viewvc?rev=1371309&view=rev
Log:
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.

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=1371309&r1=1371308&r2=1371309&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 16:47:14 2012
@@ -45,7 +45,7 @@
             </pluginRepositories>
 
             <properties>
-                <hsqldb.version>${hsqldb.version}</hsqldb.version>
+                <hsqldb.version>1.8.0.10</hsqldb.version>
             </properties>
         </profile>
     </profiles>


Reply via email to