Update example version

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/trunk@1768733 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 4949ea8..9c739df 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -82,12 +82,12 @@
        </p>
            To use one of the sample applications, ensure that the example and main jars are both in the same directory.
            Then run the class as per the following example:
-           <pre>java -jar [path/]commons-net-examples-3.1.jar FTPClientExample [parameters]</pre>
+           <pre>java -jar [path/]commons-net-examples-3.5.jar FTPClientExample [parameters]</pre>
            This uses the helper application which supports shorthand class names.
            <br/>
            Alternatively, ensure that the example and main jars are on the classpath.
            Then invoke the class directly, for example:
-           <pre>java -cp commons-net-examples-3.1.jar;commons-net-3.1.jar examples/ftp/FTPClientExample [parameters]</pre>
+           <pre>java -cp commons-net-examples-3.5.jar;commons-net-3.5.jar examples/ftp/FTPClientExample [parameters]</pre>
 
        <subsection name="FTP (package: examples/ftp)">
            <ul>