You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2018/05/29 07:56:40 UTC

mina git commit: [maven-release-plugin] prepare release 2.0.18

Repository: mina
Updated Branches:
  refs/heads/2.0 5d1d6d8ed -> d4b12c438


[maven-release-plugin] prepare release 2.0.18


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

Branch: refs/heads/2.0
Commit: d4b12c4387c22e22429b6593eb2db5fd3295e148
Parents: 5d1d6d8
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Tue May 29 09:56:37 2018 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Tue May 29 09:56:37 2018 +0200

----------------------------------------------------------------------
 distribution/pom.xml            | 2 +-
 mina-core/pom.xml               | 2 +-
 mina-example/pom.xml            | 2 +-
 mina-filter-compression/pom.xml | 2 +-
 mina-http/pom.xml               | 2 +-
 mina-integration-beans/pom.xml  | 2 +-
 mina-integration-jmx/pom.xml    | 2 +-
 mina-integration-ognl/pom.xml   | 2 +-
 mina-integration-xbean/pom.xml  | 2 +-
 mina-legal/pom.xml              | 2 +-
 mina-statemachine/pom.xml       | 2 +-
 mina-transport-apr/pom.xml      | 2 +-
 mina-transport-serial/pom.xml   | 2 +-
 pom.xml                         | 4 ++--
 14 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 747537f..3b7baa3 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>mina-parent</artifactId>
     <groupId>org.apache.mina</groupId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
 
   <artifactId>distribution</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-core/pom.xml
----------------------------------------------------------------------
diff --git a/mina-core/pom.xml b/mina-core/pom.xml
index bfee61e..6e1f469 100644
--- a/mina-core/pom.xml
+++ b/mina-core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
 
   <artifactId>mina-core</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-example/pom.xml
----------------------------------------------------------------------
diff --git a/mina-example/pom.xml b/mina-example/pom.xml
index 13540cc..bcc0cc0 100644
--- a/mina-example/pom.xml
+++ b/mina-example/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
 
   <artifactId>mina-example</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-filter-compression/pom.xml
----------------------------------------------------------------------
diff --git a/mina-filter-compression/pom.xml b/mina-filter-compression/pom.xml
index e29d04c..ca02229 100644
--- a/mina-filter-compression/pom.xml
+++ b/mina-filter-compression/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
 
   <artifactId>mina-filter-compression</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-http/pom.xml
----------------------------------------------------------------------
diff --git a/mina-http/pom.xml b/mina-http/pom.xml
index 468b28f..7578b37 100644
--- a/mina-http/pom.xml
+++ b/mina-http/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
 
   <artifactId>mina-http</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-integration-beans/pom.xml
----------------------------------------------------------------------
diff --git a/mina-integration-beans/pom.xml b/mina-integration-beans/pom.xml
index 8b500df..f67c6b2 100644
--- a/mina-integration-beans/pom.xml
+++ b/mina-integration-beans/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
 
   <artifactId>mina-integration-beans</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-integration-jmx/pom.xml
----------------------------------------------------------------------
diff --git a/mina-integration-jmx/pom.xml b/mina-integration-jmx/pom.xml
index 01d0caf..0111aff 100644
--- a/mina-integration-jmx/pom.xml
+++ b/mina-integration-jmx/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
 
   <artifactId>mina-integration-jmx</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-integration-ognl/pom.xml
----------------------------------------------------------------------
diff --git a/mina-integration-ognl/pom.xml b/mina-integration-ognl/pom.xml
index f5b40bd..c3e80cd 100644
--- a/mina-integration-ognl/pom.xml
+++ b/mina-integration-ognl/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
 
   <artifactId>mina-integration-ognl</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-integration-xbean/pom.xml
----------------------------------------------------------------------
diff --git a/mina-integration-xbean/pom.xml b/mina-integration-xbean/pom.xml
index 6613d2f..374a780 100644
--- a/mina-integration-xbean/pom.xml
+++ b/mina-integration-xbean/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-legal/pom.xml
----------------------------------------------------------------------
diff --git a/mina-legal/pom.xml b/mina-legal/pom.xml
index 927b484..498a002 100644
--- a/mina-legal/pom.xml
+++ b/mina-legal/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-parent</artifactId>
-        <version>2.0.18-SNAPSHOT</version>
+        <version>2.0.18</version>
     </parent>
 
     <artifactId>mina-legal</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-statemachine/pom.xml
----------------------------------------------------------------------
diff --git a/mina-statemachine/pom.xml b/mina-statemachine/pom.xml
index a6f7c16..16f65ba 100644
--- a/mina-statemachine/pom.xml
+++ b/mina-statemachine/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
 
   <artifactId>mina-statemachine</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-transport-apr/pom.xml
----------------------------------------------------------------------
diff --git a/mina-transport-apr/pom.xml b/mina-transport-apr/pom.xml
index 7d373dd..01550d4 100644
--- a/mina-transport-apr/pom.xml
+++ b/mina-transport-apr/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
 
   <artifactId>mina-transport-apr</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/mina-transport-serial/pom.xml
----------------------------------------------------------------------
diff --git a/mina-transport-serial/pom.xml b/mina-transport-serial/pom.xml
index 8810f17..bd55377 100644
--- a/mina-transport-serial/pom.xml
+++ b/mina-transport-serial/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mina</groupId>
     <artifactId>mina-parent</artifactId>
-    <version>2.0.18-SNAPSHOT</version>
+    <version>2.0.18</version>
   </parent>
 
   <artifactId>mina-transport-serial</artifactId>

http://git-wip-us.apache.org/repos/asf/mina/blob/d4b12c43/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 29e9e2e..01309b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
   </organization>
 
   <groupId>org.apache.mina</groupId>
-  <version>2.0.18-SNAPSHOT</version>
+  <version>2.0.18</version>
   <artifactId>mina-parent</artifactId>
   <name>Apache MINA</name>
   <packaging>pom</packaging>
@@ -55,7 +55,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/mina.git</connection>
     <url>https://github.com/apache/mina/tree/2.0</url>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/mina.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>2.0.18</tag>
   </scm>
 
   <distributionManagement>