- update parent 6, xdocs index 

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/parser@1863616 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index d40955b..dfd47a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/xdocs/index.xml b/xdocs/index.xml
index 61858b2..414492c 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -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 @@
 }
 ]]></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