Skip to content

Commit

Permalink
[FLINK-32182][build] Use original japicmp plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Oct 30, 2023
1 parent cc62044 commit 530ebd2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion flink-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ under the License.
<build>
<plugins>
<plugin>
<groupId>io.github.zentol.japicmp</groupId>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<!-- version bump broke the checks -->
Expand Down
4 changes: 2 additions & 2 deletions flink-streaming-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ under the License.
</plugin>

<plugin>
<groupId>io.github.zentol.japicmp</groupId>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<parameter>
Expand Down Expand Up @@ -305,7 +305,7 @@ under the License.
<build>
<plugins>
<plugin>
<groupId>io.github.zentol.japicmp</groupId>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<!-- version bump broke the checks -->
Expand Down
2 changes: 1 addition & 1 deletion flink-table/flink-sql-jdbc-driver-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<build>
<plugins>
<plugin>
<groupId>io.github.zentol.japicmp</groupId>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ under the License.
</configuration>
</plugin>
<plugin>
<groupId>io.github.zentol.japicmp</groupId>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
Expand Down Expand Up @@ -1470,7 +1470,7 @@ under the License.

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

Expand Down Expand Up @@ -2240,9 +2240,9 @@ under the License.

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

0 comments on commit 530ebd2

Please sign in to comment.