Skip to content

Commit 2cace80

Browse files
author
Nikita Kovaliov
committed
Upgrade and enable japicmp-maven-plugin
DEVSIX-6263
1 parent cb59745 commit 2cace80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
<plugin>
482482
<groupId>com.github.siom79.japicmp</groupId>
483483
<artifactId>japicmp-maven-plugin</artifactId>
484-
<version>0.14.4</version>
484+
<version>0.15.4</version>
485485
<executions>
486486
<execution>
487487
<phase>verify</phase>
@@ -496,8 +496,6 @@
496496
<onlyBinaryIncompatible>true</onlyBinaryIncompatible>
497497
<ignoreMissingClasses>true</ignoreMissingClasses>
498498
</parameter>
499-
<!-- TODO DEVSIX-5576 Enable japicmp after major release -->
500-
<skip>true</skip>
501499
</configuration>
502500
</plugin>
503501
<plugin>

0 commit comments

Comments
 (0)