This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push: new 0565297 Update version number for next release. 0565297 is described below commit 0565297dd55f8cf3cd8b4d9f938336c2dcef1e2a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 6 11:51:58 2021 -0500 Update version number for next release. --- src/site/xdoc/index.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index deef7ef..7683ee0 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.5.jar FTPClientExample [parameters]</pre> + <pre>java -jar [path/]commons-net-examples-3.7.3.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.5.jar;commons-net-3.5.jar examples/ftp/FTPClientExample [parameters]</pre> + <pre>java -cp commons-net-examples-3.7.3.jar;commons-net-3.5.jar examples/ftp/FTPClientExample [parameters]</pre> <subsection name="FTP (package: examples/ftp)"> <ul>