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 1e84a51  Bumped up to remaining poms to 1.2.0
1e84a51 is described below

commit 1e84a515e4b30c231ed8c512cb001713df74a1e3
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Sun Mar 6 09:31:05 2022 +0100

    Bumped up to remaining poms to 1.2.0
---
 examples/ftpserver-osgi-ftplet-service/pom.xml | 3 +--
 examples/ftpserver-osgi-spring-service/pom.xml | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/examples/ftpserver-osgi-ftplet-service/pom.xml 
b/examples/ftpserver-osgi-ftplet-service/pom.xml
index 2c33a7c..626ed7f 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.1.4-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   
@@ -27,7 +27,6 @@
   <artifactId>ftpserver-osgi-ftplet-service</artifactId>
   <name>FtpServer OSGi Ftplet service example</name>
   <packaging>bundle</packaging>
-  <version>1.1.4-SNAPSHOT</version>
 
   <properties>
     <checkstyle.configdir>${basedir}/../..</checkstyle.configdir>
diff --git a/examples/ftpserver-osgi-spring-service/pom.xml 
b/examples/ftpserver-osgi-spring-service/pom.xml
index c8e53ed..f825184 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.1.4-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   
@@ -27,7 +27,6 @@
   <artifactId>ftpserver-osgi-spring-service</artifactId>
   <name>FtpServer OSGi Spring-DM example</name>
   <packaging>bundle</packaging>
-  <version>1.1.4-SNAPSHOT</version>
 
   <properties>
     <checkstyle.configdir>${basedir}/../..</checkstyle.configdir>

Reply via email to