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 8ceedd44a Add Maven profile to test alpha and beta releases of
dependencies
8ceedd44a is described below
commit 8ceedd44a6660b9cc7f9eefec2a7cf5a681e6360
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Sep 20 15:11:08 2026 -0400
Add Maven profile to test alpha and beta releases of dependencies
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index e69d207cf..a4ca40c1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -665,6 +665,13 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>alpha-beta</id>
+ <properties>
+ <httpcore5.version>5.5-beta2</httpcore5.version>
+ <httpclient5.version>5.7-alpha1</httpclient5.version>
+ </properties>
+ </profile>
</profiles>
<developers>
<developer>