We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2087b1 commit 91d676aCopy full SHA for 91d676a
pom.xml
@@ -180,8 +180,6 @@
180
<osgi.import.package.root>*</osgi.import.package.root>
181
<osgi.import.package>${osgi.import.package.root}</osgi.import.package>
182
183
- <!-- try to removed this after 6.0.0 is out -->
184
- <japicmp.skip>true</japicmp.skip>
185
</properties>
186
187
<dependencyManagement>
@@ -504,7 +502,7 @@
504
502
<plugin>
505
503
<groupId>com.github.siom79.japicmp</groupId>
506
<artifactId>japicmp-maven-plugin</artifactId>
507
- <version>0.18.4</version>
+ <version>0.18.5</version>
508
<configuration>
509
<parameter>
510
<ignoreMissingOldVersion>true</ignoreMissingOldVersion>
0 commit comments