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 5114c5f Bumped up some plugin versions 5114c5f is described below commit 5114c5ff48ec3984b7d609a4d6979551bce4f4d1 Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Sat Feb 19 11:38:46 2022 +0100 Bumped up some plugin versions --- ftplet-api/pom.xml | 2 +- pom.xml | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ftplet-api/pom.xml b/ftplet-api/pom.xml index 9fa8a6f..fa63f4c 100644 --- a/ftplet-api/pom.xml +++ b/ftplet-api/pom.xml @@ -36,7 +36,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.5.3</version> + <version>5.1.4</version> <extensions>true</extensions> <configuration> <instructions> diff --git a/pom.xml b/pom.xml index d4f6b67..da71bb5 100644 --- a/pom.xml +++ b/pom.xml @@ -166,16 +166,20 @@ <jcl.over.slf4j.version>1.7.36</jcl.over.slf4j.version> <junit.version>4.13.2</junit.version> <log4j.version>2.17.1</log4j.version> - <maven.compile.source>1.8</maven.compile.source> - <maven.compile.target>1.8</maven.compile.target> <mina.core.version>2.1.6</mina.core.version> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <slf4j.api.version>1.7.36</slf4j.api.version> <slf4j.log4j12.version>1.7.36</slf4j.log4j12.version> <spring.context.version>2.5.5</spring.context.version> + + <!-- Checkstyle configuration --> <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version> - <checkstyle.version>9.2.1</checkstyle.version> + <checkstyle.version>9.3</checkstyle.version> <checkstyle.configdir>${basedir}</checkstyle.configdir> + + <!-- Java version to use --> + <maven.compile.source>1.8</maven.compile.source> + <maven.compile.target>1.8</maven.compile.target> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencyManagement> @@ -378,7 +382,7 @@ <plugin> <artifactId>maven-eclipse-plugin</artifactId> - <version>2.9</version> + <version>2.10</version> <configuration> <downloadSources>true</downloadSources> </configuration>