Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-08-15 09:13:13 +0000
committerJan Bartel2013-08-15 09:13:13 +0000
commite7e7e4550036e3852b72d0b4e5dc63a89aa7d2e5 (patch)
tree0cd2fdb4ae975bda39f2ec37076126195769d458 /jetty-websocket
parent716430bb03beb70a3fbe3e9e7c4230cfe96d1677 (diff)
downloadorg.eclipse.jetty.project-e7e7e4550036e3852b72d0b4e5dc63a89aa7d2e5.tar.gz
org.eclipse.jetty.project-e7e7e4550036e3852b72d0b4e5dc63a89aa7d2e5.tar.xz
org.eclipse.jetty.project-e7e7e4550036e3852b72d0b4e5dc63a89aa7d2e5.zip
[maven-release-plugin] prepare release jetty-9.0.5.v20130815jetty-9.0.5.v20130815
Diffstat (limited to 'jetty-websocket')
-rw-r--r--jetty-websocket/pom.xml2
-rw-r--r--jetty-websocket/websocket-api/pom.xml2
-rw-r--r--jetty-websocket/websocket-client/pom.xml2
-rw-r--r--jetty-websocket/websocket-common/pom.xml2
-rw-r--r--jetty-websocket/websocket-server/pom.xml2
-rw-r--r--jetty-websocket/websocket-servlet/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 07e52e698b..2a690e68c4 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>jetty-project</artifactId>
<groupId>org.eclipse.jetty</groupId>
- <version>9.0.5-SNAPSHOT</version>
+ <version>9.0.5.v20130815</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/websocket-api/pom.xml b/jetty-websocket/websocket-api/pom.xml
index e24e073f01..4d701e840a 100644
--- a/jetty-websocket/websocket-api/pom.xml
+++ b/jetty-websocket/websocket-api/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-parent</artifactId>
- <version>9.0.5-SNAPSHOT</version>
+ <version>9.0.5.v20130815</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/websocket-client/pom.xml b/jetty-websocket/websocket-client/pom.xml
index 8036f8ef5a..c6b830bc63 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.0.5-SNAPSHOT</version>
+ <version>9.0.5.v20130815</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/websocket-common/pom.xml b/jetty-websocket/websocket-common/pom.xml
index cf0ca81a4d..71afae68dc 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.0.5-SNAPSHOT</version>
+ <version>9.0.5.v20130815</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/websocket-server/pom.xml b/jetty-websocket/websocket-server/pom.xml
index a2bae1ec04..91983da96b 100644
--- a/jetty-websocket/websocket-server/pom.xml
+++ b/jetty-websocket/websocket-server/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-parent</artifactId>
- <version>9.0.5-SNAPSHOT</version>
+ <version>9.0.5.v20130815</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-websocket/websocket-servlet/pom.xml b/jetty-websocket/websocket-servlet/pom.xml
index a8e1d7ebb3..0a34bdb97c 100644
--- a/jetty-websocket/websocket-servlet/pom.xml
+++ b/jetty-websocket/websocket-servlet/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-parent</artifactId>
- <version>9.0.5-SNAPSHOT</version>
+ <version>9.0.5.v20130815</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top