Updating POM for documentation

Signed-off-by: Chris Walker <chris@webtide.com>
This commit is contained in:
Chris Walker 2021-04-15 18:30:47 -05:00
parent f5074cde23
commit 12eabd856c
2 changed files with 2 additions and 3 deletions

View File

@ -47,8 +47,7 @@
<project.basedir>${project.basedir}</project.basedir>
<maven.local.repo>${settings.localRepository}</maven.local.repo>
<prog_guide>../programming-guide/index.html</prog_guide>
<JDURL>http://www.eclipse.org/jetty/javadoc/jetty-11</JDURL>
<JXURL>http://download.eclipse.org/jetty/stable-9/xref</JXURL>
<JDURL>https://www.eclipse.org/jetty/javadoc/jetty-11</JDURL>
<SRCDIR>${basedir}/..</SRCDIR>
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/master</GITBROWSEURL>
<GITDOCURL>https://github.com/eclipse/jetty.project/tree/jetty-10.0.x-doc-refactor/jetty-documentation/src/main/asciidoc</GITDOCURL>

View File

@ -781,7 +781,7 @@
<require>asciidoctor-diagram</require>
</requires>
<attributes>
<JDURL>https://www.eclipse.org/jetty/javadoc/jetty-10</JDURL>
<JDURL>https://www.eclipse.org/jetty/javadoc/jetty-11</JDURL>
<SRCDIR>${basedir}/..</SRCDIR>
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/jetty-9.4.x</GITBROWSEURL>
<GITDOCURL>https://github.com/eclipse/jetty.project/tree/jetty-10.0.x-doc-refactor/jetty-documentation/src/main/asciidoc</GITDOCURL>