[maven-release-plugin] prepare release blazeds-4.7.3
diff --git a/archetypes/blazeds-spring-boot-archetype/pom.xml b/archetypes/blazeds-spring-boot-archetype/pom.xml
index 0343c03..34502c4 100644
--- a/archetypes/blazeds-spring-boot-archetype/pom.xml
+++ b/archetypes/blazeds-spring-boot-archetype/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>flex-messaging-archetypes</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
   </parent>
 
   <artifactId>blazeds-spring-boot-example-archetype</artifactId>
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index f4f72b6..fc37b41 100755
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -16,14 +16,13 @@
 limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>blazeds</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
   </parent>
 
   <artifactId>flex-messaging-archetypes</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index f7cc8f5..08b1df1 100755
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -16,14 +16,13 @@
 limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>blazeds</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
   </parent>
 
   <artifactId>flex-messaging-common</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index 54761cd..1ccd966 100755
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -16,14 +16,13 @@
 limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>blazeds</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
   </parent>
 
   <artifactId>flex-messaging-core</artifactId>
diff --git a/opt/blazeds-spring-boot-starter/pom.xml b/opt/blazeds-spring-boot-starter/pom.xml
index 36d8fd0..5da1b9c 100644
--- a/opt/blazeds-spring-boot-starter/pom.xml
+++ b/opt/blazeds-spring-boot-starter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-opt</artifactId>
-        <version>4.7.3-SNAPSHOT</version>
+        <version>4.7.3</version>
     </parent>
 
     <artifactId>blazeds-spring-boot-starter</artifactId>
@@ -67,22 +67,22 @@
         <dependency>
             <groupId>org.apache.flex.blazeds</groupId>
             <artifactId>flex-messaging-core</artifactId>
-            <version>4.7.3-SNAPSHOT</version>
+            <version>4.7.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.blazeds</groupId>
             <artifactId>flex-messaging-common</artifactId>
-            <version>4.7.3-SNAPSHOT</version>
+            <version>4.7.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.blazeds</groupId>
             <artifactId>flex-messaging-proxy</artifactId>
-            <version>4.7.3-SNAPSHOT</version>
+            <version>4.7.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flex.blazeds</groupId>
             <artifactId>flex-messaging-remoting</artifactId>
-            <version>4.7.3-SNAPSHOT</version>
+            <version>4.7.3</version>
         </dependency>
 
         <!--
diff --git a/opt/pom.xml b/opt/pom.xml
index f247386..1f280a5 100755
--- a/opt/pom.xml
+++ b/opt/pom.xml
@@ -16,14 +16,13 @@
 limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>blazeds</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
   </parent>
 
   <artifactId>flex-messaging-opt</artifactId>
diff --git a/opt/tomcat/pom.xml b/opt/tomcat/pom.xml
index 86b6512..1c7d585 100644
--- a/opt/tomcat/pom.xml
+++ b/opt/tomcat/pom.xml
@@ -16,14 +16,13 @@
 limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>flex-messaging-opt</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
   </parent>
 
   <artifactId>flex-messaging-opt-tomcat</artifactId>
diff --git a/opt/tomcat/tomcat-4/pom.xml b/opt/tomcat/tomcat-4/pom.xml
index 3e28cba..3e764ea 100644
--- a/opt/tomcat/tomcat-4/pom.xml
+++ b/opt/tomcat/tomcat-4/pom.xml
@@ -16,14 +16,13 @@
 limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>flex-messaging-opt-tomcat</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
   </parent>
 
   <artifactId>flex-messaging-opt-tomcat-4</artifactId>
diff --git a/opt/tomcat/tomcat-6/pom.xml b/opt/tomcat/tomcat-6/pom.xml
index baabed5..21a37b0 100644
--- a/opt/tomcat/tomcat-6/pom.xml
+++ b/opt/tomcat/tomcat-6/pom.xml
@@ -16,14 +16,13 @@
 limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>flex-messaging-opt-tomcat</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
   </parent>
 
   <artifactId>flex-messaging-opt-tomcat-6</artifactId>
diff --git a/opt/tomcat/tomcat-7/pom.xml b/opt/tomcat/tomcat-7/pom.xml
index c68292e..db57338 100644
--- a/opt/tomcat/tomcat-7/pom.xml
+++ b/opt/tomcat/tomcat-7/pom.xml
@@ -16,14 +16,13 @@
 limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>flex-messaging-opt-tomcat</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
   </parent>
 
   <artifactId>flex-messaging-opt-tomcat-7</artifactId>
diff --git a/opt/tomcat/tomcat-base/pom.xml b/opt/tomcat/tomcat-base/pom.xml
index f80ee2a..ddbad8b 100644
--- a/opt/tomcat/tomcat-base/pom.xml
+++ b/opt/tomcat/tomcat-base/pom.xml
@@ -16,14 +16,13 @@
 limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>flex-messaging-opt-tomcat</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
   </parent>
 
   <artifactId>flex-messaging-opt-tomcat-base</artifactId>
diff --git a/pom.xml b/pom.xml
index 6c9d8c1..e294043 100755
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
   limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
 
@@ -30,7 +29,7 @@
 
   <groupId>org.apache.flex.blazeds</groupId>
   <artifactId>blazeds</artifactId>
-  <version>4.7.3-SNAPSHOT</version>
+  <version>4.7.3</version>
   <packaging>pom</packaging>
 
   <name>Apache Flex - BlazeDS</name>
@@ -66,7 +65,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-blazeds.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-blazeds.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf/flex-blazeds.git</url>
-    <tag>HEAD</tag>
+    <tag>blazeds-4.7.3</tag>
   </scm>
 
   <modules>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index c50eb96..3359571 100755
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -16,14 +16,13 @@
 limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>blazeds</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
   </parent>
 
   <artifactId>flex-messaging-proxy</artifactId>
diff --git a/remoting/pom.xml b/remoting/pom.xml
index 9d48643..24c432c 100755
--- a/remoting/pom.xml
+++ b/remoting/pom.xml
@@ -16,14 +16,13 @@
 limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>blazeds</artifactId>
-    <version>4.7.3-SNAPSHOT</version>
+    <version>4.7.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>