You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2015/12/20 13:47:52 UTC

[22/31] flex-blazeds git commit: [maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 78fa165a155251382a9ad6fe1226b1b5357fe403
Parents: fc0ab81
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Jul 30 16:04:15 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Jul 30 16:04:15 2015 +0200

----------------------------------------------------------------------
 modules/common/pom.xml           | 2 +-
 modules/core/pom.xml             | 2 +-
 modules/opt/pom.xml              | 2 +-
 modules/opt/poms/tomcat4/pom.xml | 2 +-
 modules/opt/poms/tomcat6/pom.xml | 2 +-
 modules/opt/poms/tomcat7/pom.xml | 2 +-
 modules/pom.xml                  | 4 ++--
 modules/proxy/pom.xml            | 2 +-
 modules/remoting/pom.xml         | 2 +-
 modules/testsuite/pom.xml        | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/78fa165a/modules/common/pom.xml
----------------------------------------------------------------------
diff --git a/modules/common/pom.xml b/modules/common/pom.xml
index 349abec..a518579 100755
--- a/modules/common/pom.xml
+++ b/modules/common/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
 	<parent>
         <groupId>org.apache.flex.blazeds</groupId>
 		<artifactId>blazeds</artifactId>
-		<version>4.7.1</version>
+		<version>4.8.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/78fa165a/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index d494222..1309282 100755
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
 	<parent>
         <groupId>org.apache.flex.blazeds</groupId>
 		<artifactId>blazeds</artifactId>
-		<version>4.7.1</version>
+		<version>4.8.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/78fa165a/modules/opt/pom.xml
----------------------------------------------------------------------
diff --git a/modules/opt/pom.xml b/modules/opt/pom.xml
index 5b00c0d..d77fcf4 100755
--- a/modules/opt/pom.xml
+++ b/modules/opt/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
 	<parent>
         <groupId>org.apache.flex.blazeds</groupId>
 		<artifactId>blazeds</artifactId>
-		<version>4.7.1</version>
+		<version>4.8.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/78fa165a/modules/opt/poms/tomcat4/pom.xml
----------------------------------------------------------------------
diff --git a/modules/opt/poms/tomcat4/pom.xml b/modules/opt/poms/tomcat4/pom.xml
index 955e572..d7d5f5b 100755
--- a/modules/opt/poms/tomcat4/pom.xml
+++ b/modules/opt/poms/tomcat4/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
 	<parent>
         <groupId>org.apache.flex.blazeds</groupId>
 		<artifactId>flex-messaging-opt</artifactId>
-		<version>4.7.1</version>
+		<version>4.8.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/78fa165a/modules/opt/poms/tomcat6/pom.xml
----------------------------------------------------------------------
diff --git a/modules/opt/poms/tomcat6/pom.xml b/modules/opt/poms/tomcat6/pom.xml
index 3e39476..d609a99 100755
--- a/modules/opt/poms/tomcat6/pom.xml
+++ b/modules/opt/poms/tomcat6/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
 	<parent>
         <groupId>org.apache.flex.blazeds</groupId>
 		<artifactId>flex-messaging-opt</artifactId>
-		<version>4.7.1</version>
+		<version>4.8.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/78fa165a/modules/opt/poms/tomcat7/pom.xml
----------------------------------------------------------------------
diff --git a/modules/opt/poms/tomcat7/pom.xml b/modules/opt/poms/tomcat7/pom.xml
index c0ca5e4..e80781e 100755
--- a/modules/opt/poms/tomcat7/pom.xml
+++ b/modules/opt/poms/tomcat7/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
 	<parent>
         <groupId>org.apache.flex.blazeds</groupId>
 		<artifactId>flex-messaging-opt</artifactId>
-		<version>4.7.1</version>
+		<version>4.8.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/78fa165a/modules/pom.xml
----------------------------------------------------------------------
diff --git a/modules/pom.xml b/modules/pom.xml
index 5b7771a..33da3bb 100755
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -29,7 +29,7 @@
 
 	<groupId>org.apache.flex.blazeds</groupId>
 	<artifactId>blazeds</artifactId>
-	<version>4.7.1</version>
+	<version>4.8.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<name>Apache Flex: BlazeDS</name>
@@ -55,7 +55,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.7.1</tag>
+	  <tag>HEAD</tag>
   </scm>
 
 	<modules>

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/78fa165a/modules/proxy/pom.xml
----------------------------------------------------------------------
diff --git a/modules/proxy/pom.xml b/modules/proxy/pom.xml
index a4e28d7..296d351 100755
--- a/modules/proxy/pom.xml
+++ b/modules/proxy/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
    <parent>
        <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>blazeds</artifactId>
-        <version>4.7.1</version>
+        <version>4.8.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/78fa165a/modules/remoting/pom.xml
----------------------------------------------------------------------
diff --git a/modules/remoting/pom.xml b/modules/remoting/pom.xml
index 745d9ea..4ac1c74 100755
--- a/modules/remoting/pom.xml
+++ b/modules/remoting/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
 	<parent>
         <groupId>org.apache.flex.blazeds</groupId>
 		<artifactId>blazeds</artifactId>
-		<version>4.7.1</version>
+		<version>4.8.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/78fa165a/modules/testsuite/pom.xml
----------------------------------------------------------------------
diff --git a/modules/testsuite/pom.xml b/modules/testsuite/pom.xml
index 57a72ba..8206cc5 100644
--- a/modules/testsuite/pom.xml
+++ b/modules/testsuite/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
 	<parent>
         <groupId>org.apache.flex.blazeds</groupId>
 		<artifactId>blazeds</artifactId>
-		<version>4.7.1</version>
+		<version>4.8.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>