Author: gk
Date: Tue Jul 23 08:36:55 2019
New Revision: 1863616

URL: http://svn.apache.org/viewvc?rev=1863616&view=rev
Log:
- update parent 6, xdocs index 

Modified:
    turbine/fulcrum/trunk/parser/pom.xml
    turbine/fulcrum/trunk/parser/xdocs/index.xml

Modified: turbine/fulcrum/trunk/parser/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/pom.xml?rev=1863616&r1=1863615&r2=1863616&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parser/pom.xml (original)
+++ turbine/fulcrum/trunk/parser/pom.xml Tue Jul 23 08:36:55 2019
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.turbine</groupId>
     <artifactId>turbine-parent</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: turbine/fulcrum/trunk/parser/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parser/xdocs/index.xml?rev=1863616&r1=1863615&r2=1863616&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parser/xdocs/index.xml (original)
+++ turbine/fulcrum/trunk/parser/xdocs/index.xml Tue Jul 23 08:36:55 2019
@@ -99,7 +99,7 @@
           <td>*</td>
           <td>
             Wrapper for commons pool2 parameters (child components) 
<code>maxTotal</code>, 
-            <code>blockWhenExhausted</code>, <code>maxWaitMillis</code>, 
<code>maxIdle</code> and <code>minIdle</code>. The parameter values are the 
same as for commons.pool2, compare the defaults <a 
href="https://commons.apache.org/proper/commons-pool/apidocs/constant-values.html";>here</a>
 for org.apache.commons.pool2.impl.BaseObjectPoolConfig and 
GenericKeyedObjectPoolConfig.
+            <code>blockWhenExhausted</code>, <code>maxWaitMillis</code>, 
<code>testOnBorrow</code>, <code>testOnCreate</code>, 
<code>testOnReturn</code>,<code>maxIdle</code> and <code>minIdle</code>. The 
parameter values are the same as for commons.pool2, compare the defaults (upper 
case and underscore-separated) <a 
href="https://commons.apache.org/proper/commons-pool/apidocs/constant-values.html";>here</a>
 for org.apache.commons.pool2.impl.BaseObjectPoolConfig and 
GenericKeyedObjectPoolConfig.
           </td>
         </tr>
       </table>
@@ -148,6 +148,7 @@ finally
 }
 ]]></source>
 
+
     <p>
     Parsers are pooled inside the service. You can use this service to manage 
any types of
     parsers, you just need to provide the class you want to manage. If the 
parser class 


Reply via email to