File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments