Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-01-16 14:21:35 +0000
committerJesse McConnell2015-01-16 14:21:35 +0000
commit9225b124a4c74bd53a3ac9b9d5fbc2f200a275de (patch)
tree04f6509faa16b61cb49aab32d987fcf0cf05ef28 /jetty-alpn
parentebd563e64d695d6cc8095f95a92f7103857063b7 (diff)
downloadorg.eclipse.jetty.project-9225b124a4c74bd53a3ac9b9d5fbc2f200a275de.tar.gz
org.eclipse.jetty.project-9225b124a4c74bd53a3ac9b9d5fbc2f200a275de.tar.xz
org.eclipse.jetty.project-9225b124a4c74bd53a3ac9b9d5fbc2f200a275de.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'jetty-alpn')
-rw-r--r--jetty-alpn/jetty-alpn-client/pom.xml2
-rw-r--r--jetty-alpn/jetty-alpn-server/pom.xml2
-rw-r--r--jetty-alpn/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index d8c1c14c56..7a5c68193a 100644
--- a/jetty-alpn/jetty-alpn-client/pom.xml
+++ b/jetty-alpn/jetty-alpn-client/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-parent</artifactId>
- <version>9.2.7.v20140116</version>
+ <version>9.2.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-client</artifactId>
diff --git a/jetty-alpn/jetty-alpn-server/pom.xml b/jetty-alpn/jetty-alpn-server/pom.xml
index f6c90cbc6b..8abdc4e2b9 100644
--- a/jetty-alpn/jetty-alpn-server/pom.xml
+++ b/jetty-alpn/jetty-alpn-server/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-parent</artifactId>
- <version>9.2.7.v20140116</version>
+ <version>9.2.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-server</artifactId>
diff --git a/jetty-alpn/pom.xml b/jetty-alpn/pom.xml
index d93c7c728d..a5d4f39efa 100644
--- a/jetty-alpn/pom.xml
+++ b/jetty-alpn/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.2.7.v20140116</version>
+ <version>9.2.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-parent</artifactId>

Back to the top