You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jv...@apache.org on 2013/07/09 14:11:40 UTC

git commit: [maven-release-plugin] prepare for next development iteration

Updated Branches:
  refs/heads/trunk b06d2f405 -> 2422d3313


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


Project: http://git-wip-us.apache.org/repos/asf/mina/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/2422d331
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/2422d331
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/2422d331

Branch: refs/heads/trunk
Commit: 2422d3313048bec218908fa5b82f818715255b4b
Parents: b06d2f4
Author: Julien Vermillard <jv...@apache.org>
Authored: Tue Jul 9 14:11:27 2013 +0200
Committer: Julien Vermillard <jv...@apache.org>
Committed: Tue Jul 9 14:11:27 2013 +0200

----------------------------------------------------------------------
 coap/pom.xml         | 2 +-
 codec/pom.xml        | 2 +-
 core/pom.xml         | 2 +-
 distribution/pom.xml | 2 +-
 examples/pom.xml     | 2 +-
 http/pom.xml         | 2 +-
 pom.xml              | 2 +-
 protobuf/pom.xml     | 2 +-
 thrift/pom.xml       | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/2422d331/coap/pom.xml
----------------------------------------------------------------------
diff --git a/coap/pom.xml b/coap/pom.xml
index 0947c45..bc39cea 100644
--- a/coap/pom.xml
+++ b/coap/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1</version>
+    <version>3.0.0-M2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-coap</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/2422d331/codec/pom.xml
----------------------------------------------------------------------
diff --git a/codec/pom.xml b/codec/pom.xml
index 877f415..d79de40 100644
--- a/codec/pom.xml
+++ b/codec/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1</version>
+    <version>3.0.0-M2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-codec</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/2422d331/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index e03cae1..060e4fc 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1</version>
+    <version>3.0.0-M2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-core</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/2422d331/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 884889a..2979c32 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>mina-parent</artifactId>
     <groupId>org.apache.mina</groupId>
-    <version>3.0.0-M1</version>
+    <version>3.0.0-M2-SNAPSHOT</version>
   </parent>
 
   <artifactId>distribution</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/2422d331/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 906cc70..9d98934 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1</version>
+    <version>3.0.0-M2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/2422d331/http/pom.xml
----------------------------------------------------------------------
diff --git a/http/pom.xml b/http/pom.xml
index 653e04e..19e2d04 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1</version>
+    <version>3.0.0-M2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-http</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/2422d331/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 65f94ce..ba02d22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   </organization>
 
   <groupId>org.apache.mina</groupId>
-  <version>3.0.0-M1</version>
+  <version>3.0.0-M2-SNAPSHOT</version>
   <artifactId>mina-parent</artifactId>
   <name>Apache MINA ${project.version}</name>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/mina/blob/2422d331/protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/protobuf/pom.xml b/protobuf/pom.xml
index 78e56b5..b58165f 100644
--- a/protobuf/pom.xml
+++ b/protobuf/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1</version>
+    <version>3.0.0-M2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-protobuf</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/2422d331/thrift/pom.xml
----------------------------------------------------------------------
diff --git a/thrift/pom.xml b/thrift/pom.xml
index 7c28e33..a424384 100644
--- a/thrift/pom.xml
+++ b/thrift/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1</version>
+    <version>3.0.0-M2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-thrift</artifactId>