Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-07-13 15:20:48 +0000
committerJesse McConnell2012-07-13 15:20:48 +0000
commit205e8f74f0f7db78483367e9aa6f47da1c7ba45e (patch)
tree897b6b0041e3edd13e90ab440dc91db7039ecf76 /jetty-security
parentc3b5269d60e42cc2b9f2edba544167c13c25f34f (diff)
downloadorg.eclipse.jetty.project-205e8f74f0f7db78483367e9aa6f47da1c7ba45e.tar.gz
org.eclipse.jetty.project-205e8f74f0f7db78483367e9aa6f47da1c7ba45e.tar.xz
org.eclipse.jetty.project-205e8f74f0f7db78483367e9aa6f47da1c7ba45e.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 f01441fc9b..1d2e781fee 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>8.1.5.v20120713</version>
+ <version>8.1.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-security</artifactId>

Back to the top