This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to annotated tag blazeds-5.0.0
in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git

commit 29981e49a5c8c16e7292cba254309965c560e732
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Mar 30 13:49:33 2026 -0700

    [maven-release-plugin] prepare release blazeds-5.0.0
---
 common/pom.xml                                     |  2 +-
 core/pom.xml                                       |  4 +--
 distribution/pom.xml                               |  2 +-
 opt/pom.xml                                        |  2 +-
 opt/tomcat/pom.xml                                 |  6 +++-
 opt/tomcat/tomcat-base/pom.xml                     |  6 +++-
 pom.xml                                            |  4 +--
 proxy/pom.xml                                      |  2 +-
 remoting/pom.xml                                   |  4 +--
 samples/classic-turnkey-samples/backend/pom.xml    | 38 ++++++++++++----------
 .../frontend/inventory/pom.xml                     |  8 +++--
 samples/classic-turnkey-samples/frontend/pom.xml   |  8 +++--
 .../frontend/runtimeconfig-messaging/pom.xml       |  8 +++--
 .../frontend/runtimeconfig-remoting/pom.xml        |  8 +++--
 .../frontend/testdrive-101/pom.xml                 |  8 +++--
 .../frontend/testdrive-chat/pom.xml                |  8 +++--
 .../frontend/testdrive-datapush/pom.xml            |  8 +++--
 .../frontend/testdrive-httpservice/pom.xml         |  8 +++--
 .../frontend/testdrive-remoteobject/pom.xml        |  8 +++--
 .../frontend/testdrive-update/pom.xml              |  8 +++--
 .../frontend/testdrive-webservice/pom.xml          |  8 +++--
 samples/classic-turnkey-samples/pom.xml            |  8 +++--
 samples/hello-world/backend/pom.xml                | 18 ++++++----
 samples/hello-world/frontend/pom.xml               |  8 +++--
 samples/hello-world/pom.xml                        |  8 +++--
 samples/pom.xml                                    |  4 +--
 samples/typed-object/backend/pom.xml               | 18 ++++++----
 samples/typed-object/frontend/pom.xml              |  8 +++--
 samples/typed-object/pom.xml                       |  8 +++--
 29 files changed, 161 insertions(+), 77 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 85b34b7..b59663d 100755
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>blazeds</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <artifactId>flex-messaging-common</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index c7d257e..1accb15 100755
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>blazeds</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <artifactId>flex-messaging-core</artifactId>
@@ -31,7 +31,7 @@ limitations under the License.
         <dependency>
             <groupId>org.apache.flex.blazeds</groupId>
             <artifactId>flex-messaging-common</artifactId>
-            <version>5.0.0-SNAPSHOT</version>
+            <version>5.0.0</version>
         </dependency>
 
         <dependency>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 6b0507e..f101474 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>blazeds</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <artifactId>distribution</artifactId>
diff --git a/opt/pom.xml b/opt/pom.xml
index e38c27e..91e0c6e 100755
--- a/opt/pom.xml
+++ b/opt/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>blazeds</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <artifactId>flex-messaging-opt</artifactId>
diff --git a/opt/tomcat/pom.xml b/opt/tomcat/pom.xml
index d513d2d..56c5ee4 100644
--- a/opt/tomcat/pom.xml
+++ b/opt/tomcat/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-opt</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <artifactId>flex-messaging-opt-tomcat</artifactId>
@@ -37,4 +37,8 @@ limitations under the License.
         <!-- For tomcat 6 there is no release without known vulnerabilities -->
         <!--module>tomcat-7</module-->
     </modules>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/opt/tomcat/tomcat-base/pom.xml b/opt/tomcat/tomcat-base/pom.xml
index 48d743d..9c937f8 100644
--- a/opt/tomcat/tomcat-base/pom.xml
+++ b/opt/tomcat/tomcat-base/pom.xml
@@ -22,8 +22,12 @@ limitations under the License.
     <parent>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-opt-tomcat</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <artifactId>flex-messaging-opt-tomcat-base</artifactId>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/pom.xml b/pom.xml
index 49645fa..616f572 100755
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>blazeds</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
     <packaging>pom</packaging>
 
     <name>Apache Flex - BlazeDS</name>
@@ -66,7 +66,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-5.0.0</tag>
   </scm>
 
     <modules>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 4bdff1a..5f77f11 100755
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>blazeds</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <artifactId>flex-messaging-proxy</artifactId>
diff --git a/remoting/pom.xml b/remoting/pom.xml
index 0cdb971..d0905ef 100644
--- a/remoting/pom.xml
+++ b/remoting/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>blazeds</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </parent>
 
     <artifactId>flex-messaging-remoting</artifactId>
@@ -31,7 +31,7 @@ limitations under the License.
         <dependency>
             <groupId>org.apache.flex.blazeds</groupId>
             <artifactId>flex-messaging-core</artifactId>
-            <version>5.0.0-SNAPSHOT</version>
+            <version>5.0.0</version>
         </dependency>
 
         <dependency>
diff --git a/samples/classic-turnkey-samples/backend/pom.xml 
b/samples/classic-turnkey-samples/backend/pom.xml
index f90e633..242120b 100644
--- a/samples/classic-turnkey-samples/backend/pom.xml
+++ b/samples/classic-turnkey-samples/backend/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>blazeds-classic-turnkey-samples-backend</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>war</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turn Key Samples: Backend</name>
@@ -114,27 +114,27 @@
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-common</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-core</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-proxy</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-remoting</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-opt-tomcat-base</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.hsqldb</groupId>
@@ -144,62 +144,66 @@
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
       <artifactId>inventory</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
       <artifactId>runtimeconfig-messaging</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
       <artifactId>runtimeconfig-remoting</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
       <artifactId>testdrive-101</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
       <artifactId>testdrive-chat</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
       <artifactId>testdrive-datapush</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
       <artifactId>testdrive-httpservice</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
       <artifactId>testdrive-remoteobject</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
       <artifactId>testdrive-update</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
       <artifactId>testdrive-webservice</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/classic-turnkey-samples/frontend/inventory/pom.xml 
b/samples/classic-turnkey-samples/frontend/inventory/pom.xml
index 6676cbc..d4d473d 100644
--- a/samples/classic-turnkey-samples/frontend/inventory/pom.xml
+++ b/samples/classic-turnkey-samples/frontend/inventory/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples-frontend</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>inventory</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples: Inventory</name>
@@ -98,4 +98,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/classic-turnkey-samples/frontend/pom.xml 
b/samples/classic-turnkey-samples/frontend/pom.xml
index ba272e1..679b9f2 100644
--- a/samples/classic-turnkey-samples/frontend/pom.xml
+++ b/samples/classic-turnkey-samples/frontend/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>blazeds-classic-turnkey-samples-frontend</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples: Frontend</name>
@@ -138,4 +138,8 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git 
a/samples/classic-turnkey-samples/frontend/runtimeconfig-messaging/pom.xml 
b/samples/classic-turnkey-samples/frontend/runtimeconfig-messaging/pom.xml
index 0b935a4..5c1d073 100644
--- a/samples/classic-turnkey-samples/frontend/runtimeconfig-messaging/pom.xml
+++ b/samples/classic-turnkey-samples/frontend/runtimeconfig-messaging/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples-frontend</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>runtimeconfig-messaging</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples: Runtime Config 
Messaging</name>
@@ -98,4 +98,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git 
a/samples/classic-turnkey-samples/frontend/runtimeconfig-remoting/pom.xml 
b/samples/classic-turnkey-samples/frontend/runtimeconfig-remoting/pom.xml
index 5a1b67e..60b79e1 100644
--- a/samples/classic-turnkey-samples/frontend/runtimeconfig-remoting/pom.xml
+++ b/samples/classic-turnkey-samples/frontend/runtimeconfig-remoting/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples-frontend</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>runtimeconfig-remoting</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples: Runtime Config 
Remoting</name>
@@ -98,4 +98,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/classic-turnkey-samples/frontend/testdrive-101/pom.xml 
b/samples/classic-turnkey-samples/frontend/testdrive-101/pom.xml
index 4f24a05..16b93d6 100644
--- a/samples/classic-turnkey-samples/frontend/testdrive-101/pom.xml
+++ b/samples/classic-turnkey-samples/frontend/testdrive-101/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples-frontend</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>testdrive-101</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples: Test Drive 101</name>
@@ -98,4 +98,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/classic-turnkey-samples/frontend/testdrive-chat/pom.xml 
b/samples/classic-turnkey-samples/frontend/testdrive-chat/pom.xml
index fd75cf6..42229eb 100644
--- a/samples/classic-turnkey-samples/frontend/testdrive-chat/pom.xml
+++ b/samples/classic-turnkey-samples/frontend/testdrive-chat/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples-frontend</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>testdrive-chat</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples: Test Drive Chat</name>
@@ -98,4 +98,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git 
a/samples/classic-turnkey-samples/frontend/testdrive-datapush/pom.xml 
b/samples/classic-turnkey-samples/frontend/testdrive-datapush/pom.xml
index ec0ae44..dfe6311 100644
--- a/samples/classic-turnkey-samples/frontend/testdrive-datapush/pom.xml
+++ b/samples/classic-turnkey-samples/frontend/testdrive-datapush/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples-frontend</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>testdrive-datapush</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples: Test Drive Data 
Push</name>
@@ -123,4 +123,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git 
a/samples/classic-turnkey-samples/frontend/testdrive-httpservice/pom.xml 
b/samples/classic-turnkey-samples/frontend/testdrive-httpservice/pom.xml
index cdde281..5fe0765 100644
--- a/samples/classic-turnkey-samples/frontend/testdrive-httpservice/pom.xml
+++ b/samples/classic-turnkey-samples/frontend/testdrive-httpservice/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples-frontend</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>testdrive-httpservice</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples: Test Drive 
HTTPService</name>
@@ -122,4 +122,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git 
a/samples/classic-turnkey-samples/frontend/testdrive-remoteobject/pom.xml 
b/samples/classic-turnkey-samples/frontend/testdrive-remoteobject/pom.xml
index bf5dc8d..64e00d6 100644
--- a/samples/classic-turnkey-samples/frontend/testdrive-remoteobject/pom.xml
+++ b/samples/classic-turnkey-samples/frontend/testdrive-remoteobject/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples-frontend</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>testdrive-remoteobject</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples: Test Drive Remote 
Object</name>
@@ -98,4 +98,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/classic-turnkey-samples/frontend/testdrive-update/pom.xml 
b/samples/classic-turnkey-samples/frontend/testdrive-update/pom.xml
index dcd1c98..c641d3c 100644
--- a/samples/classic-turnkey-samples/frontend/testdrive-update/pom.xml
+++ b/samples/classic-turnkey-samples/frontend/testdrive-update/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples-frontend</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>testdrive-update</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples: Test Drive Update</name>
@@ -98,4 +98,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git 
a/samples/classic-turnkey-samples/frontend/testdrive-webservice/pom.xml 
b/samples/classic-turnkey-samples/frontend/testdrive-webservice/pom.xml
index 996e153..6a20928 100644
--- a/samples/classic-turnkey-samples/frontend/testdrive-webservice/pom.xml
+++ b/samples/classic-turnkey-samples/frontend/testdrive-webservice/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
     <artifactId>blazeds-classic-turnkey-samples-frontend</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>testdrive-webservice</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples: Test Drive Web 
Service</name>
@@ -98,4 +98,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/classic-turnkey-samples/pom.xml 
b/samples/classic-turnkey-samples/pom.xml
index ce7adc9..5c35538 100644
--- a/samples/classic-turnkey-samples/pom.xml
+++ b/samples/classic-turnkey-samples/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples</groupId>
     <artifactId>blazeds-samples</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.turnkey</groupId>
   <artifactId>blazeds-classic-turnkey-samples</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Flex BlazeDS: Classic Turnkey Samples</name>
@@ -37,4 +37,8 @@
     <module>frontend</module>
     <module>backend</module>
   </modules>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/hello-world/backend/pom.xml 
b/samples/hello-world/backend/pom.xml
index 29e69a6..adacaa6 100644
--- a/samples/hello-world/backend/pom.xml
+++ b/samples/hello-world/backend/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.hello</groupId>
     <artifactId>blazeds-hello-world-sample</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.hello</groupId>
   <artifactId>blazeds-hello-world-backend</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>war</packaging>
 
   <name>Apache Flex BlazeDS: Hello World Sample: Backend</name>
@@ -68,28 +68,32 @@
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-common</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-core</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-proxy</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-remoting</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.hello</groupId>
       <artifactId>blazeds-hello-world-frontend</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/hello-world/frontend/pom.xml 
b/samples/hello-world/frontend/pom.xml
index 43e5ba6..7558e20 100644
--- a/samples/hello-world/frontend/pom.xml
+++ b/samples/hello-world/frontend/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.hello</groupId>
     <artifactId>blazeds-hello-world-sample</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.hello</groupId>
   <artifactId>blazeds-hello-world-frontend</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Hello World Sample: Frontend</name>
@@ -114,4 +114,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/hello-world/pom.xml b/samples/hello-world/pom.xml
index b8f1a6e..df1577f 100644
--- a/samples/hello-world/pom.xml
+++ b/samples/hello-world/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples</groupId>
     <artifactId>blazeds-samples</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.hello</groupId>
   <artifactId>blazeds-hello-world-sample</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Flex BlazeDS: Hello World Sample</name>
@@ -37,4 +37,8 @@
     <module>frontend</module>
     <module>backend</module>
   </modules>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/pom.xml b/samples/pom.xml
index 556b333..adf7a6d 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>blazeds</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples</groupId>
   <artifactId>blazeds-samples</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Flex BlazeDS: Samples</name>
diff --git a/samples/typed-object/backend/pom.xml 
b/samples/typed-object/backend/pom.xml
index 59def32..80ff6ea 100644
--- a/samples/typed-object/backend/pom.xml
+++ b/samples/typed-object/backend/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.typed-object</groupId>
     <artifactId>blazeds-typed-object-sample</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.typed-object</groupId>
   <artifactId>blazeds-typed-object-backend</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>war</packaging>
 
   <name>Apache Flex BlazeDS: Typed Object Sample: Backend</name>
@@ -68,28 +68,32 @@
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-common</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-core</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-proxy</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-remoting</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>5.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.flex.blazeds.samples.typed-object</groupId>
       <artifactId>blazeds-typed-object-frontend</artifactId>
-      <version>5.0.0-SNAPSHOT</version>
+      <version>5.0.0</version>
       <type>war</type>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/typed-object/frontend/pom.xml 
b/samples/typed-object/frontend/pom.xml
index ef0f89e..1c90411 100644
--- a/samples/typed-object/frontend/pom.xml
+++ b/samples/typed-object/frontend/pom.xml
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples.typed-object</groupId>
     <artifactId>blazeds-typed-object-sample</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.typed-object</groupId>
   <artifactId>blazeds-typed-object-frontend</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>swf</packaging>
 
   <name>Apache Flex BlazeDS: Typed Object Sample: Frontend</name>
@@ -114,4 +114,8 @@
         <classifier>js</classifier>
     </dependency>
   </dependencies>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>
diff --git a/samples/typed-object/pom.xml b/samples/typed-object/pom.xml
index ef40679..09bf7e1 100644
--- a/samples/typed-object/pom.xml
+++ b/samples/typed-object/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.flex.blazeds.samples</groupId>
     <artifactId>blazeds-samples</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <groupId>org.apache.flex.blazeds.samples.typed-object</groupId>
   <artifactId>blazeds-typed-object-sample</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Flex BlazeDS: Typed Object Sample</name>
@@ -37,4 +37,8 @@
     <module>frontend</module>
     <module>backend</module>
   </modules>
+
+  <scm>
+    <tag>blazeds-5.0.0</tag>
+  </scm>
 </project>

Reply via email to