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 559e245 [maven-release-plugin] prepare release ftpserver-1.1.3 559e245 is described below commit 559e245f60ab6711819d7ec80998eb73684205c7 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Sat Feb 19 14:18:51 2022 +0100 [maven-release-plugin] prepare release ftpserver-1.1.3 --- 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 10a2284..1b8f8e2 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-SNAPSHOT</version> + <version>1.1.3</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ftpserver-core</artifactId> <name>Apache FtpServer Core</name> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <packaging>bundle</packaging> <properties> diff --git a/distribution/pom.xml b/distribution/pom.xml index 7109e1d..5ea5aa5 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-SNAPSHOT</version> + <version>1.1.3</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 9f638a1..d0e03a3 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-SNAPSHOT</version> + <version>1.1.3</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-SNAPSHOT</version> + <version>1.1.3</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 516ed69..1b53ffc 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-SNAPSHOT</version> + <version>1.1.3</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-SNAPSHOT</version> + <version>1.1.3</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 090bdd4..b17cdbd 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-SNAPSHOT</version> + <version>1.1.3</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-SNAPSHOT</version> + <version>1.1.3</version> <properties> <checkstyle.configdir>${basedir}/../..</checkstyle.configdir> diff --git a/examples/pom.xml b/examples/pom.xml index 71124b7..24fa333 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-SNAPSHOT</version> + <version>1.1.3</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-SNAPSHOT</version> + <version>1.1.3</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 fa63f4c..c62d9df 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-SNAPSHOT</version> + <version>1.1.3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index da71bb5..10429c5 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-SNAPSHOT</version> + <version>1.1.3</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>master</tag> + <tag>ftpserver-1.1.3</tag> </scm> <properties> - <project.build.outputTimestamp>2021-12-21T03:20:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-02-19T13:17:56Z</project.build.outputTimestamp> <!-- Disable the JAVA 8 Javadoc Lint --> <doclint>none</doclint>