Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
95298d89e9
commit
6b07bd23c8
|
@ -70,7 +70,7 @@ public class Jetty
|
||||||
pkg.getImplementationVersion() != null)
|
pkg.getImplementationVersion() != null)
|
||||||
VERSION = pkg.getImplementationVersion();
|
VERSION = pkg.getImplementationVersion();
|
||||||
else
|
else
|
||||||
VERSION = System.getProperty("jetty.version", "9.4.z-SNAPSHOT");
|
VERSION = System.getProperty("jetty.version", __buildProperties.getProperty("version", "9.4.z-SNAPSHOT"));
|
||||||
|
|
||||||
POWERED_BY = "<a href=\"http://eclipse.org/jetty\">Powered by Jetty:// " + VERSION + "</a>";
|
POWERED_BY = "<a href=\"http://eclipse.org/jetty\">Powered by Jetty:// " + VERSION + "</a>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue