Skip to content

Commit

Permalink
Fix duplicate japicmp plugin definition in root pom (jwtk#504)
Browse files Browse the repository at this point in the history
Merge japicmp plugin definitions - caused by a merge
  • Loading branch information
bdemers committed Sep 30, 2019
1 parent 6e74be0 commit a0060d6
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
for a report of the changes since ${jjwt.previousVersion} -->
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.13.0</version>
<version>0.13.1</version>
<configuration>
<oldVersion>
<dependency>
Expand All @@ -292,6 +292,14 @@
<!-- <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning>-->
</parameter>
</configuration>
<executions>
<execution>
<id>japicmp</id>
<goals>
<goal>cmp</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- The following plugin section is used in jjwt-jackson and jjwt-orgjson, to repackage (and verify)
Expand Down Expand Up @@ -324,19 +332,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.13.1</version>
<executions>
<execution>
<id>japicmp</id>
<goals>
<goal>cmp</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit a0060d6

Please sign in to comment.