Added javadoc.version value to assis with snapshot javadoc links in #1858

This commit is contained in:
WalkerWatch 2017-09-29 14:43:29 -04:00
parent d166881a5a
commit d5b55705bf
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
<packaging>pom</packaging>
<properties>
<html.directory>${project.build.directory}/current</html.directory>
<javadoc.version>${project.version}</javadoc.version>
</properties>
<build>
<plugins>
@ -58,7 +59,7 @@
<allow-uri-read>true</allow-uri-read>
<toc>true</toc>
<revnumber>${project.version}</revnumber>
<JDURL>http://www.eclipse.org/jetty/javadoc/${project.version}</JDURL>
<JDURL>http://www.eclipse.org/jetty/javadoc/${javadoc.version}</JDURL>
<JXURL>http://download.eclipse.org/jetty/stable-9/xref</JXURL>
<SRCDIR>${basedir}/..</SRCDIR>
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/jetty-9.4.x</GITBROWSEURL>