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 2f154bc71e2b4deaee088d18fb6ea4cbea5c8dc9
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Mar 30 13:41:05 2026 -0700

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit 4fe862124dc8c984d8f195639162cf8ea5b45487.
---
 common/pom.xml                 | 2 +-
 core/pom.xml                   | 4 ++--
 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 ++--
 8 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 832cfea..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.1.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 b077e2f..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.1.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.1.0-SNAPSHOT</version>
+            <version>5.0.0</version>
         </dependency>
 
         <dependency>
diff --git a/opt/pom.xml b/opt/pom.xml
index 5e67fc5..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.1.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 2427b42..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.1.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 8d5253a..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.1.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 26d26c3..616f572 100755
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>blazeds</artifactId>
-    <version>5.1.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 46f8cea..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.1.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 8b2e08d..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.1.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.1.0-SNAPSHOT</version>
+            <version>5.0.0</version>
         </dependency>
 
         <dependency>

Reply via email to