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 ad5746c Bumped up prject to 1.2.0 ad5746c is described below commit ad5746c86f544326e65c6c86e33a3591c888ecae Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Mon Mar 7 19:21:15 2022 +0100 Bumped up prject to 1.2.0 --- examples/ftpserver-example-spring-war/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ftpserver-example-spring-war/pom.xml b/examples/ftpserver-example-spring-war/pom.xml index 96ea5fc..5e490e4 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.4-SNAPSHOT</version> + <version>1.2.0-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.4-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <properties> <checkstyle.configdir>${basedir}/../..</checkstyle.configdir>