This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new ae1520200 Refactor Apache Mina SSHd version into a POM property.
ae1520200 is described below
commit ae152020004a3c489075c1bede9383ea6012c827
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 29 08:03:48 2026 -0400
Refactor Apache Mina SSHd version into a POM property.
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6da2c25fc..16c5bdb6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,7 @@
<httpcore5.version>5.4.2</httpcore5.version>
<httpclient5.version>5.6.1</httpclient5.version>
<jackrabbit1.version>1.6.5</jackrabbit1.version>
+ <mina.sshd.version>3.0.0-M2</mina.sshd.version>
<!-- Don't use jackrabbit2 2.21.x, it's labeled "unstable". -->
<!-- 2.22.0 requires Java 11. -->
<jackrabbit2.version>2.20.17</jackrabbit2.version>
@@ -489,12 +490,12 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
- <version>3.0.0-M2</version>
+ <version>${mina.sshd.version}</version>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-sftp</artifactId>
- <version>3.0.0-M2</version>
+ <version>${mina.sshd.version}</version>
</dependency>
<dependency>
<groupId>org.apache.mina</groupId>