Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-03-12 14:05:14 +0000
committerJesse McConnell2013-03-12 14:05:14 +0000
commit852178cd017d4e7befa4f7467d4d6a0b25973597 (patch)
treed41b5fa5a8467c0d348b32caa1ab81aecded1dc2 /jetty-spdy
parent04732ab3458af15183f4a2efb0772e0a13921a65 (diff)
downloadorg.eclipse.jetty.project-f4f44500039268a2158398729de901f97645673f.tar.gz
org.eclipse.jetty.project-f4f44500039268a2158398729de901f97645673f.tar.xz
org.eclipse.jetty.project-f4f44500039268a2158398729de901f97645673f.zip
[maven-release-plugin] prepare release jetty-8.1.10.v20130312jetty-8.1.10.v20130312
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 186e4a2340..1926969ac6 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.10-SNAPSHOT</version>
+ <version>8.1.10.v20130312</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-spdy/spdy-core/pom.xml b/jetty-spdy/spdy-core/pom.xml
index dab5b7dc62..09370e0ee3 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.10-SNAPSHOT</version>
+ <version>8.1.10.v20130312</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 239ce3960a..bb957ebe39 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.10-SNAPSHOT</version>
+ <version>8.1.10.v20130312</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 d8a14c521a..c0cc90fec1 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.10-SNAPSHOT</version>
+ <version>8.1.10.v20130312</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 997b8380b5..d478f2d514 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.10-SNAPSHOT</version>
+ <version>8.1.10.v20130312</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spdy-jetty</artifactId>

Back to the top