Skip to content

Commit

Permalink
fix Execution default of goal io.github.zentol.japicmp:japicmp-maven-…
Browse files Browse the repository at this point in the history
…plugin:0.16.0_m325:cmp failed: version can neither be null, empty nor blank bug itinycheng#119
  • Loading branch information
lxorc committed Mar 20, 2024
1 parent 659804b commit 504657b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,16 @@
</dependencies>
</plugin>

<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>

<plugin>
<plugin>
<!-- activate API compatibility checks -->
<groupId>io.github.zentol.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.20.0</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 504657b

Please sign in to comment.