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

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


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

commit 9dad92a582ff6d77d60afd75c014571842009bf8
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Tue Mar 8 00:34:21 2022 +0100

    [maven-release-plugin] prepare for next development iteration
---
 core/pom.xml                                   | 2 +-
 distribution/pom.xml                           | 2 +-
 examples/ftpserver-example-spring-war/pom.xml  | 4 ++--
 examples/ftpserver-osgi-ftplet-service/pom.xml | 2 +-
 examples/ftpserver-osgi-spring-service/pom.xml | 2 +-
 examples/pom.xml                               | 2 +-
 ftplet-api/pom.xml                             | 2 +-
 pom.xml                                        | 6 +++---
 8 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 1ea0305..c48d02f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -13,7 +13,7 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.2.0</version>
+    <version>1.2.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>ftpserver-core</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index fb674b8..5af8e0c 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.2.0</version>
+    <version>1.2.1-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
diff --git a/examples/ftpserver-example-spring-war/pom.xml 
b/examples/ftpserver-example-spring-war/pom.xml
index f9be0be..ac92b11 100644
--- a/examples/ftpserver-example-spring-war/pom.xml
+++ b/examples/ftpserver-example-spring-war/pom.xml
@@ -13,7 +13,7 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.2.0</version>
+    <version>1.2.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -22,7 +22,7 @@
   <artifactId>ftpserver-spring-war</artifactId>
   <name>FtpServer Spring web project example</name>
   <packaging>war</packaging>
-  <version>1.2.0</version>
+  <version>1.2.1-SNAPSHOT</version>
 
   <properties>
     <checkstyle.configdir>${basedir}/../..</checkstyle.configdir>
diff --git a/examples/ftpserver-osgi-ftplet-service/pom.xml 
b/examples/ftpserver-osgi-ftplet-service/pom.xml
index f533b49..a2681c7 100644
--- a/examples/ftpserver-osgi-ftplet-service/pom.xml
+++ b/examples/ftpserver-osgi-ftplet-service/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.2.0</version>
+    <version>1.2.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   
diff --git a/examples/ftpserver-osgi-spring-service/pom.xml 
b/examples/ftpserver-osgi-spring-service/pom.xml
index 4fddf5c..0eada18 100644
--- a/examples/ftpserver-osgi-spring-service/pom.xml
+++ b/examples/ftpserver-osgi-spring-service/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.2.0</version>
+    <version>1.2.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   
diff --git a/examples/pom.xml b/examples/pom.xml
index dcf7cdf..185a8de 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
   <parent>
       <artifactId>ftpserver-parent</artifactId>
       <groupId>org.apache.ftpserver</groupId>
-      <version>1.2.0</version>
+      <version>1.2.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>ftpserver-examples</artifactId>
diff --git a/ftplet-api/pom.xml b/ftplet-api/pom.xml
index b8d7863..0340e01 100644
--- a/ftplet-api/pom.xml
+++ b/ftplet-api/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.2.0</version>
+    <version>1.2.1-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 0f7b657..5372c57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <artifactId>ftpserver-parent</artifactId>
   <packaging>pom</packaging>
   <name>Apache FtpServer Parent</name>
-  <version>1.2.0</version>
+  <version>1.2.1-SNAPSHOT</version>
   <url>https://mina.apache.org/ftpserverproject</url>
   
   <issueManagement>
@@ -149,11 +149,11 @@
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/mina-ftpserver.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina-ftpserver.git</developerConnection>
     <url>https://github.com/apache/mina-ftpserver/tree/${project.scm.tag}</url>
-    <tag>1.2.0</tag>
+    <tag>master</tag>
   </scm>
 
   <properties>
-    
<project.build.outputTimestamp>2022-03-07T23:33:20Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2022-03-07T23:34:21Z</project.build.outputTimestamp>
 
     <!-- Disable the JAVA 8 Javadoc Lint -->
     <doclint>none</doclint>

Reply via email to