Skip to content

Commit d2db5b1

Browse files
committed
Upgraded japicmp to version 0.25.4; use published artifact for site report
1 parent dcf3ba8 commit d2db5b1

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@
332332
<plugin>
333333
<groupId>com.github.siom79.japicmp</groupId>
334334
<artifactId>japicmp-maven-plugin</artifactId>
335+
<version>0.25.4</version>
335336
<configuration>
336337
<oldVersion>
337338
<dependency>
@@ -354,7 +355,6 @@
354355
<excludes>
355356
<exclude>@org.apache.hc.core5.annotation.Internal</exclude>
356357
</excludes>
357-
<ignoreMissingClasses>true</ignoreMissingClasses>
358358
<skipXmlReport>true</skipXmlReport>
359359
<skipHtmlReport>false</skipHtmlReport>
360360
<skipDiffReport>false</skipDiffReport>
@@ -497,6 +497,14 @@
497497
</reportSet>
498498
</reportSets>
499499
<configuration>
500+
<newVersion>
501+
<dependency>
502+
<groupId>${project.groupId}</groupId>
503+
<artifactId>${project.artifactId}</artifactId>
504+
<version>${project.version}</version>
505+
<type>jar</type>
506+
</dependency>
507+
</newVersion>
500508
<oldVersion>
501509
<dependency>
502510
<groupId>${project.groupId}</groupId>
@@ -510,7 +518,6 @@
510518
<exclude>@org.apache.hc.core5.annotation.Internal</exclude>
511519
</excludes>
512520
<reportOnlyFilename>true</reportOnlyFilename>
513-
<ignoreMissingClasses>true</ignoreMissingClasses>
514521
</parameter>
515522
</configuration>
516523
</plugin>

0 commit comments

Comments
 (0)