better default version
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@174 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
afc329b24b
commit
ee0b036e26
|
@ -57,7 +57,7 @@ public class Server extends HandlerWrapper implements Attributes
|
|||
private static ShutdownHookThread hookThread = new ShutdownHookThread();
|
||||
private static String _version = (Server.class.getPackage()!=null && Server.class.getPackage().getImplementationVersion()!=null)
|
||||
?Server.class.getPackage().getImplementationVersion()
|
||||
:"7.0.0.M1-SNAPSHOT";
|
||||
:"7.0.y.z-SNAPSHOT";
|
||||
|
||||
private ThreadPool _threadPool;
|
||||
private Connector[] _connectors;
|
||||
|
|
Loading…
Reference in New Issue