OPENJPA-1691: reverting previous (inadvertent) changes to pom.xml!!

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1144558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Heath Thomann 2011-07-09 00:31:18 +00:00
parent ef714844d3
commit 5b208e47b0
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<site.deploy.url>scp://people.apache.org/home/${user.name}/public_html/openjpa/${project.version}/staging-site</site.deploy.url>
<!-- the test settings can be overridden my specific profiles -->
<test.jvm.maxpermsize>512m</test.jvm.maxpermsize>
<test.jvm.maxheapsize>768m</test.jvm.maxheapsize>
<test.jvm.maxheapsize>1024m</test.jvm.maxheapsize>
<test.jvm.arguments>-Xmx${test.jvm.maxheapsize} -XX:MaxPermSize=${test.jvm.maxpermsize}</test.jvm.arguments>
<surefire.jvm.args>${test.jvm.arguments}</surefire.jvm.args>
<dbcp.maxActive>10</dbcp.maxActive>