Updating dev version to 9.1.z
This commit is contained in:
parent
25a0639463
commit
8b252ecd9f
|
@ -30,7 +30,7 @@ public class Jetty
|
|||
pkg.getImplementationVersion() != null)
|
||||
VERSION = pkg.getImplementationVersion();
|
||||
else
|
||||
VERSION = System.getProperty("jetty.version", "9.0.z-SNAPSHOT");
|
||||
VERSION = System.getProperty("jetty.version", "9.1.z-SNAPSHOT");
|
||||
}
|
||||
|
||||
private Jetty()
|
||||
|
|
Loading…
Reference in New Issue