You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2023/03/08 21:33:23 UTC

[flex-blazeds] branch develop updated: [maven-release-plugin] prepare release blazeds-4.8.0-rc1

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 030c3ff  [maven-release-plugin] prepare release blazeds-4.8.0-rc1
030c3ff is described below

commit 030c3ff0ec4e0874b1c069f7bfc6a810fed0b79c
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Wed Mar 8 13:33:18 2023 -0800

    [maven-release-plugin] prepare release blazeds-4.8.0-rc1
---
 common/pom.xml                 | 5 ++---
 core/pom.xml                   | 7 +++----
 opt/pom.xml                    | 5 ++---
 opt/tomcat/pom.xml             | 9 ++++++---
 opt/tomcat/tomcat-base/pom.xml | 9 ++++++---
 pom.xml                        | 8 ++++----
 proxy/pom.xml                  | 5 ++---
 remoting/pom.xml               | 7 +++----
 8 files changed, 28 insertions(+), 27 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 8db4822..e6fb5d4 100755
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -16,14 +16,13 @@ See the License for the specific language governing permissions and
 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.8.0-SNAPSHOT</version>
+        <version>4.8.0</version>
     </parent>
 
     <artifactId>flex-messaging-common</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index 42bc75d..848c5e4 100755
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -16,14 +16,13 @@ See the License for the specific language governing permissions and
 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.8.0-SNAPSHOT</version>
+        <version>4.8.0</version>
     </parent>
 
     <artifactId>flex-messaging-core</artifactId>
@@ -32,7 +31,7 @@ limitations under the License.
         <dependency>
             <groupId>org.apache.flex.blazeds</groupId>
             <artifactId>flex-messaging-common</artifactId>
-            <version>4.8.0-SNAPSHOT</version>
+            <version>4.8.0</version>
         </dependency>
 
         <dependency>
diff --git a/opt/pom.xml b/opt/pom.xml
index 7ba8a4d..ab1c3ec 100755
--- a/opt/pom.xml
+++ b/opt/pom.xml
@@ -16,14 +16,13 @@ See the License for the specific language governing permissions and
 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.8.0-SNAPSHOT</version>
+        <version>4.8.0</version>
     </parent>
 
     <artifactId>flex-messaging-opt</artifactId>
diff --git a/opt/tomcat/pom.xml b/opt/tomcat/pom.xml
index 442570a..f1f3322 100644
--- a/opt/tomcat/pom.xml
+++ b/opt/tomcat/pom.xml
@@ -16,14 +16,13 @@ See the License for the specific language governing permissions and
 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.8.0-SNAPSHOT</version>
+        <version>4.8.0</version>
     </parent>
 
     <artifactId>flex-messaging-opt-tomcat</artifactId>
@@ -39,4 +38,8 @@ limitations under the License.
         <!--module>tomcat-7</module-->
     </modules>
 
+
+  <scm>
+    <tag>blazeds-4.8.0-rc1</tag>
+  </scm>
 </project>
diff --git a/opt/tomcat/tomcat-base/pom.xml b/opt/tomcat/tomcat-base/pom.xml
index 41bff7f..2e33755 100644
--- a/opt/tomcat/tomcat-base/pom.xml
+++ b/opt/tomcat/tomcat-base/pom.xml
@@ -16,16 +16,19 @@ See the License for the specific language governing permissions and
 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.8.0-SNAPSHOT</version>
+        <version>4.8.0</version>
     </parent>
 
     <artifactId>flex-messaging-opt-tomcat-base</artifactId>
 
+
+  <scm>
+    <tag>blazeds-4.8.0-rc1</tag>
+  </scm>
 </project>
diff --git a/pom.xml b/pom.xml
index 734244e..edd2700 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.8.0-SNAPSHOT</version>
+    <version>4.8.0</version>
     <packaging>pom</packaging>
 
     <name>Apache Flex - BlazeDS</name>
@@ -67,7 +66,8 @@
         <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>
-    </scm>
+      <tag>blazeds-4.8.0-rc1</tag>
+  </scm>
 
     <modules>
         <module>common</module>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 35b36ed..6818fa7 100755
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -16,14 +16,13 @@ See the License for the specific language governing permissions and
 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.8.0-SNAPSHOT</version>
+        <version>4.8.0</version>
     </parent>
 
     <artifactId>flex-messaging-proxy</artifactId>
diff --git a/remoting/pom.xml b/remoting/pom.xml
index 8630016..31e3424 100644
--- a/remoting/pom.xml
+++ b/remoting/pom.xml
@@ -16,14 +16,13 @@ See the License for the specific language governing permissions and
 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.8.0-SNAPSHOT</version>
+        <version>4.8.0</version>
     </parent>
 
     <artifactId>flex-messaging-remoting</artifactId>
@@ -32,7 +31,7 @@ limitations under the License.
         <dependency>
             <groupId>org.apache.flex.blazeds</groupId>
             <artifactId>flex-messaging-core</artifactId>
-            <version>4.8.0-SNAPSHOT</version>
+            <version>4.8.0</version>
         </dependency>
 
         <dependency>