|
29 | 29 | found at /project/properties/commons.release.version in this document --> |
30 | 30 | <version>1.4.0-SNAPSHOT</version> |
31 | 31 | <description>A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.</description> |
32 | | - <url>http://commons.apache.org/proper/commons-jxpath/</url> |
| 32 | + <url>https://commons.apache.org/proper/commons-jxpath/</url> |
33 | 33 | <issueManagement> |
34 | 34 | <system>jira</system> |
35 | | - <url>http://issues.apache.org/jira/browse/JXPATH</url> |
| 35 | + <url>https://issues.apache.org/jira/browse/JXPATH</url> |
36 | 36 | </issueManagement> |
37 | 37 | <inceptionYear>2001</inceptionYear> |
38 | 38 | <scm> |
|
112 | 112 | <linksource>true</linksource> |
113 | 113 | <links> |
114 | 114 | <link>${commons.javadoc.javaee.link}</link> |
115 | | - <link>https://commons.apache.org/proper/commons-beanutils/apidocs</link> |
116 | 115 | <link>https://commons.apache.org/proper/commons-lang/apidocs</link> |
117 | 116 | <!-- http://www.jdom.org/docs/apidocs/ is not a secure link --> |
118 | 117 | <link>https://javadoc.io/doc/org.jdom/jdom/1.1</link> |
|
265 | 264 | <configuration> |
266 | 265 | <linksource>true</linksource> |
267 | 266 | <links> |
268 | | - <link>http://java.sun.com/j2se/1.3/docs/api/</link> |
269 | | - <link>http://java.sun.com/javaee/5/docs/api/</link> |
270 | | - <link>http://commons.apache.org/beanutils/apidocs/</link> |
271 | | - <link>http://www.jdom.org/docs/apidocs/</link> |
| 267 | + <link>${commons.javadoc.javaee.link}</link> |
| 268 | + <link>https://commons.apache.org/proper/commons-lang/apidocs</link> |
| 269 | + <!-- http://www.jdom.org/docs/apidocs/ is not a secure link --> |
| 270 | + <link>https://javadoc.io/doc/org.jdom/jdom/1.1</link> |
272 | 271 | </links> |
| 272 | + <excludePackageNames>org.apache.commons.jxpath.ri.parser</excludePackageNames> |
273 | 273 | </configuration> |
274 | 274 | </plugin> |
275 | 275 | <plugin> |
|
0 commit comments