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 2022/02/10 05:20:03 UTC

[mina] branch 2.0.X updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch 2.0.X
in repository https://gitbox.apache.org/repos/asf/mina.git


The following commit(s) were added to refs/heads/2.0.X by this push:
     new 996872e  [maven-release-plugin] prepare for next development iteration
996872e is described below

commit 996872e1ebe521b06469c99b98abc9ff6f865982
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu Feb 10 06:20:00 2022 +0100

    [maven-release-plugin] prepare for next development iteration
---
 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                         | 6 +++---
 14 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 8d23059..8a54e17 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>distribution</artifactId>
diff --git a/mina-core/pom.xml b/mina-core/pom.xml
index b341fd8..ec66fe9 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-core</artifactId>
diff --git a/mina-example/pom.xml b/mina-example/pom.xml
index 4539330..bb93bac 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-example</artifactId>
diff --git a/mina-filter-compression/pom.xml b/mina-filter-compression/pom.xml
index c25b188..24c092b 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-filter-compression</artifactId>
diff --git a/mina-http/pom.xml b/mina-http/pom.xml
index dd93060..6003d2d 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-http</artifactId>
diff --git a/mina-integration-beans/pom.xml b/mina-integration-beans/pom.xml
index d178873..b7df857 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-integration-beans</artifactId>
diff --git a/mina-integration-jmx/pom.xml b/mina-integration-jmx/pom.xml
index 76cf928..2e337e6 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-integration-jmx</artifactId>
diff --git a/mina-integration-ognl/pom.xml b/mina-integration-ognl/pom.xml
index a0d4e14..30f2504 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-integration-ognl</artifactId>
diff --git a/mina-integration-xbean/pom.xml b/mina-integration-xbean/pom.xml
index 2df536f..d463684 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-integration-xbean</artifactId>
diff --git a/mina-legal/pom.xml b/mina-legal/pom.xml
index 58a4528..9aa8883 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-legal</artifactId>
diff --git a/mina-statemachine/pom.xml b/mina-statemachine/pom.xml
index 4c6e31e..dc67351 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-statemachine</artifactId>
diff --git a/mina-transport-apr/pom.xml b/mina-transport-apr/pom.xml
index f9bee64..7e6c882 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-transport-apr</artifactId>
diff --git a/mina-transport-serial/pom.xml b/mina-transport-serial/pom.xml
index 3287125..f07f7b8 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.23</version>
+    <version>2.0.24-SNAPSHOT</version>
   </parent>
 
   <artifactId>mina-transport-serial</artifactId>
diff --git a/pom.xml b/pom.xml
index 5f2166a..86daf60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
   </organization>
 
   <groupId>org.apache.mina</groupId>
-  <version>2.0.23</version>
+  <version>2.0.24-SNAPSHOT</version>
   <artifactId>mina-parent</artifactId>
   <name>Apache MINA</name>
   <packaging>pom</packaging>
@@ -55,7 +55,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/mina.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina.git</developerConnection>
     <url>https://github.com/apache/mina/tree/${project.scm.tag}</url>
-    <tag>2.0.23</tag>
+    <tag>2.0.X</tag>
   </scm>
 
   <distributionManagement>
@@ -89,7 +89,7 @@
     <arguments />
 
     <!-- Activate reproductible builds -->
-    <project.build.outputTimestamp>1644470216</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1644470400</project.build.outputTimestamp>
 
     <!-- Make Java 8 javadoc lint to shut the f*** up... -->
     <!-- additionalparam>-Xdoclint:none</additionalparam -->