Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-01-16 23:48:23 +0000
committerJesse McConnell2015-01-16 23:48:23 +0000
commit8c58a9abc4bfae272a3dfc2a7e2587134ce3abd4 (patch)
tree3539fb04e706f50429828e3460d9a79838bbac38 /jetty-alpn
parent8748abbfa1ee57df27304f0fc2332377b69fb274 (diff)
downloadorg.eclipse.jetty.project-8c58a9abc4bfae272a3dfc2a7e2587134ce3abd4.tar.gz
org.eclipse.jetty.project-8c58a9abc4bfae272a3dfc2a7e2587134ce3abd4.tar.xz
org.eclipse.jetty.project-8c58a9abc4bfae272a3dfc2a7e2587134ce3abd4.zip
[maven-release-plugin] prepare release jetty-9.2.7.v20150116jetty-9.2.7.v20150116
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 7a5c68193a..b81615cd55 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.8-SNAPSHOT</version>
+ <version>9.2.7.v20150116</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 8abdc4e2b9..0766b51ca7 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.8-SNAPSHOT</version>
+ <version>9.2.7.v20150116</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 a5d4f39efa..96346f4bc1 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.8-SNAPSHOT</version>
+ <version>9.2.7.v20150116</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-parent</artifactId>

Back to the top