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