Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-01-16 23:48:29 +0000
committerJesse McConnell2015-01-16 23:48:29 +0000
commitaa22842c204d4c9ee260229268c5d5bcb66313cc (patch)
treead70a68e5d152f49421751e7114231c80bdd6536 /jetty-security
parent8c58a9abc4bfae272a3dfc2a7e2587134ce3abd4 (diff)
downloadorg.eclipse.jetty.project-aa22842c204d4c9ee260229268c5d5bcb66313cc.tar.gz
org.eclipse.jetty.project-aa22842c204d4c9ee260229268c5d5bcb66313cc.tar.xz
org.eclipse.jetty.project-aa22842c204d4c9ee260229268c5d5bcb66313cc.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'jetty-security')
-rw-r--r--jetty-security/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-security/pom.xml b/jetty-security/pom.xml
index c283b831b0..962f135f7c 100644
--- a/jetty-security/pom.xml
+++ b/jetty-security/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.2.7.v20150116</version>
+ <version>9.2.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-security</artifactId>

Back to the top