Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-03-10 13:00:14 +0000
committerJesse McConnell2015-03-10 13:00:14 +0000
commit9d648f40001f165472d863b89bb68313fbf67208 (patch)
tree27f683bec2f0be3ecdc04576e64b25282af34038 /jetty-alpn
parent21f6bb6edf4521486ce9ebd86f57ee1b6ea306db (diff)
downloadorg.eclipse.jetty.project-9d648f40001f165472d863b89bb68313fbf67208.tar.gz
org.eclipse.jetty.project-9d648f40001f165472d863b89bb68313fbf67208.tar.xz
org.eclipse.jetty.project-9d648f40001f165472d863b89bb68313fbf67208.zip
[maven-release-plugin] prepare release jetty-9.2.10.v20150310jetty-9.2.10.v20150310
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 91734c16d9..16d529c369 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.10-SNAPSHOT</version>
+ <version>9.2.10.v20150310</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 df9ee1fe5a..a4c6d5de1b 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.10-SNAPSHOT</version>
+ <version>9.2.10.v20150310</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 ab1f3705b2..41d90a07d6 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.10-SNAPSHOT</version>
+ <version>9.2.10.v20150310</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-parent</artifactId>

Back to the top