OPENJPA-1911: committing previous version of pom.xml, mistakenly committed local changes to pom.xml.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1069928 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Heath Thomann 2011-02-11 19:35:25 +00:00
parent 2269ea2fab
commit 983b7689df
1 changed files with 3 additions and 3 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>
@ -187,7 +187,7 @@
</executions>
<configuration>
<excludeSubProjects>false</excludeSubProjects>
<numUnapprovedLicenses>100</numUnapprovedLicenses>
<numUnapprovedLicenses>0</numUnapprovedLicenses>
<excludes>
<!-- comments are usupported in services files -->
<exclude>**/javax.persistence.spi.PersistenceProvider</exclude>
@ -938,7 +938,7 @@
</executions>
<configuration>
<excludeSubProjects>false</excludeSubProjects>
<numUnapprovedLicenses>100</numUnapprovedLicenses>
<numUnapprovedLicenses>0</numUnapprovedLicenses>
<excludes>
<!-- generated content -->
<exclude>**/.*/**</exclude>