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:09 UTC

git commit: [maven-release-plugin] prepare release 3.0.0-M1

Updated Branches:
  refs/heads/trunk 5c0adffa3 -> b06d2f405


[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/b06d2f40
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/b06d2f40
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/b06d2f40

Branch: refs/heads/trunk
Commit: b06d2f405501c912db65f3c10d2743805ceee136
Parents: 5c0adff
Author: Julien Vermillard <jv...@apache.org>
Authored: Tue Jul 9 14:10:53 2013 +0200
Committer: Julien Vermillard <jv...@apache.org>
Committed: Tue Jul 9 14:10:53 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/b06d2f40/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/b06d2f40/codec/pom.xml
----------------------------------------------------------------------
diff --git a/codec/pom.xml b/codec/pom.xml
index ae04210..877f415 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/b06d2f40/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/b06d2f40/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/b06d2f40/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/b06d2f40/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/b06d2f40/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 53d8cc1..65f94ce 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/b06d2f40/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/b06d2f40/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>