Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-09-10 18:59:10 +0000
committerJesse McConnell2012-09-10 18:59:10 +0000
commit57a6258f9618d7eca2a13d0edc6a2fe154291658 (patch)
tree438644963c0c30629df413d9ac7f70fe10638f63 /jetty-spdy
parentfbadf940be9bc6b6d9c32dcb897b5ac208372d09 (diff)
downloadorg.eclipse.jetty.project-57a6258f9618d7eca2a13d0edc6a2fe154291658.tar.gz
org.eclipse.jetty.project-57a6258f9618d7eca2a13d0edc6a2fe154291658.tar.xz
org.eclipse.jetty.project-57a6258f9618d7eca2a13d0edc6a2fe154291658.zip
[maven-release-plugin] prepare release jetty-8.1.7.v20120910jetty-8.1.7.v20120910
Diffstat (limited to 'jetty-spdy')
-rw-r--r--jetty-spdy/pom.xml2
-rw-r--r--jetty-spdy/spdy-core/pom.xml2
-rw-r--r--jetty-spdy/spdy-jetty-http-webapp/pom.xml2
-rw-r--r--jetty-spdy/spdy-jetty-http/pom.xml2
-rw-r--r--jetty-spdy/spdy-jetty/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/jetty-spdy/pom.xml b/jetty-spdy/pom.xml
index ab8e480a9e..36630a1542 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>8.1.7-SNAPSHOT</version>
+ <version>8.1.7.v20120910</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-spdy/spdy-core/pom.xml b/jetty-spdy/spdy-core/pom.xml
index 72b76b4f90..9fe01d2bc1 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>8.1.7-SNAPSHOT</version>
+ <version>8.1.7.v20120910</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-spdy/spdy-jetty-http-webapp/pom.xml b/jetty-spdy/spdy-jetty-http-webapp/pom.xml
index d9a9b32bff..fe91458f4e 100644
--- a/jetty-spdy/spdy-jetty-http-webapp/pom.xml
+++ b/jetty-spdy/spdy-jetty-http-webapp/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-parent</artifactId>
- <version>8.1.7-SNAPSHOT</version>
+ <version>8.1.7.v20120910</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spdy-jetty-http-webapp</artifactId>
diff --git a/jetty-spdy/spdy-jetty-http/pom.xml b/jetty-spdy/spdy-jetty-http/pom.xml
index fdbb0d52a3..5c6e324f46 100644
--- a/jetty-spdy/spdy-jetty-http/pom.xml
+++ b/jetty-spdy/spdy-jetty-http/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-parent</artifactId>
- <version>8.1.7-SNAPSHOT</version>
+ <version>8.1.7.v20120910</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spdy-jetty-http</artifactId>
diff --git a/jetty-spdy/spdy-jetty/pom.xml b/jetty-spdy/spdy-jetty/pom.xml
index b42ce13714..10f0d3ef02 100644
--- a/jetty-spdy/spdy-jetty/pom.xml
+++ b/jetty-spdy/spdy-jetty/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-parent</artifactId>
- <version>8.1.7-SNAPSHOT</version>
+ <version>8.1.7.v20120910</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spdy-jetty</artifactId>

Back to the top