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

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


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

commit b4c42c51f55f08b089f31fa4162beed68f7e1d5b
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Sun Dec 12 02:32:30 2021 +0100

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

diff --git a/core/pom.xml b/core/pom.xml
index 4bb2024..07b98ba 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -13,12 +13,12 @@
        <parent>
                <artifactId>ftpserver-parent</artifactId>
                <groupId>org.apache.ftpserver</groupId>
-               <version>1.1.2</version>
+               <version>1.1.3-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <artifactId>ftpserver-core</artifactId>
        <name>Apache FtpServer Core</name>
-       <version>1.1.2</version>
+       <version>1.1.3-SNAPSHOT</version>
        <packaging>bundle</packaging>
        <scm>
                <connection>
@@ -28,7 +28,7 @@
       scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/core
     </developerConnection>
                <url> 
http://svn.apache.org/viewvc/mina/ftpserver/trunk/core</url>
-               <tag>ftpserver-1.1.2</tag>
+               <tag>HEAD</tag>
        </scm>
        <build>
                <resources>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index ea45ac6..4767ecf 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -15,20 +15,20 @@
        <parent>
                <artifactId>ftpserver-parent</artifactId>
                <groupId>org.apache.ftpserver</groupId>
-               <version>1.1.2</version>
+               <version>1.1.3-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.apache.ftpserver</groupId>
        <artifactId>ftpserver</artifactId>
        <packaging>pom</packaging>
        <name>Apache FtpServer</name>
-       <version>1.1.2</version>
+       <version>1.1.3-SNAPSHOT</version>
 
        <scm>
                
<connection>scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk/distribution</connection>
                
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/distribution</developerConnection>
                
<url>http://svn.apache.org/viewvc/mina/ftpserver/trunk/distribution</url>
-               <tag>ftpserver-1.1.2</tag>
+               <tag>HEAD</tag>
        </scm>
 
        <build>
diff --git a/examples/ftpserver-example-spring-war/pom.xml 
b/examples/ftpserver-example-spring-war/pom.xml
index a6cf213..5f8af37 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.1.2</version>
+               <version>1.1.3-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.1.2</version>
+       <version>1.1.3-SNAPSHOT</version>
 
        <dependencies>
                <dependency>
diff --git a/examples/ftpserver-osgi-ftplet-service/pom.xml 
b/examples/ftpserver-osgi-ftplet-service/pom.xml
index 1bb97ca..b9821ab 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.2</version>
+    <version>1.1.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   
@@ -27,7 +27,7 @@
   <artifactId>ftpserver-osgi-ftplet-service</artifactId>
   <name>FtpServer OSGi Ftplet service example</name>
   <packaging>bundle</packaging>
-  <version>1.1.2</version>
+  <version>1.1.3-SNAPSHOT</version>
   
   <dependencies>
     <dependency>
diff --git a/examples/ftpserver-osgi-spring-service/pom.xml 
b/examples/ftpserver-osgi-spring-service/pom.xml
index 44ec911..97dbd15 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.2</version>
+    <version>1.1.3-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   
@@ -27,7 +27,7 @@
   <artifactId>ftpserver-osgi-spring-service</artifactId>
   <name>FtpServer OSGi Spring-DM example</name>
   <packaging>bundle</packaging>
-  <version>1.1.2</version>
+  <version>1.1.3-SNAPSHOT</version>
   
   <dependencies>
     <dependency>
diff --git a/examples/pom.xml b/examples/pom.xml
index fddac7c..373c074 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,14 +21,14 @@
   <parent>
       <artifactId>ftpserver-parent</artifactId>
       <groupId>org.apache.ftpserver</groupId>
-      <version>1.1.2</version>
+      <version>1.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftpserver-examples</artifactId>
   <packaging>pom</packaging>
   <name>Apache FtpServer Examples</name>
-  <version>1.1.2</version>
+  <version>1.1.3-SNAPSHOT</version>
   <modules>
     <module>ftpserver-example-spring-war</module>
     <module>ftpserver-osgi-ftplet-service</module>
diff --git a/ftplet-api/pom.xml b/ftplet-api/pom.xml
index 7044712..d6799af 100644
--- a/ftplet-api/pom.xml
+++ b/ftplet-api/pom.xml
@@ -17,13 +17,13 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.1.2</version>
+    <version>1.1.3-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftplet-api</artifactId>
-  <version>1.1.2</version>
+  <version>1.1.3-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Apache Ftplet API</name>
   
@@ -43,7 +43,7 @@
     </developerConnection>
     <url>http://svn.apache.org/viewvc/mina/ftpserver/trunk/ftplet-api
     </url>
-    <tag>ftpserver-1.1.2</tag>
+    <tag>HEAD</tag>
   </scm>
   
   <build>
diff --git a/pom.xml b/pom.xml
index 6c2685e..84e2f06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
        <artifactId>ftpserver-parent</artifactId>
        <packaging>pom</packaging>
        <name>Apache FtpServer Parent</name>
-       <version>1.1.2</version>
+       <version>1.1.3-SNAPSHOT</version>
        <url>https://mina.apache.org/ftpserver</url>
        <issueManagement>
                <system>Jira</system>
@@ -123,7 +123,7 @@
                
<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>ftpserver-1.1.2</tag>
+               <tag>master</tag>
        </scm>
 
        <properties>

Reply via email to