Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2016-01-13 15:21:01 +0000
committerJoakim Erdfelt2016-01-13 15:21:01 +0000
commitb7f9c9aca9e6d128c13c037e0c5cd169fcf6531a (patch)
treeba034a50ed6affba5fbe2e648306c435c35b2589 /jetty-alpn/jetty-alpn-client/pom.xml
parent21ca3f6690bff813c546a1da4bb7950c3f91a814 (diff)
downloadorg.eclipse.jetty.project-b7f9c9aca9e6d128c13c037e0c5cd169fcf6531a.tar.gz
org.eclipse.jetty.project-b7f9c9aca9e6d128c13c037e0c5cd169fcf6531a.tar.xz
org.eclipse.jetty.project-b7f9c9aca9e6d128c13c037e0c5cd169fcf6531a.zip
Updating to version 9.3.7-SNAPSHOT
Diffstat (limited to 'jetty-alpn/jetty-alpn-client/pom.xml')
-rw-r--r--jetty-alpn/jetty-alpn-client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-alpn/jetty-alpn-client/pom.xml b/jetty-alpn/jetty-alpn-client/pom.xml
index bddadd45bf..e0466a9b3c 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.RC1</version>
+ <version>9.3.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-alpn-client</artifactId>

Back to the top