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 79554e6e Let parent POM configure Javadoc links
79554e6e is described below
commit 79554e6e10c5ac6a931f859fc6b0ac4fef95d39d
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 22 08:10:47 2024 -0400
Let parent POM configure Javadoc links
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 02eca833..222dc9ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,6 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP,
POP3(S), SMTP(S), Teln
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
-
<commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
<commons.componentid>net</commons.componentid>
<commons.module.name>org.apache.commons.net</commons.module.name>
<commons.jira.id>NET</commons.jira.id>