Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-websocket/pom.xml')
-rw-r--r--jetty-websocket/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index d649facfe5..5d4ae0f9a0 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -2,7 +2,7 @@
<parent>
<artifactId>jetty-project</artifactId>
<groupId>org.eclipse.jetty</groupId>
- <version>7.2.0.RC1-SNAPSHOT</version>
+ <version>7.2.0.RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty</groupId>

Back to the top