fix update reference to Torquue 4.1
diff --git a/xdocs/index.xml b/xdocs/index.xml
index 9fa681e..c2d19c7 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -242,9 +242,11 @@
     As a default, the Torque Security Service uses <code>fulcrum</code> as the name of the connection pool for the tables used. This should be considered
     in the Torque configuration when the service is deployed. 
     Another mapping <code>default</code> is provided for the Turbine models. 
+    
     Additionally Torque-OM peer classes could be made configurable by using a <a href="http://turbine.apache.org/fulcrum/fulcrum-security/apidocs/org/apache/fulcrum/security/torque/peer/TorqueTurbinePeer.html">(marker) interface</a>. 
-    This will be supported out of the box in schema configuration in <a href="http://db.apache.org/torque">Torque 4.1</a> release. 
-    Until then class annotation has to be done manually, check examples in <a href="http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/torque/src/test/">Fulcrum Security Torque</a>!
+    This is supported out of the box in schema configuration <a href="http://db.apache.org/torque">Torque 5.0</a> release. 
+    
+    Before class annotation had to be done manually, check examples in <a href="http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/security/torque/src/test/">Fulcrum Security Torque</a>!
     and for background cft. <a href="https://issues.apache.org/jira/browse/TORQUE-309">Torque-309</a>.
     </p>