Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-websocket/websocket-client')
-rw-r--r--jetty-websocket/websocket-client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index bfb2cf2c88..b278fc5b0f 100644
--- a/jetty-websocket/websocket-client/pom.xml
+++ b/jetty-websocket/websocket-client/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-parent</artifactId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top