Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-06-09 18:37:49 +0000
committerJesse McConnell2014-06-09 18:37:49 +0000
commit06b494eeac0a5ba3cf236084caa93c14103071e3 (patch)
treeb400a9c5430c306f350f7524f8dd21ed2abf28a3 /jetty-alpn
parent9cdfaf5196a524483b878c41a4174bd4dfaab31b (diff)
downloadorg.eclipse.jetty.project-06b494eeac0a5ba3cf236084caa93c14103071e3.tar.gz
org.eclipse.jetty.project-06b494eeac0a5ba3cf236084caa93c14103071e3.tar.xz
org.eclipse.jetty.project-06b494eeac0a5ba3cf236084caa93c14103071e3.zip
[maven-release-plugin] prepare release jetty-9.2.1.v20140609jetty-9.2.1.v20140609
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 bb2ebb579e..e1164b8325 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.1-SNAPSHOT</version>
+ <version>9.2.1.v20140609</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 90afd4a829..d4e98cd691 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.1-SNAPSHOT</version>
+ <version>9.2.1.v20140609</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 6487a10ac9..989825a591 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.1-SNAPSHOT</version>
+ <version>9.2.1.v20140609</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-parent</artifactId>

Back to the top