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 683e67413 Post release task
683e67413 is described below
commit 683e674132b2dd217dbc6e2e10888505d274d918
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 21 12:40:35 2025 +0000
Post release task
Drop obsolete plugin configuration
---
commons-vfs2-ant/pom.xml | 90 -----------------------------------------------
commons-vfs2-hdfs/pom.xml | 90 -----------------------------------------------
2 files changed, 180 deletions(-)
diff --git a/commons-vfs2-ant/pom.xml b/commons-vfs2-ant/pom.xml
index caf31a3b3..30bbd3cf2 100644
--- a/commons-vfs2-ant/pom.xml
+++ b/commons-vfs2-ant/pom.xml
@@ -114,96 +114,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <!-- Remove after 2.10.0 -->
- <groupId>com.github.siom79.japicmp</groupId>
- <artifactId>japicmp-maven-plugin</artifactId>
- <configuration>
- <oldVersion>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-vfs2</artifactId>
- <version>${commons.bc.version}</version>
- <type>jar</type>
- </dependency>
- </oldVersion>
- <parameter>
- <includes>
- <!-- Package moved to new module here -->
- <include>org.apache.commons.vfs2.provider.ant</include>
- </includes>
- </parameter>
- <dependencies>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>${collections4.version}</version>
- </dependency>
- <dependency>
- <groupId>com.jcraft</groupId>
- <artifactId>jsch</artifactId>
- <version>${jsch.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>${ant.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>${httpclient3.version}</version>
- </dependency>
- </dependencies>
- </configuration>
- </plugin>
</plugins>
</build>
- <reporting>
- <plugins>
- <plugin>
- <!-- Remove after 2.10.0 -->
- <groupId>com.github.siom79.japicmp</groupId>
- <artifactId>japicmp-maven-plugin</artifactId>
- <configuration>
- <oldVersion>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-vfs2</artifactId>
- <version>${commons.bc.version}</version>
- <type>jar</type>
- </dependency>
- </oldVersion>
- <parameter>
- <includes>
- <!-- Package moved to new module here -->
- <include>org.apache.commons.vfs2.provider.hdfs</include>
- </includes>
- </parameter>
- <dependencies>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>${collections4.version}</version>
- </dependency>
- <dependency>
- <groupId>com.jcraft</groupId>
- <artifactId>jsch</artifactId>
- <version>${jsch.version}</version>
- </dependency>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>${ant.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>${httpclient3.version}</version>
- </dependency>
- </dependencies>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
</project>
diff --git a/commons-vfs2-hdfs/pom.xml b/commons-vfs2-hdfs/pom.xml
index 7d0faa987..e5d37f428 100644
--- a/commons-vfs2-hdfs/pom.xml
+++ b/commons-vfs2-hdfs/pom.xml
@@ -177,98 +177,8 @@
</excludes>
</configuration>
</plugin>
- <plugin>
- <!-- Remove after 2.10.0 -->
- <groupId>com.github.siom79.japicmp</groupId>
- <artifactId>japicmp-maven-plugin</artifactId>
- <configuration>
- <oldVersion>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-vfs2</artifactId>
- <version>${commons.bc.version}</version>
- <type>jar</type>
- </dependency>
- </oldVersion>
- <parameter>
- <includes>
- <!-- Package moved to new module here -->
- <include>org.apache.commons.vfs2.provider.hdfs</include>
- </includes>
- </parameter>
- <dependencies>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>${collections4.version}</version>
- </dependency>
- <dependency>
- <groupId>com.jcraft</groupId>
- <artifactId>jsch</artifactId>
- <version>${jsch.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>${ant.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>${httpclient3.version}</version>
- </dependency>
- </dependencies>
- </configuration>
- </plugin>
</plugins>
</build>
- <reporting>
- <plugins>
- <plugin>
- <!-- Remove after 2.10.0 -->
- <groupId>com.github.siom79.japicmp</groupId>
- <artifactId>japicmp-maven-plugin</artifactId>
- <configuration>
- <oldVersion>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-vfs2</artifactId>
- <version>${commons.bc.version}</version>
- <type>jar</type>
- </dependency>
- </oldVersion>
- <parameter>
- <includes>
- <!-- Package moved to new module here -->
- <include>org.apache.commons.vfs2.provider.hdfs</include>
- </includes>
- </parameter>
- <dependencies>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>${collections4.version}</version>
- </dependency>
- <dependency>
- <groupId>com.jcraft</groupId>
- <artifactId>jsch</artifactId>
- <version>${jsch.version}</version>
- </dependency>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>${ant.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>${httpclient3.version}</version>
- </dependency>
- </dependencies>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
<profiles>
<profile>
<!-- Java 23 -->