This is an automated email from the ASF dual-hosted git repository.
ggregory 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 a9eaa69d2 Post release task
a9eaa69d2 is described below
commit a9eaa69d2dddb9c6156e0ec4f2aa3839f21ce557
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 21 12:42:30 2025 +0000
Post release task
Drop obsolete plugin configuration
---
pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index f5c8d14f0..677e7c25a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,13 +163,6 @@
<semanticVersionLevel>PATCH</semanticVersionLevel>
</overrideCompatibilityChangeParameter>
</overrideCompatibilityChangeParameters>
- <excludes>
- <!-- Remove this section after 2.10.0 -->
- <!-- Package moved to new module commons-vfs-hdfs -->
- <exclude>org.apache.commons.vfs2.provider.hdfs</exclude>
- <!-- Package moved to new module commons-vfs-ant -->
- <exclude>org.apache.commons.vfs2.tasks</exclude>
- </excludes>
</parameter>
</configuration>
</plugin>