This is an automated email from the ASF dual-hosted git repository. sebb 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 f128533e Use standard classname separator f128533e is described below commit f128533ef6d3f05e82ee7cd56bbb7d33880c14c5 Author: Sebb <s...@apache.org> AuthorDate: Tue Aug 23 00:41:55 2022 +0100 Use standard classname separator [skip ci] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c14722bf..6537d529 100644 --- a/pom.xml +++ b/pom.xml @@ -251,7 +251,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel value="${maven.compiler.target}" /> <!-- Helper application --> <attribute name="Main-Class" - value="org/apache/commons/net/examples/Main" /> + value="org.apache.commons.net.examples.Main" /> <!-- Allow java -jar examples.jar to work --> <attribute name="Class-Path" value="commons-net-${project.version}.jar" />