Repository: flex-blazeds
Updated Branches:
  refs/heads/master 0a7bd1d16 -> 4ad8759e0


[maven-release-plugin] prepare release blazeds-4.7.0.0-RC1


Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/4ad8759e
Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/4ad8759e
Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/4ad8759e

Branch: refs/heads/master
Commit: 4ad8759e0092c6d4ef0f67bff80dba939e7ae593
Parents: 0a7bd1d
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Fri Feb 27 09:55:18 2015 +0100
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Fri Feb 27 09:55:18 2015 +0100

----------------------------------------------------------------------
 modules/common/pom.xml           |   5 +-
 modules/core/pom.xml             |   5 +-
 modules/opt/pom.xml              |   5 +-
 modules/opt/poms/tomcat4/pom.xml |   5 +-
 modules/opt/poms/tomcat6/pom.xml |   5 +-
 modules/opt/poms/tomcat7/pom.xml |   5 +-
 modules/pom.xml                  | 253 +++++++++++++++++-----------------
 modules/proxy/pom.xml            |   5 +-
 modules/remoting/pom.xml         |   5 +-
 modules/testsuite/pom.xml        |   5 +-
 10 files changed, 144 insertions(+), 154 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/4ad8759e/modules/common/pom.xml
----------------------------------------------------------------------
diff --git a/modules/common/pom.xml b/modules/common/pom.xml
index 096a5e2..f53c557 100755
--- a/modules/common/pom.xml
+++ b/modules/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.7.0.0-SNAPSHOT</version>
+               <version>4.7.0.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/4ad8759e/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index c3f442a..063d1e1 100755
--- a/modules/core/pom.xml
+++ b/modules/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.7.0.0-SNAPSHOT</version>
+               <version>4.7.0.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/4ad8759e/modules/opt/pom.xml
----------------------------------------------------------------------
diff --git a/modules/opt/pom.xml b/modules/opt/pom.xml
index d062c51..e633a18 100755
--- a/modules/opt/pom.xml
+++ b/modules/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.7.0.0-SNAPSHOT</version>
+               <version>4.7.0.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/4ad8759e/modules/opt/poms/tomcat4/pom.xml
----------------------------------------------------------------------
diff --git a/modules/opt/poms/tomcat4/pom.xml b/modules/opt/poms/tomcat4/pom.xml
index e6b8f54..33ce414 100755
--- a/modules/opt/poms/tomcat4/pom.xml
+++ b/modules/opt/poms/tomcat4/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.7.0.0-SNAPSHOT</version>
+               <version>4.7.0.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/4ad8759e/modules/opt/poms/tomcat6/pom.xml
----------------------------------------------------------------------
diff --git a/modules/opt/poms/tomcat6/pom.xml b/modules/opt/poms/tomcat6/pom.xml
index fce1311..5a9dd4f 100755
--- a/modules/opt/poms/tomcat6/pom.xml
+++ b/modules/opt/poms/tomcat6/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.7.0.0-SNAPSHOT</version>
+               <version>4.7.0.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/4ad8759e/modules/opt/poms/tomcat7/pom.xml
----------------------------------------------------------------------
diff --git a/modules/opt/poms/tomcat7/pom.xml b/modules/opt/poms/tomcat7/pom.xml
index e5c8cfe..1ad419d 100755
--- a/modules/opt/poms/tomcat7/pom.xml
+++ b/modules/opt/poms/tomcat7/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.7.0.0-SNAPSHOT</version>
+               <version>4.7.0.0</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/4ad8759e/modules/pom.xml
----------------------------------------------------------------------
diff --git a/modules/pom.xml b/modules/pom.xml
index a5d38f8..9aeadac 100755
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -1,127 +1,126 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  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";>
-
-       <modelVersion>4.0.0</modelVersion>
-
-       <parent>
-               <groupId>org.apache</groupId>
-               <artifactId>apache</artifactId>
-               <version>16</version>
-       </parent>
-
-       <groupId>org.apache.flex.blazeds</groupId>
-       <artifactId>blazeds</artifactId>
-       <version>4.7.0.0-SNAPSHOT</version>
-       <packaging>pom</packaging>
-
-       <name>Apache Flex: BlazeDS</name>
-
-       <mailingLists>
-               <mailingList>
-                       <name>Apache Flex Dev List</name>
-                       <subscribe>dev-subscr...@flex.apache.org</subscribe>
-                       
<unsubscribe>dev-unsubscr...@flex.apache.org</unsubscribe>
-                       <post>d...@flex.apache.org</post>
-                       
<archive>http://mail-archives.apache.org/mod_mbox/flex-dev/</archive>
-               </mailingList>
-               <mailingList>
-                       <name>Apache Flex User List</name>
-                       <subscribe>users-subscr...@flex.apache.org</subscribe>
-                       
<unsubscribe>users-unsubscr...@flex.apache.org</unsubscribe>
-                       <post>us...@flex.apache.org</post>
-                       
<archive>http://mail-archives.apache.org/mod_mbox/flex-users/</archive>
-               </mailingList>
-       </mailingLists>
-
-       <scm>
-               
<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>
-       </scm>
-
-       <modules>
-               <module>common</module>
-               <module>core</module>
-               <module>proxy</module>
-               <module>remoting</module>
-               <module>opt</module>
-               <module>testsuite</module>
-       </modules>
-
-       <build>
-               <plugins>
-               <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <source>1.6</source>
-                                       <target>1.6</target>
-                               </configuration>
-                       </plugin>
-
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <includes>
-                                               
<include>**/*Tests.java</include>
-                                               <include>**/*Test.java</include>
-                                       </includes>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-
-
-       <!-- When building on the apache ci server, we want to get some 
source-release archives -->
-       <profiles>
-               <profile>
-                       <id>flex-ci-build</id>
-
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               
<artifactId>maven-assembly-plugin</artifactId>
-                                               <version>2.5.1</version>
-                                               <executions>
-                                                       <execution>
-                                                               
<id>assemble-sources-releases</id>
-                                                               
<phase>package</phase>
-                                                               <goals>
-                                                                       
<goal>single</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                               <configuration>
-                                                       <descriptors>
-                                                               
<descriptor>src/assembly/assemble-zip.xml</descriptor>
-                                                               
<descriptor>src/assembly/assemble-gz.xml</descriptor>
-                                                       </descriptors>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  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";>
+
+       <modelVersion>4.0.0</modelVersion>
+
+       <parent>
+               <groupId>org.apache</groupId>
+               <artifactId>apache</artifactId>
+               <version>16</version>
+       </parent>
+
+       <groupId>org.apache.flex.blazeds</groupId>
+       <artifactId>blazeds</artifactId>
+       <version>4.7.0.0</version>
+       <packaging>pom</packaging>
+
+       <name>Apache Flex: BlazeDS</name>
+
+       <mailingLists>
+               <mailingList>
+                       <name>Apache Flex Dev List</name>
+                       <subscribe>dev-subscr...@flex.apache.org</subscribe>
+                       
<unsubscribe>dev-unsubscr...@flex.apache.org</unsubscribe>
+                       <post>d...@flex.apache.org</post>
+                       
<archive>http://mail-archives.apache.org/mod_mbox/flex-dev/</archive>
+               </mailingList>
+               <mailingList>
+                       <name>Apache Flex User List</name>
+                       <subscribe>users-subscr...@flex.apache.org</subscribe>
+                       
<unsubscribe>users-unsubscr...@flex.apache.org</unsubscribe>
+                       <post>us...@flex.apache.org</post>
+                       
<archive>http://mail-archives.apache.org/mod_mbox/flex-users/</archive>
+               </mailingList>
+       </mailingLists>
+
+       <scm>
+               
<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.7.0.0-RC1</tag>
+       </scm>
+
+       <modules>
+               <module>common</module>
+               <module>core</module>
+               <module>proxy</module>
+               <module>remoting</module>
+               <module>opt</module>
+               <module>testsuite</module>
+       </modules>
+
+       <build>
+               <plugins>
+               <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <configuration>
+                                       <source>1.6</source>
+                                       <target>1.6</target>
+                               </configuration>
+                       </plugin>
+
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <includes>
+                                               
<include>**/*Tests.java</include>
+                                               <include>**/*Test.java</include>
+                                       </includes>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+
+
+       <!-- When building on the apache ci server, we want to get some 
source-release archives -->
+       <profiles>
+               <profile>
+                       <id>flex-ci-build</id>
+
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               
<artifactId>maven-assembly-plugin</artifactId>
+                                               <version>2.5.1</version>
+                                               <executions>
+                                                       <execution>
+                                                               
<id>assemble-sources-releases</id>
+                                                               
<phase>package</phase>
+                                                               <goals>
+                                                                       
<goal>single</goal>
+                                                               </goals>
+                                                       </execution>
+                                               </executions>
+                                               <configuration>
+                                                       <descriptors>
+                                                               
<descriptor>src/assembly/assemble-zip.xml</descriptor>
+                                                               
<descriptor>src/assembly/assemble-gz.xml</descriptor>
+                                                       </descriptors>
+                                               </configuration>
+                                       </plugin>
+                               </plugins>
+                       </build>
+               </profile>
+       </profiles>
+
+</project>

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/4ad8759e/modules/proxy/pom.xml
----------------------------------------------------------------------
diff --git a/modules/proxy/pom.xml b/modules/proxy/pom.xml
index aac96c8..7e35d4f 100755
--- a/modules/proxy/pom.xml
+++ b/modules/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.7.0.0-SNAPSHOT</version>
+        <version>4.7.0.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/4ad8759e/modules/remoting/pom.xml
----------------------------------------------------------------------
diff --git a/modules/remoting/pom.xml b/modules/remoting/pom.xml
index 116054f..26c78e3 100755
--- a/modules/remoting/pom.xml
+++ b/modules/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.7.0.0-SNAPSHOT</version>
+               <version>4.7.0.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/4ad8759e/modules/testsuite/pom.xml
----------------------------------------------------------------------
diff --git a/modules/testsuite/pom.xml b/modules/testsuite/pom.xml
index 89425d7..943e16b 100644
--- a/modules/testsuite/pom.xml
+++ b/modules/testsuite/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.7.0.0-SNAPSHOT</version>
+               <version>4.7.0.0</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

Reply via email to