Skip to content

Commit

Permalink
[FLINK-25868][build] Use custom japicmp plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Sep 12, 2022
1 parent ddd034b commit 8fb3da7
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion flink-connectors/flink-hadoop-compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ under the License.
</plugin>
<!-- activate API compatibility checks -->
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<groupId>io.github.zentol.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
</plugin>
<!-- Scala Compiler -->
Expand Down
2 changes: 1 addition & 1 deletion flink-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ under the License.

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

Expand Down
2 changes: 1 addition & 1 deletion flink-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ under the License.
<plugins>
<!-- activate API compatibility checks -->
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<groupId>io.github.zentol.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
</plugin>

Expand Down
2 changes: 1 addition & 1 deletion flink-metrics/flink-metrics-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ under the License.
<plugins>
<!-- activate API compatibility checks -->
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<groupId>io.github.zentol.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion flink-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ under the License.

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

Expand Down
2 changes: 1 addition & 1 deletion flink-streaming-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ under the License.

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

Expand Down
2 changes: 1 addition & 1 deletion flink-streaming-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ under the License.

<!-- activate API compatibility checks -->
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<groupId>io.github.zentol.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<parameter>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ under the License.
<version>3.2.4</version>
</plugin>
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<groupId>io.github.zentol.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<dependencies>
<dependency>
Expand Down Expand Up @@ -1132,7 +1132,7 @@ under the License.
</configuration>
</plugin>
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<groupId>io.github.zentol.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
Expand Down Expand Up @@ -2133,9 +2133,9 @@ under the License.

<!-- Configuration for the binary compatibility checker -->
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<groupId>io.github.zentol.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.11.0</version>
<version>0.16.0_m325</version>
<configuration>
<oldVersion>
<dependency>
Expand Down

0 comments on commit 8fb3da7

Please sign in to comment.