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 948c9ce [maven-release-plugin] prepare for next development iteration 948c9ce is described below commit 948c9ceea44be6f3cf927779093804b1a13d5237 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Sat Feb 19 14:18:58 2022 +0100 [maven-release-plugin] prepare for next development iteration --- core/pom.xml | 4 ++-- distribution/pom.xml | 2 +- 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 | 2 +- pom.xml | 6 +++--- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 1b8f8e2..5c31901 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.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ftpserver-core</artifactId> <name>Apache FtpServer Core</name> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> <packaging>bundle</packaging> <properties> diff --git a/distribution/pom.xml b/distribution/pom.xml index 5ea5aa5..9ef4bfe 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.1.3</version> + <version>1.1.4-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 d0e03a3..96ea5fc 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.3</version> + <version>1.1.4-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.3</version> + <version>1.1.4-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 1b53ffc..2c33a7c 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.3</version> + <version>1.1.4-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.3</version> + <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 b17cdbd..c8e53ed 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.3</version> + <version>1.1.4-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.3</version> + <version>1.1.4-SNAPSHOT</version> <properties> <checkstyle.configdir>${basedir}/../..</checkstyle.configdir> diff --git a/examples/pom.xml b/examples/pom.xml index 24fa333..68773fc 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.3</version> + <version>1.1.4-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.3</version> + <version>1.1.4-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 c62d9df..e299b97 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.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 10429c5..61d995d 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.1.3</version> + <version>1.1.4-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>ftpserver-1.1.3</tag> + <tag>master</tag> </scm> <properties> - <project.build.outputTimestamp>2022-02-19T13:17:56Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-02-19T13:18:58Z</project.build.outputTimestamp> <!-- Disable the JAVA 8 Javadoc Lint --> <doclint>none</doclint>