File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5555 <commons .jira.id>JXPATH</commons .jira.id>
5656 <commons .jira.pid>12310480</commons .jira.pid>
5757 <commons .osgi.import>*;resolution:=optional</commons .osgi.import>
58+ <commons .jdom.version>1.1.3</commons .jdom.version>
5859 <!-- JaCoCo: Don't make code coverage worse than: -->
5960 <commons .jacoco.haltOnFailure>true</commons .jacoco.haltOnFailure>
6061 <commons .jacoco.classRatio>0.91</commons .jacoco.classRatio>
9495 <link >${commons.javadoc.javaee.link} </link >
9596 <link >https://commons.apache.org/proper/commons-lang/apidocs</link >
9697 <!-- http://www.jdom.org/docs/apidocs/ is not a secure link -->
97- <link >https://javadoc.io/doc/org.jdom/jdom/1.1 </link >
98+ <link >https://javadoc.io/doc/org.jdom/jdom/${commons.jdom.version} </link >
9899 </links >
99100 <excludePackageNames >org.apache.commons.jxpath.ri.parser</excludePackageNames >
100101 </configuration >
170171 <dependency >
171172 <groupId >org.jdom</groupId >
172173 <artifactId >jdom</artifactId >
173- <version >1.1.3 </version >
174+ <version >${commons.jdom.version} </version >
174175 <optional >true</optional >
175176 </dependency >
176177 <dependency >
268269 <link >${commons.javadoc.javaee.link} </link >
269270 <link >https://commons.apache.org/proper/commons-lang/apidocs</link >
270271 <!-- http://www.jdom.org/docs/apidocs/ is not a secure link -->
271- <link >https://javadoc.io/doc/org.jdom/jdom/1.1.3 </link >
272+ <link >https://javadoc.io/doc/org.jdom/jdom/${commons.jdom.version} </link >
272273 </links >
273274 <excludePackageNames >org.apache.commons.jxpath.ri.parser</excludePackageNames >
274275 </configuration >
You can’t perform that action at this time.
0 commit comments