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:
Greg Wilkins 2009-04-22 02:43:16 +00:00
parent afc329b24b
commit ee0b036e26
1 changed files with 1 additions and 1 deletions

View File

@ -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;