Updated Branches:
  refs/heads/trunk 4919ea6b1 -> ae50b8090

[maven-release-plugin] prepare release 3.0.0-M1


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

Branch: refs/heads/trunk
Commit: ae50b809006efcd99fd68a9ba2be713c7d917756
Parents: 4919ea6
Author: Julien Vermillard <[email protected]>
Authored: Tue Jul 16 20:02:50 2013 +0200
Committer: Julien Vermillard <[email protected]>
Committed: Tue Jul 16 20:02:50 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/mina/blob/ae50b809/coap/pom.xml
----------------------------------------------------------------------
diff --git a/coap/pom.xml b/coap/pom.xml
index adecb57..0947c45 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-SNAPSHOT</version>
+    <version>3.0.0-M1</version>
   </parent>
 
   <artifactId>mina-coap</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/ae50b809/codec/pom.xml
----------------------------------------------------------------------
diff --git a/codec/pom.xml b/codec/pom.xml
index 5858989..2e3c497 100644
--- a/codec/pom.xml
+++ b/codec/pom.xml
@@ -18,13 +18,12 @@
   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.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1-SNAPSHOT</version>
+    <version>3.0.0-M1</version>
   </parent>
 
   <artifactId>mina-codec</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/ae50b809/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index a603c08..e03cae1 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -18,13 +18,12 @@
   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.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1-SNAPSHOT</version>
+    <version>3.0.0-M1</version>
   </parent>
 
   <artifactId>mina-core</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/ae50b809/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 7dfdbb4..884889a 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-SNAPSHOT</version>
+    <version>3.0.0-M1</version>
   </parent>
 
   <artifactId>distribution</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/ae50b809/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index c5519cc..906cc70 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-SNAPSHOT</version>
+    <version>3.0.0-M1</version>
   </parent>
 
   <artifactId>mina-examples</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/ae50b809/http/pom.xml
----------------------------------------------------------------------
diff --git a/http/pom.xml b/http/pom.xml
index 51141dd..653e04e 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-SNAPSHOT</version>
+    <version>3.0.0-M1</version>
   </parent>
 
   <artifactId>mina-http</artifactId>

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

http://git-wip-us.apache.org/repos/asf/mina/blob/ae50b809/protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/protobuf/pom.xml b/protobuf/pom.xml
index 0c025c3..78e56b5 100644
--- a/protobuf/pom.xml
+++ b/protobuf/pom.xml
@@ -18,13 +18,12 @@
   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.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1-SNAPSHOT</version>
+    <version>3.0.0-M1</version>
   </parent>
 
   <artifactId>mina-protobuf</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/ae50b809/thrift/pom.xml
----------------------------------------------------------------------
diff --git a/thrift/pom.xml b/thrift/pom.xml
index 17b522c..7c28e33 100644
--- a/thrift/pom.xml
+++ b/thrift/pom.xml
@@ -19,13 +19,12 @@
   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.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>3.0.0-M1-SNAPSHOT</version>
+    <version>3.0.0-M1</version>
   </parent>
 
   <artifactId>mina-thrift</artifactId>

Reply via email to