Fix JDURL. Resolves #6110

This commit is contained in:
Chris Walker 2021-03-29 09:52:58 -05:00
parent a0796d1055
commit 722f4ec2e3
No known key found for this signature in database
GPG Key ID: 422B41E6AAA5A72C
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<project.basedir>${project.basedir}</project.basedir> <project.basedir>${project.basedir}</project.basedir>
<maven.local.repo>${settings.localRepository}</maven.local.repo> <maven.local.repo>${settings.localRepository}</maven.local.repo>
<prog_guide>../programming-guide/index.html</prog_guide> <prog_guide>../programming-guide/index.html</prog_guide>
<JDURL>http://www.eclipse.org/jetty/javadoc/${project.version}</JDURL> <JDURL>http://www.eclipse.org/jetty/javadoc/jetty-10</JDURL>
<JXURL>http://download.eclipse.org/jetty/stable-9/xref</JXURL> <JXURL>http://download.eclipse.org/jetty/stable-9/xref</JXURL>
<SRCDIR>${basedir}/..</SRCDIR> <SRCDIR>${basedir}/..</SRCDIR>
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/master</GITBROWSEURL> <GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/master</GITBROWSEURL>