mirror of https://github.com/jwtk/jjwt.git
Fix duplicate japicmp plugin definition in root pom (#504)
Merge japicmp plugin definitions - caused by a merge
This commit is contained in:
parent
6e74be0b8d
commit
a0060d60f9
23
pom.xml
23
pom.xml
|
@ -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>
|
||||
|
@ -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)
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue