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} -->
|
for a report of the changes since ${jjwt.previousVersion} -->
|
||||||
<groupId>com.github.siom79.japicmp</groupId>
|
<groupId>com.github.siom79.japicmp</groupId>
|
||||||
<artifactId>japicmp-maven-plugin</artifactId>
|
<artifactId>japicmp-maven-plugin</artifactId>
|
||||||
<version>0.13.0</version>
|
<version>0.13.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<oldVersion>
|
<oldVersion>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -292,6 +292,14 @@
|
||||||
<!-- <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning>-->
|
<!-- <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning>-->
|
||||||
</parameter>
|
</parameter>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>japicmp</id>
|
||||||
|
<goals>
|
||||||
|
<goal>cmp</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- The following plugin section is used in jjwt-jackson and jjwt-orgjson, to repackage (and verify)
|
<!-- The following plugin section is used in jjwt-jackson and jjwt-orgjson, to repackage (and verify)
|
||||||
|
@ -324,19 +332,6 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</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>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Reference in New Issue