Setting version 0.7 for release

git-svn-id: https://svn.apache.org/repos/asf/mina/vysper/branches/0.7@1070237 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/demo/pubsub/client/pom.xml b/demo/pubsub/client/pom.xml
index f7e95ae..db35d96 100644
--- a/demo/pubsub/client/pom.xml
+++ b/demo/pubsub/client/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>vysper-parent</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
@@ -29,7 +29,7 @@
   <groupId>org.apache.vysper</groupId>
   <artifactId>demo-pubsub-client</artifactId>
   <name>Apache Vysper XEP-0060 Publish-Subscribe Demo Application</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
 
   <repositories>
     <repository>
diff --git a/dist/pom.xml b/dist/pom.xml
index ab080e9..7c7d9b0 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-parent</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper</artifactId>
   <name>Apache Vysper</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
   <packaging>pom</packaging>
   
   <dependencies>
diff --git a/examples/embedded-war/pom.xml b/examples/embedded-war/pom.xml
index 8846f85..1d6a9ee 100644
--- a/examples/embedded-war/pom.xml
+++ b/examples/embedded-war/pom.xml
@@ -20,13 +20,13 @@
 	<parent>
 		<artifactId>vysper-examples</artifactId>
 		<groupId>org.apache.vysper.examples</groupId>
-		<version>0.7-SNAPSHOT</version>
+		<version>0.7</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.vysper.examples</groupId>
 	<artifactId>vysper-embedded-war</artifactId>
 	<name>Example of Apache Vysper embedded in a WAR</name>
-	<version>0.7-SNAPSHOT</version>
+	<version>0.7</version>
 	<packaging>war</packaging>
 
 	<dependencies>
diff --git a/examples/pom.xml b/examples/pom.xml
index 41dac40..af1eb2b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <artifactId>vysper-parent</artifactId>
         <groupId>org.apache.vysper</groupId>
-        <version>0.7-SNAPSHOT</version>
+        <version>0.7</version>
     </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper.examples</groupId>
   <artifactId>vysper-examples</artifactId>
   <name>Apache Vysper Server</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
    <packaging>pom</packaging>
 
   <modules>
diff --git a/nbxml/pom.xml b/nbxml/pom.xml
index ce4e3a5..6365585 100644
--- a/nbxml/pom.xml
+++ b/nbxml/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-parent</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>nbxml</artifactId>
   <name>Apache Vysper Non-blocking XML parser</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
   
   <dependencies>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 3562def..de0695d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper-parent</artifactId>
   <name>Apache Vysper Parent</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
   <packaging>pom</packaging>
   <url>http://mina.apache.org/vysper</url>
 
diff --git a/server/admin-console/pom.xml b/server/admin-console/pom.xml
index f5f6c18..157d7cb 100644
--- a/server/admin-console/pom.xml
+++ b/server/admin-console/pom.xml
@@ -15,13 +15,13 @@
 	<parent>
 		<artifactId>vysper-server</artifactId>
 		<groupId>org.apache.vysper</groupId>
-		<version>0.7-SNAPSHOT</version>
+		<version>0.7</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.vysper</groupId>
 	<artifactId>vysper-admin-console</artifactId>
 	<name>Apache Vysper Admin Console</name>
-	<version>0.7-SNAPSHOT</version>
+	<version>0.7</version>
 
 	<dependencies>
 		<dependency>
diff --git a/server/core-inttest/pom.xml b/server/core-inttest/pom.xml
index cc39a91..5c15ea0 100644
--- a/server/core-inttest/pom.xml
+++ b/server/core-inttest/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-server</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper-core-inttest</artifactId>
   <name>Apache Vysper Core Integration tests</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
   
   <dependencies>
     <dependency>
diff --git a/server/core/pom.xml b/server/core/pom.xml
index fe3d9f3..f874188 100644
--- a/server/core/pom.xml
+++ b/server/core/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-server</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper-core</artifactId>
   <name>Apache Vysper Core</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
   
   <build> 
     <plugins>
diff --git a/server/extensions/pom.xml b/server/extensions/pom.xml
index 2c5fb27..f2e0191 100644
--- a/server/extensions/pom.xml
+++ b/server/extensions/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <artifactId>vysper-server</artifactId>
         <groupId>org.apache.vysper</groupId>
-        <version>0.7-SNAPSHOT</version>
+        <version>0.7</version>
     </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper-extensions</artifactId>
   <name>Apache Vysper Extensions</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
    <packaging>pom</packaging>
 
   <modules>
diff --git a/server/extensions/websockets/pom.xml b/server/extensions/websockets/pom.xml
index 7857854..b207cfd 100644
--- a/server/extensions/websockets/pom.xml
+++ b/server/extensions/websockets/pom.xml
@@ -15,13 +15,13 @@
 	<parent>
 		<artifactId>vysper-extensions</artifactId>
 		<groupId>org.apache.vysper</groupId>
-		<version>0.7-SNAPSHOT</version>
+		<version>0.7</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.vysper.extensions</groupId>
 	<artifactId>vysper-websockets</artifactId>
 	<name>Apache Vysper Websockets support</name>
-	<version>0.7-SNAPSHOT</version>
+	<version>0.7</version>
 
 
 	<dependencies>
diff --git a/server/extensions/xep0045-muc-inttest/pom.xml b/server/extensions/xep0045-muc-inttest/pom.xml
index e494253..40b50ed 100644
--- a/server/extensions/xep0045-muc-inttest/pom.xml
+++ b/server/extensions/xep0045-muc-inttest/pom.xml
@@ -20,13 +20,13 @@
   <parent>
 	<artifactId>vysper-extensions</artifactId>
 	<groupId>org.apache.vysper</groupId>
-	<version>0.7-SNAPSHOT</version>
+	<version>0.7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper.extensions</groupId>
   <artifactId>xep0045-muc-inttest</artifactId>
   <name>Apache Vysper XEP-0045 Integration tests</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
   
   <dependencies>
     <dependency>
diff --git a/server/extensions/xep0045-muc/pom.xml b/server/extensions/xep0045-muc/pom.xml
index 370d380..3d35b13 100644
--- a/server/extensions/xep0045-muc/pom.xml
+++ b/server/extensions/xep0045-muc/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-extensions</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper.extensions</groupId>
   <artifactId>xep0045-muc</artifactId>
   <name>Apache Vysper XEP-0045 Multi-user chat</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
   
   
   <dependencies>
diff --git a/server/extensions/xep0060-pubsub/pom.xml b/server/extensions/xep0060-pubsub/pom.xml
index 1fa9f49..35c813d 100644
--- a/server/extensions/xep0060-pubsub/pom.xml
+++ b/server/extensions/xep0060-pubsub/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-extensions</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper.extensions</groupId>
   <artifactId>xep0060-pubsub</artifactId>
   <name>Apache Vysper XEP-0060 Publish-Subscribe</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
   
   
   <dependencies>
diff --git a/server/extensions/xep0124-xep0206-bosh/pom.xml b/server/extensions/xep0124-xep0206-bosh/pom.xml
index 32e51ee..7840328 100644
--- a/server/extensions/xep0124-xep0206-bosh/pom.xml
+++ b/server/extensions/xep0124-xep0206-bosh/pom.xml
@@ -20,13 +20,13 @@
 	<parent>
 		<artifactId>vysper-extensions</artifactId>
 		<groupId>org.apache.vysper</groupId>
-		<version>0.7-SNAPSHOT</version>
+		<version>0.7</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.vysper.extensions</groupId>
 	<artifactId>xep0124-xep0206-bosh</artifactId>
 	<name>Apache Vysper XEP-0124 and XEP-0206 BOSH</name>
-	<version>0.7-SNAPSHOT</version>
+	<version>0.7</version>
 
 
 	<dependencies>
diff --git a/server/pom.xml b/server/pom.xml
index 433eab4..2ed3fbd 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -21,13 +21,13 @@
     <parent>
         <artifactId>vysper-parent</artifactId>
         <groupId>org.apache.vysper</groupId>
-        <version>0.7-SNAPSHOT</version>
+        <version>0.7</version>
     </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper-server</artifactId>
   <name>Apache Vysper Server</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
    <packaging>pom</packaging>
 
   <modules>
diff --git a/speccompliance/pom.xml b/speccompliance/pom.xml
index ab9d32e..2a585b4 100644
--- a/speccompliance/pom.xml
+++ b/speccompliance/pom.xml
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-parent</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>spec-compliance</artifactId>
   <name>Apache Vysper Spec compliance</name>
-  <version>0.7-SNAPSHOT</version>
+  <version>0.7</version>
   
   <profiles>
     <profile>