This is an automated email from the ASF dual-hosted git repository.

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 0ac565d905a7cefa121ffe7eb6f0d5f63b086f33
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Sat Jul 27 15:18:37 2024 +0200

    Fix minimalMavenBuildVersion to 3.9.8
    
    Just checking for 3.9 is not good enough. Property session.rootDirectory
    was introduced only in 3.9.2. So require 3.9.8.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c834682e..53151402d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
     <properties>
         <minimalJavaBuildVersion>17</minimalJavaBuildVersion>
         <surefireJdk>[${minimalJavaBuildVersion},)</surefireJdk>
-        <minimalMavenBuildVersion>3.9</minimalMavenBuildVersion>
+        <minimalMavenBuildVersion>3.9.8</minimalMavenBuildVersion>
 
         <format.impsort.action>sort</format.impsort.action>
         <format.formatter.action>format</format.formatter.action>

Reply via email to