Skip to content

Commit 291f7ce

Browse files
committed
Clean up POM, update the dependencies
1 parent 4d8bb2f commit 291f7ce

File tree

5 files changed

+14
-58
lines changed

5 files changed

+14
-58
lines changed

japicmp-maven-plugin/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
</license>
2525
</licenses>
2626

27-
<properties>
28-
<mavenVersion>3.8.1</mavenVersion> <!-- maven.version property is reserved! -->
29-
<resolver.version>1.4.1</resolver.version> <!-- keep in sync with maven version -->
30-
<maven-plugin.version>3.6.4</maven-plugin.version>
31-
</properties>
32-
3327
<prerequisites>
3428
<maven>${maven-api.version}</maven>
3529
</prerequisites>
@@ -103,7 +97,6 @@
10397
<build>
10498
<plugins>
10599
<plugin>
106-
<groupId>org.apache.maven.plugins</groupId>
107100
<artifactId>maven-plugin-plugin</artifactId>
108101
<version>${plugin-annotation.version}</version>
109102
<executions>
@@ -172,8 +165,8 @@
172165
<artifactId>maven-checkstyle-plugin</artifactId>
173166
</plugin>
174167
<plugin>
175-
<groupId>org.apache.maven.plugins</groupId>
176168
<artifactId>maven-plugin-plugin</artifactId>
169+
<version>${plugin-annotation.version}</version>
177170
<reportSets>
178171
<reportSet>
179172
<reports>

japicmp-testbase/japicmp-test-maven-plugin/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -655,9 +655,7 @@
655655
<!-- run site plugin to build reports during 'pre-integration-test' phase
656656
this allows integrations tests to verify site report generation -->
657657
<plugin>
658-
<groupId>org.apache.maven.plugins</groupId>
659658
<artifactId>maven-site-plugin</artifactId>
660-
<version>3.7</version>
661659
<executions>
662660
<execution>
663661
<id>build-site-to-test</id>
@@ -672,7 +670,6 @@
672670
</executions>
673671
</plugin>
674672
<plugin>
675-
<groupId>org.apache.maven.plugins</groupId>
676673
<artifactId>maven-failsafe-plugin</artifactId>
677674
<executions>
678675
<execution>

japicmp-testbase/japicmp-test/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
<build>
123123
<plugins>
124124
<plugin>
125-
<groupId>org.apache.maven.plugins</groupId>
126125
<artifactId>maven-surefire-plugin</artifactId>
127126
<configuration>
128127
<argLine>
@@ -132,7 +131,6 @@
132131
</configuration>
133132
</plugin>
134133
<plugin>
135-
<groupId>org.apache.maven.plugins</groupId>
136134
<artifactId>maven-failsafe-plugin</artifactId>
137135
<configuration>
138136
<argLine>
@@ -142,7 +140,6 @@
142140
</configuration>
143141
</plugin>
144142
<plugin>
145-
<groupId>org.apache.maven.plugins</groupId>
146143
<artifactId>maven-javadoc-plugin</artifactId>
147144
<configuration>
148145
<additionalJOption>

japicmp/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
</executions>
106106
</plugin>
107107
<plugin>
108-
<groupId>org.apache.maven.plugins</groupId>
109108
<artifactId>maven-surefire-plugin</artifactId>
110109
<configuration>
111110
<argLine>
@@ -138,13 +137,6 @@
138137
<parameter>
139138
<oldVersionPattern>\d+\.\d+\.\d+</oldVersionPattern>
140139
<onlyModified>true</onlyModified>
141-
<excludes>
142-
<exclude>japicmp.*#__cobertura*()</exclude>
143-
<exclude>
144-
japicmp.*#__cobertura*(net.sourceforge.cobertura.coveragedata.LightClassmapListener)
145-
</exclude>
146-
<exclude>japicmp.*#__cobertura*</exclude>
147-
</excludes>
148140
</parameter>
149141
<skip>false</skip>
150142
</configuration>
@@ -179,7 +171,6 @@
179171
<build>
180172
<plugins>
181173
<plugin>
182-
<groupId>org.apache.maven.plugins</groupId>
183174
<artifactId>maven-surefire-plugin</artifactId>
184175
<configuration>
185176
<forkCount>3</forkCount>
@@ -198,7 +189,6 @@
198189
<build>
199190
<plugins>
200191
<plugin>
201-
<groupId>org.apache.maven.plugins</groupId>
202192
<artifactId>maven-surefire-plugin</artifactId>
203193
<configuration>
204194
<argLine>

pom.xml

Lines changed: 13 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<maven-api.version>3.6.3</maven-api.version>
142142
<resolver.version>1.4.1</resolver.version> <!-- keep in sync with maven api version -->
143143
<reporting.version>3.1.0</reporting.version>
144-
<plugin-annotation.version>3.6.4</plugin-annotation.version>
144+
<plugin-annotation.version>3.7.0</plugin-annotation.version>
145145
<surefireVersion>3.0.0-M7</surefireVersion>
146146
<javassist.version>3.29.1-GA</javassist.version>
147147
<guava.version>30.1-jre</guava.version>
@@ -156,14 +156,14 @@
156156
<module>japicmp-ant-task</module>
157157
</modules>
158158

159-
<dependencies>
160-
<dependency>
161-
<groupId>junit</groupId>
162-
<artifactId>junit</artifactId>
163-
<version>4.13.1</version>
164-
<scope>test</scope>
165-
</dependency>
166-
<dependency>
159+
<dependencies>
160+
<dependency>
161+
<groupId>junit</groupId>
162+
<artifactId>junit</artifactId>
163+
<version>4.13.1</version>
164+
<scope>test</scope>
165+
</dependency>
166+
<dependency>
167167
<groupId>org.mockito</groupId>
168168
<artifactId>mockito-core</artifactId>
169169
<version>4.3.1</version>
@@ -214,6 +214,7 @@
214214
</plugin>
215215
<plugin>
216216
<artifactId>maven-enforcer-plugin</artifactId>
217+
<version>3.1.0</version>
217218
<executions>
218219
<execution>
219220
<id>enforce-versions</id>
@@ -238,14 +239,12 @@
238239
<pluginManagement>
239240
<plugins>
240241
<plugin>
241-
<groupId>org.apache.maven.plugins</groupId>
242242
<artifactId>maven-compiler-plugin</artifactId>
243243
<version>3.10.1</version>
244244
</plugin>
245245
<plugin>
246-
<groupId>org.apache.maven.plugins</groupId>
247246
<artifactId>maven-release-plugin</artifactId>
248-
<version>3.0.0-M6</version>
247+
<version>3.0.0-M7</version>
249248
<configuration>
250249
<autoVersionSubmodules>true</autoVersionSubmodules>
251250
<useReleaseProfile>false</useReleaseProfile>
@@ -256,7 +255,6 @@
256255
</configuration>
257256
</plugin>
258257
<plugin>
259-
<groupId>org.apache.maven.plugins</groupId>
260258
<artifactId>maven-javadoc-plugin</artifactId>
261259
<version>3.4.1</version>
262260
<configuration>
@@ -272,7 +270,6 @@
272270
</executions>
273271
</plugin>
274272
<plugin>
275-
<groupId>org.apache.maven.plugins</groupId>
276273
<artifactId>maven-source-plugin</artifactId>
277274
<version>3.2.1</version>
278275
<executions>
@@ -286,7 +283,6 @@
286283
</plugin>
287284
<plugin>
288285
<!-- explicitly define maven-deploy-plugin after other to force exec order -->
289-
<groupId>org.apache.maven.plugins</groupId>
290286
<artifactId>maven-deploy-plugin</artifactId>
291287
<version>3.0.0</version>
292288
<executions>
@@ -300,37 +296,30 @@
300296
</executions>
301297
</plugin>
302298
<plugin>
303-
<groupId>org.apache.maven.plugins</groupId>
304299
<artifactId>maven-surefire-plugin</artifactId>
305300
<version>${surefireVersion}</version>
306301
</plugin>
307302
<plugin>
308-
<groupId>org.apache.maven.plugins</groupId>
309303
<artifactId>maven-failsafe-plugin</artifactId>
310304
<version>${surefireVersion}</version>
311305
</plugin>
312306
<plugin>
313-
<groupId>org.apache.maven.plugins</groupId>
314307
<artifactId>maven-assembly-plugin</artifactId>
315308
<version>3.4.2</version>
316309
</plugin>
317310
<plugin>
318-
<groupId>org.apache.maven.plugins</groupId>
319311
<artifactId>maven-jar-plugin</artifactId>
320312
<version>3.3.0</version>
321313
</plugin>
322314
<plugin>
323-
<groupId>org.apache.maven.plugins</groupId>
324315
<artifactId>maven-war-plugin</artifactId>
325316
<version>3.3.2</version>
326317
</plugin>
327318
<plugin>
328-
<groupId>org.apache.maven.plugins</groupId>
329319
<artifactId>maven-site-plugin</artifactId>
330320
<version>3.12.0</version>
331321
</plugin>
332322
<plugin>
333-
<groupId>org.apache.maven.plugins</groupId>
334323
<artifactId>maven-gpg-plugin</artifactId>
335324
<version>3.0.1</version>
336325
</plugin>
@@ -340,22 +329,19 @@
340329
<version>5.1.8</version>
341330
</plugin>
342331
<plugin>
343-
<groupId>org.apache.maven.plugins</groupId>
344332
<artifactId>maven-dependency-plugin</artifactId>
345-
<version>3.3.0</version>
333+
<version>3.4.0</version>
346334
</plugin>
347335
<plugin>
348-
<groupId>org.apache.maven.plugins</groupId>
349336
<artifactId>maven-checkstyle-plugin</artifactId>
350337
<version>3.2.0</version>
351338
</plugin>
352339
<plugin>
353340
<groupId>com.github.spotbugs</groupId>
354341
<artifactId>spotbugs-maven-plugin</artifactId>
355-
<version>4.7.2.0</version>
342+
<version>4.7.3.0</version>
356343
</plugin>
357344
<plugin>
358-
<groupId>org.apache.maven.plugins</groupId>
359345
<artifactId>maven-project-info-reports-plugin</artifactId>
360346
<version>3.4.1</version>
361347
</plugin>
@@ -423,7 +409,6 @@
423409
<build>
424410
<plugins>
425411
<plugin>
426-
<groupId>org.apache.maven.plugins</groupId>
427412
<artifactId>maven-javadoc-plugin</artifactId>
428413
<configuration>
429414
<source>8</source>
@@ -440,7 +425,6 @@
440425
<build>
441426
<plugins>
442427
<plugin>
443-
<groupId>org.apache.maven.plugins</groupId>
444428
<artifactId>maven-surefire-plugin</artifactId>
445429
<configuration>
446430
<argLine>
@@ -449,7 +433,6 @@
449433
</configuration>
450434
</plugin>
451435
<plugin>
452-
<groupId>org.apache.maven.plugins</groupId>
453436
<artifactId>maven-failsafe-plugin</artifactId>
454437
<configuration>
455438
<argLine>
@@ -458,7 +441,6 @@
458441
</configuration>
459442
</plugin>
460443
<plugin>
461-
<groupId>org.apache.maven.plugins</groupId>
462444
<artifactId>maven-javadoc-plugin</artifactId>
463445
<configuration>
464446
<additionalJOption>
@@ -473,7 +455,6 @@
473455
<build>
474456
<plugins>
475457
<plugin>
476-
<groupId>org.apache.maven.plugins</groupId>
477458
<artifactId>maven-source-plugin</artifactId>
478459
<executions>
479460
<execution>
@@ -485,7 +466,6 @@
485466
</executions>
486467
</plugin>
487468
<plugin>
488-
<groupId>org.apache.maven.plugins</groupId>
489469
<artifactId>maven-javadoc-plugin</artifactId>
490470
<executions>
491471
<execution>
@@ -497,7 +477,6 @@
497477
</executions>
498478
</plugin>
499479
<plugin>
500-
<groupId>org.apache.maven.plugins</groupId>
501480
<artifactId>maven-gpg-plugin</artifactId>
502481
<executions>
503482
<execution>

0 commit comments

Comments
 (0)