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 030ffaa Prepare for release candidate. 030ffaa is described below commit 030ffaaa4a635758bb812acc0073b62778e2133a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 13 09:59:25 2021 -0500 Prepare for release candidate. --- src/changes/changes.xml | 2 +- src/site/xdoc/index.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8a2c49a..f056777 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove. --> <body> - <release version="3.8.0" date="2020-MM-DD" description="Maintenance and bug fix release (Java 7)."> + <release version="3.8.0" date="2020-02-13" description="Maintenance and bug fix release (Java 7)."> <!-- ADD --> <action type="add" dev="ggregory" due-to="Arturo Bernal, Gary Gregory"> Add and use NetConstants. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 4e1d197..be82bcd 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -87,7 +87,7 @@ <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.8.0.jar;commons-net-3.5.jar examples/ftp/FTPClientExample [parameters]</pre> + <pre>java -cp commons-net-examples-3.8.0.jar;commons-net-3.8.0.jar examples/ftp/FTPClientExample [parameters]</pre> <subsection name="FTP (package: examples/ftp)"> <ul>