Skip to content

Commit 86d9214

Browse files
committed
Upgraded japicmp to version 0.25.4; use published artifact for site report
1 parent 4c7780c commit 86d9214

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
@@ -227,6 +227,7 @@
227227
<plugin>
228228
<groupId>com.github.siom79.japicmp</groupId>
229229
<artifactId>japicmp-maven-plugin</artifactId>
230+
<version>0.25.4</version>
230231
<configuration>
231232
<oldVersion>
232233
<dependency>
@@ -365,14 +366,20 @@
365366
<type>jar</type>
366367
</dependency>
367368
</oldVersion>
369+
<newVersion>
370+
<dependency>
371+
<groupId>${project.groupId}</groupId>
372+
<artifactId>${project.artifactId}</artifactId>
373+
<version>${project.version}</version>
374+
<type>jar</type>
375+
</dependency>
376+
</newVersion>
368377
<parameter>
369-
<ignoreMissingClasses>true</ignoreMissingClasses>
370378
<excludes>
371379
<exclude>@org.apache.hc.core5.annotation.Internal</exclude>
372380
<exclude>org.apache.hc.core5.testing.reactive.ReactiveTestUtils</exclude>
373381
</excludes>
374382
<reportOnlyFilename>true</reportOnlyFilename>
375-
<ignoreMissingClasses>true</ignoreMissingClasses>
376383
</parameter>
377384
</configuration>
378385
</plugin>

0 commit comments

Comments
 (0)