This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/master by this push:
new 2490f1a8 Try 3.10
2490f1a8 is described below
commit 2490f1a86cfe4471a18d5853dda8471de7ea35f7
Author: Sebb <[email protected]>
AuthorDate: Tue May 7 00:41:12 2024 +0100
Try 3.10
---
.github/workflows/maven_adhoc.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven_adhoc.yml
b/.github/workflows/maven_adhoc.yml
index 660932e4..7f17fd01 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -63,7 +63,7 @@ jobs:
}
EOD
mvn -V --batch-mode --file pom.xml --no-transfer-progress test
-Dtest=FTPTimestampNET710Test -Drat.skip
- git checkout rel/commons-net-3.8.0
+ git checkout rel/commons-net-3.10.0
mvn -V --batch-mode --file pom.xml --no-transfer-progress test
-Dtest=FTPTimestampNET710Test -Drat.skip
# - name: Look for deletefile failures
# run: |