Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-10-09 00:49:09 +0000
committerJoakim Erdfelt2015-10-09 00:49:09 +0000
commit2cce7510e1606b85433947ccd6993f3607287ef0 (patch)
treee481b642b6bbdece560fdadd481262c3827fcaf8 /jetty-alpn
parent37296bec3c97e19ca0545b73900078f511f8ea9e (diff)
downloadorg.eclipse.jetty.project-2cce7510e1606b85433947ccd6993f3607287ef0.tar.gz
org.eclipse.jetty.project-2cce7510e1606b85433947ccd6993f3607287ef0.tar.xz
org.eclipse.jetty.project-2cce7510e1606b85433947ccd6993f3607287ef0.zip
Updating to 9.3.5-SNAPSHOT
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 0ab5a8cc77..a8fed2b7d8 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.4.v20151007</version>
+ <version>9.3.5-SNAPSHOT</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 c085fcdb2b..289f04e2d5 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.4.v20151007</version>
+ <version>9.3.5-SNAPSHOT</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 21c6290422..00300a4ce1 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.4.v20151007</version>
+ <version>9.3.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-parent</artifactId>

Back to the top