You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by ht...@apache.org on 2011/02/11 20:35:25 UTC

svn commit: r1069928 - /openjpa/branches/2.0.x/pom.xml

Author: hthomann
Date: Fri Feb 11 19:35:25 2011
New Revision: 1069928

URL: http://svn.apache.org/viewvc?rev=1069928&view=rev
Log:
OPENJPA-1911: committing previous version of pom.xml, mistakenly committed local changes to pom.xml.

Modified:
    openjpa/branches/2.0.x/pom.xml

Modified: openjpa/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/pom.xml?rev=1069928&r1=1069927&r2=1069928&view=diff
==============================================================================
--- openjpa/branches/2.0.x/pom.xml (original)
+++ openjpa/branches/2.0.x/pom.xml Fri Feb 11 19:35:25 2011
@@ -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>