Fixing GITBROWSEURL in jetty-documentation
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
3c36debe3b
commit
511bc60934
|
@ -62,7 +62,7 @@
|
||||||
<JDURL>http://www.eclipse.org/jetty/javadoc/${javadoc.version}</JDURL>
|
<JDURL>http://www.eclipse.org/jetty/javadoc/${javadoc.version}</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/jetty-10.0.x</GITBROWSEURL>
|
||||||
<MVNCENTRAL>https://repo1.maven.org/maven2</MVNCENTRAL>
|
<MVNCENTRAL>https://repo1.maven.org/maven2</MVNCENTRAL>
|
||||||
<VERSION>${project.version}</VERSION>
|
<VERSION>${project.version}</VERSION>
|
||||||
</attributes>
|
</attributes>
|
||||||
|
|
Loading…
Reference in New Issue