Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-08-03 17:27:52 +0000
committerJoakim Erdfelt2015-08-03 17:27:52 +0000
commit3c99c9c9b9a01accccd506c2bd88ee0a43507342 (patch)
treea225a981eddfaa0bac9eaa6ca4ecf3082c47bb61 /jetty-websocket/websocket-common
parentbf81ac9d50f524599e1b4eba876d409ebc4dbd36 (diff)
parent4b3879845d40c884d2055b76476f748b783df1a5 (diff)
downloadorg.eclipse.jetty.project-3c99c9c9b9a01accccd506c2bd88ee0a43507342.tar.gz
org.eclipse.jetty.project-3c99c9c9b9a01accccd506c2bd88ee0a43507342.tar.xz
org.eclipse.jetty.project-3c99c9c9b9a01accccd506c2bd88ee0a43507342.zip
Merge branch 'release-9.3.2'
Diffstat (limited to 'jetty-websocket/websocket-common')
-rw-r--r--jetty-websocket/websocket-common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index edd277190a..d1044e2a93 100644
--- a/jetty-websocket/websocket-common/pom.xml
+++ b/jetty-websocket/websocket-common/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.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top