Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2016-01-15 23:40:15 +0000
committerJoakim Erdfelt2016-01-15 23:40:15 +0000
commitc0b191119b74afafb6b59ecaa9d7a66dae056498 (patch)
tree4539ede5ee726a0f06c5fcfceaa2097e81d9d9e8 /jetty-alpn
parent68089535612fa44c1a6a3da1ed18bcbc608e7f1d (diff)
downloadorg.eclipse.jetty.project-c0b191119b74afafb6b59ecaa9d7a66dae056498.tar.gz
org.eclipse.jetty.project-c0b191119b74afafb6b59ecaa9d7a66dae056498.tar.xz
org.eclipse.jetty.project-c0b191119b74afafb6b59ecaa9d7a66dae056498.zip
Updating to version 9.3.7.v20160115jetty-9.3.7.v20160115
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 e0466a9b3c..d65098f350 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.3.7-SNAPSHOT</version>
+ <version>9.3.7.v20160115</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 8aaae0fa10..0270751d64 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.3.7-SNAPSHOT</version>
+ <version>9.3.7.v20160115</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 888e31b14d..8fc1dba0ab 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.3.7-SNAPSHOT</version>
+ <version>9.3.7.v20160115</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-parent</artifactId>

Back to the top