Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-08-15 09:13:27 +0000
committerJan Bartel2013-08-15 09:13:27 +0000
commitc80100b4a9da3573d0c773df6d4681687af7b8c7 (patch)
treef457181d6e3e57c911dd5fe667c03161fbdabc2b /jetty-spdy
parente7e7e4550036e3852b72d0b4e5dc63a89aa7d2e5 (diff)
downloadorg.eclipse.jetty.project-c80100b4a9da3573d0c773df6d4681687af7b8c7.tar.gz
org.eclipse.jetty.project-c80100b4a9da3573d0c773df6d4681687af7b8c7.tar.xz
org.eclipse.jetty.project-c80100b4a9da3573d0c773df6d4681687af7b8c7.zip
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'jetty-spdy')
-rw-r--r--jetty-spdy/pom.xml2
-rw-r--r--jetty-spdy/spdy-client/pom.xml2
-rw-r--r--jetty-spdy/spdy-core/pom.xml2
-rw-r--r--jetty-spdy/spdy-example-webapp/pom.xml2
-rw-r--r--jetty-spdy/spdy-http-server/pom.xml2
-rw-r--r--jetty-spdy/spdy-server/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/jetty-spdy/pom.xml b/jetty-spdy/pom.xml
index 01aa36bb9a..9adf942c29 100644
--- a/jetty-spdy/pom.xml
+++ b/jetty-spdy/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.0.5.v20130815</version>
+ <version>9.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-spdy/spdy-client/pom.xml b/jetty-spdy/spdy-client/pom.xml
index 536cb1bbdc..d7166746cb 100644
--- a/jetty-spdy/spdy-client/pom.xml
+++ b/jetty-spdy/spdy-client/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-parent</artifactId>
- <version>9.0.5.v20130815</version>
+ <version>9.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-spdy/spdy-core/pom.xml b/jetty-spdy/spdy-core/pom.xml
index 0cc7dbfc0b..d4c1e700b7 100644
--- a/jetty-spdy/spdy-core/pom.xml
+++ b/jetty-spdy/spdy-core/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-parent</artifactId>
- <version>9.0.5.v20130815</version>
+ <version>9.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-spdy/spdy-example-webapp/pom.xml b/jetty-spdy/spdy-example-webapp/pom.xml
index 9010c47e8a..4fa35e7578 100644
--- a/jetty-spdy/spdy-example-webapp/pom.xml
+++ b/jetty-spdy/spdy-example-webapp/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-parent</artifactId>
- <version>9.0.5.v20130815</version>
+ <version>9.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spdy-example-webapp</artifactId>
diff --git a/jetty-spdy/spdy-http-server/pom.xml b/jetty-spdy/spdy-http-server/pom.xml
index a6035a1b5e..f9e3b04e3e 100644
--- a/jetty-spdy/spdy-http-server/pom.xml
+++ b/jetty-spdy/spdy-http-server/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-parent</artifactId>
- <version>9.0.5.v20130815</version>
+ <version>9.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spdy-http-server</artifactId>
diff --git a/jetty-spdy/spdy-server/pom.xml b/jetty-spdy/spdy-server/pom.xml
index 11255b9a68..26633f5bdb 100644
--- a/jetty-spdy/spdy-server/pom.xml
+++ b/jetty-spdy/spdy-server/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-parent</artifactId>
- <version>9.0.5.v20130815</version>
+ <version>9.0.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top