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 f40a4d2d Bumped up the commons-net dependency; fix the maven.compiler
properties (the 'r' was missing); Bumped up to apache 33
f40a4d2d is described below
commit f40a4d2d2d1baf64530dcc683dc0b9c40c56e864
Author: emmanuel lecharny <[email protected]>
AuthorDate: Tue Dec 31 19:10:46 2024 +0100
Bumped up the commons-net dependency; fix the maven.compiler properties
(the 'r' was missing); Bumped up to apache 33
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 08940dc5..1d6d4586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>apache</artifactId>
<groupId>org.apache</groupId>
- <version>30</version>
+ <version>33</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -152,7 +152,7 @@
<!-- Set versions for depending jars -->
<commons.codec.version>1.17.1</commons.codec.version>
- <commons.net.version>3.9.0</commons.net.version>
+ <commons.net.version>3.11.1</commons.net.version>
<ftpserver.version>${project.version}</ftpserver.version>
<hsqldb.version>1.8.0.10</hsqldb.version>
<jcl.over.slf4j.version>1.7.36</jcl.over.slf4j.version>
@@ -170,8 +170,8 @@
<checkstyle.configdir>.</checkstyle.configdir>
<!-- Java version to use -->
- <maven.compile.source>1.8</maven.compile.source>
- <maven.compile.target>1.8</maven.compile.target>
+ <maven.compiler.source>8</maven.compiler.source>
+ <maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Maven plugin version -->