increment Version
This commit is contained in:
parent
a9134a9b94
commit
894fb6bfc0
|
@ -30,7 +30,7 @@ public class Jetty
|
|||
pkg.getImplementationVersion() != null)
|
||||
VERSION = pkg.getImplementationVersion();
|
||||
else
|
||||
VERSION = System.getProperty("jetty.version", "9.1.z-SNAPSHOT");
|
||||
VERSION = System.getProperty("jetty.version", "9.2.z-SNAPSHOT");
|
||||
}
|
||||
|
||||
private Jetty()
|
||||
|
|
Loading…
Reference in New Issue