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 18:47:15 UTC

svn commit: r1371309 - /openjpa/branches/2.2.x/openjpa-tools/openjpa-maven-plugin/src/it/settings.xml

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>