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.3</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 >
369378 <ignoreMissingClasses >true</ignoreMissingClasses >
370379 <excludes >
371380 <exclude >@org.apache.hc.core5.annotation.Internal</exclude >
372381 <exclude >org.apache.hc.core5.testing.reactive.ReactiveTestUtils</exclude >
373382 </excludes >
374383 <reportOnlyFilename >true</reportOnlyFilename >
375- <ignoreMissingClasses >true</ignoreMissingClasses >
376384 </parameter >
377385 </configuration >
378386 </plugin >
You can’t perform that action at this time.
0 commit comments