Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-05-08 16:44:34 +0000
committerJesse McConnell2014-05-08 16:44:34 +0000
commit4d2fdee7fc62bdedb49e5c595b01a98c12b70fc0 (patch)
treeb30d83b5068077c60f6e41654fa9dc507d75d51b /jetty-alpn
parent4515fe661b88727fef7f880ad58c2988dce3cd35 (diff)
downloadorg.eclipse.jetty.project-4d2fdee7fc62bdedb49e5c595b01a98c12b70fc0.tar.gz
org.eclipse.jetty.project-4d2fdee7fc62bdedb49e5c595b01a98c12b70fc0.tar.xz
org.eclipse.jetty.project-4d2fdee7fc62bdedb49e5c595b01a98c12b70fc0.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 541361a0a1..0c3bb4dafe 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.0.M1</version>
+ <version>9.2.0-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 d725143041..6634192901 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.0.M1</version>
+ <version>9.2.0-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 4bd22f0254..689b859f09 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.0.M1</version>
+ <version>9.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-parent</artifactId>

Back to the top