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 22:02:06 UTC

[flex-blazeds] branch develop updated (1845718 -> db5fcb2)

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

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


    from 1845718  [maven-release-plugin] prepare for next development iteration
     new 1b3f353  Revert "[maven-release-plugin] prepare for next development iteration"
     new db5fcb2  Revert "[maven-release-plugin] prepare release blazeds-4.8.0-rc1"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 common/pom.xml                 | 5 +++--
 core/pom.xml                   | 7 ++++---
 opt/pom.xml                    | 5 +++--
 opt/tomcat/pom.xml             | 6 ++++--
 opt/tomcat/tomcat-base/pom.xml | 6 ++++--
 pom.xml                        | 8 ++++----
 proxy/pom.xml                  | 5 +++--
 remoting/pom.xml               | 7 ++++---
 8 files changed, 29 insertions(+), 20 deletions(-)


[flex-blazeds] 01/02: Revert "[maven-release-plugin] prepare for next development iteration"

Posted by jo...@apache.org.
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

commit 1b3f35309194de44a7eaad5a9f9a2b8d1b5a363f
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Wed Mar 8 13:58:50 2023 -0800

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit 184571810666b3d2b7b063179a66d1ce628fa396.
---
 common/pom.xml                 | 2 +-
 core/pom.xml                   | 4 ++--
 opt/pom.xml                    | 2 +-
 opt/tomcat/pom.xml             | 7 ++++++-
 opt/tomcat/tomcat-base/pom.xml | 7 ++++++-
 pom.xml                        | 4 ++--
 proxy/pom.xml                  | 2 +-
 remoting/pom.xml               | 4 ++--
 8 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 5799988..e6fb5d4 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>4.9.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 55c5cfa..848c5e4 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>4.9.0-SNAPSHOT</version>
+        <version>4.8.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>4.9.0-SNAPSHOT</version>
+            <version>4.8.0</version>
         </dependency>
 
         <dependency>
diff --git a/opt/pom.xml b/opt/pom.xml
index 918d6f7..ab1c3ec 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>4.9.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 9a2ec1c..f1f3322 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>4.9.0-SNAPSHOT</version>
+        <version>4.8.0</version>
     </parent>
 
     <artifactId>flex-messaging-opt-tomcat</artifactId>
@@ -37,4 +37,9 @@ limitations under the License.
         <!-- For tomcat 6 there is no release without known vulnerabilities -->
         <!--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 9023a0a..2e33755 100644
--- a/opt/tomcat/tomcat-base/pom.xml
+++ b/opt/tomcat/tomcat-base/pom.xml
@@ -22,8 +22,13 @@ limitations under the License.
     <parent>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-opt-tomcat</artifactId>
-        <version>4.9.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 6565697..edd2700 100755
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.flex.blazeds</groupId>
     <artifactId>blazeds</artifactId>
-    <version>4.9.0-SNAPSHOT</version>
+    <version>4.8.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-4.8.0-rc1</tag>
   </scm>
 
     <modules>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 6af5d2f..6818fa7 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>4.9.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 4c3d5b9..31e3424 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>4.9.0-SNAPSHOT</version>
+        <version>4.8.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>4.9.0-SNAPSHOT</version>
+            <version>4.8.0</version>
         </dependency>
 
         <dependency>


[flex-blazeds] 02/02: Revert "[maven-release-plugin] prepare release blazeds-4.8.0-rc1"

Posted by jo...@apache.org.
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

commit db5fcb2cc78f9c95e72cb7d9f29b041b485f2c7d
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Wed Mar 8 13:59:01 2023 -0800

    Revert "[maven-release-plugin] prepare release blazeds-4.8.0-rc1"
    
    This reverts commit 030c3ff0ec4e0874b1c069f7bfc6a810fed0b79c.
---
 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, 27 insertions(+), 28 deletions(-)

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