Skip to content

Commit 683e674

Browse files
committed
Post release task
Drop obsolete plugin configuration
1 parent 27c65c9 commit 683e674

File tree

2 files changed

+0
-180
lines changed

2 files changed

+0
-180
lines changed

commons-vfs2-ant/pom.xml

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -114,96 +114,6 @@
114114
</execution>
115115
</executions>
116116
</plugin>
117-
<plugin>
118-
<!-- Remove after 2.10.0 -->
119-
<groupId>com.github.siom79.japicmp</groupId>
120-
<artifactId>japicmp-maven-plugin</artifactId>
121-
<configuration>
122-
<oldVersion>
123-
<dependency>
124-
<groupId>org.apache.commons</groupId>
125-
<artifactId>commons-vfs2</artifactId>
126-
<version>${commons.bc.version}</version>
127-
<type>jar</type>
128-
</dependency>
129-
</oldVersion>
130-
<parameter>
131-
<includes>
132-
<!-- Package moved to new module here -->
133-
<include>org.apache.commons.vfs2.provider.ant</include>
134-
</includes>
135-
</parameter>
136-
<dependencies>
137-
<dependency>
138-
<groupId>org.apache.commons</groupId>
139-
<artifactId>commons-collections4</artifactId>
140-
<version>${collections4.version}</version>
141-
</dependency>
142-
<dependency>
143-
<groupId>com.jcraft</groupId>
144-
<artifactId>jsch</artifactId>
145-
<version>${jsch.version}</version>
146-
</dependency>
147-
<dependency>
148-
<groupId>org.apache.ant</groupId>
149-
<artifactId>ant</artifactId>
150-
<version>${ant.version}</version>
151-
</dependency>
152-
<dependency>
153-
<groupId>commons-httpclient</groupId>
154-
<artifactId>commons-httpclient</artifactId>
155-
<version>${httpclient3.version}</version>
156-
</dependency>
157-
</dependencies>
158-
</configuration>
159-
</plugin>
160117
</plugins>
161118
</build>
162-
<reporting>
163-
<plugins>
164-
<plugin>
165-
<!-- Remove after 2.10.0 -->
166-
<groupId>com.github.siom79.japicmp</groupId>
167-
<artifactId>japicmp-maven-plugin</artifactId>
168-
<configuration>
169-
<oldVersion>
170-
<dependency>
171-
<groupId>org.apache.commons</groupId>
172-
<artifactId>commons-vfs2</artifactId>
173-
<version>${commons.bc.version}</version>
174-
<type>jar</type>
175-
</dependency>
176-
</oldVersion>
177-
<parameter>
178-
<includes>
179-
<!-- Package moved to new module here -->
180-
<include>org.apache.commons.vfs2.provider.hdfs</include>
181-
</includes>
182-
</parameter>
183-
<dependencies>
184-
<dependency>
185-
<groupId>org.apache.commons</groupId>
186-
<artifactId>commons-collections4</artifactId>
187-
<version>${collections4.version}</version>
188-
</dependency>
189-
<dependency>
190-
<groupId>com.jcraft</groupId>
191-
<artifactId>jsch</artifactId>
192-
<version>${jsch.version}</version>
193-
</dependency>
194-
<dependency>
195-
<groupId>ant</groupId>
196-
<artifactId>ant</artifactId>
197-
<version>${ant.version}</version>
198-
</dependency>
199-
<dependency>
200-
<groupId>commons-httpclient</groupId>
201-
<artifactId>commons-httpclient</artifactId>
202-
<version>${httpclient3.version}</version>
203-
</dependency>
204-
</dependencies>
205-
</configuration>
206-
</plugin>
207-
</plugins>
208-
</reporting>
209119
</project>

commons-vfs2-hdfs/pom.xml

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -177,98 +177,8 @@
177177
</excludes>
178178
</configuration>
179179
</plugin>
180-
<plugin>
181-
<!-- Remove after 2.10.0 -->
182-
<groupId>com.github.siom79.japicmp</groupId>
183-
<artifactId>japicmp-maven-plugin</artifactId>
184-
<configuration>
185-
<oldVersion>
186-
<dependency>
187-
<groupId>org.apache.commons</groupId>
188-
<artifactId>commons-vfs2</artifactId>
189-
<version>${commons.bc.version}</version>
190-
<type>jar</type>
191-
</dependency>
192-
</oldVersion>
193-
<parameter>
194-
<includes>
195-
<!-- Package moved to new module here -->
196-
<include>org.apache.commons.vfs2.provider.hdfs</include>
197-
</includes>
198-
</parameter>
199-
<dependencies>
200-
<dependency>
201-
<groupId>org.apache.commons</groupId>
202-
<artifactId>commons-collections4</artifactId>
203-
<version>${collections4.version}</version>
204-
</dependency>
205-
<dependency>
206-
<groupId>com.jcraft</groupId>
207-
<artifactId>jsch</artifactId>
208-
<version>${jsch.version}</version>
209-
</dependency>
210-
<dependency>
211-
<groupId>org.apache.ant</groupId>
212-
<artifactId>ant</artifactId>
213-
<version>${ant.version}</version>
214-
</dependency>
215-
<dependency>
216-
<groupId>commons-httpclient</groupId>
217-
<artifactId>commons-httpclient</artifactId>
218-
<version>${httpclient3.version}</version>
219-
</dependency>
220-
</dependencies>
221-
</configuration>
222-
</plugin>
223180
</plugins>
224181
</build>
225-
<reporting>
226-
<plugins>
227-
<plugin>
228-
<!-- Remove after 2.10.0 -->
229-
<groupId>com.github.siom79.japicmp</groupId>
230-
<artifactId>japicmp-maven-plugin</artifactId>
231-
<configuration>
232-
<oldVersion>
233-
<dependency>
234-
<groupId>org.apache.commons</groupId>
235-
<artifactId>commons-vfs2</artifactId>
236-
<version>${commons.bc.version}</version>
237-
<type>jar</type>
238-
</dependency>
239-
</oldVersion>
240-
<parameter>
241-
<includes>
242-
<!-- Package moved to new module here -->
243-
<include>org.apache.commons.vfs2.provider.hdfs</include>
244-
</includes>
245-
</parameter>
246-
<dependencies>
247-
<dependency>
248-
<groupId>org.apache.commons</groupId>
249-
<artifactId>commons-collections4</artifactId>
250-
<version>${collections4.version}</version>
251-
</dependency>
252-
<dependency>
253-
<groupId>com.jcraft</groupId>
254-
<artifactId>jsch</artifactId>
255-
<version>${jsch.version}</version>
256-
</dependency>
257-
<dependency>
258-
<groupId>ant</groupId>
259-
<artifactId>ant</artifactId>
260-
<version>${ant.version}</version>
261-
</dependency>
262-
<dependency>
263-
<groupId>commons-httpclient</groupId>
264-
<artifactId>commons-httpclient</artifactId>
265-
<version>${httpclient3.version}</version>
266-
</dependency>
267-
</dependencies>
268-
</configuration>
269-
</plugin>
270-
</plugins>
271-
</reporting>
272182
<profiles>
273183
<profile>
274184
<!-- Java 23 -->

0 commit comments

Comments
 (0)