This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 72da6187355af28273078e583a2d644a8218cd84
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Aug 31 16:27:17 2022 +0200

    [FLINK-25868][build] Use custom japicmp plugin version
---
 flink-connectors/flink-hadoop-compatibility/pom.xml | 2 +-
 flink-core/pom.xml                                  | 2 +-
 flink-java/pom.xml                                  | 2 +-
 flink-metrics/flink-metrics-core/pom.xml            | 2 +-
 flink-scala/pom.xml                                 | 2 +-
 flink-streaming-java/pom.xml                        | 2 +-
 flink-streaming-scala/pom.xml                       | 2 +-
 pom.xml                                             | 8 ++++----
 8 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/flink-connectors/flink-hadoop-compatibility/pom.xml 
b/flink-connectors/flink-hadoop-compatibility/pom.xml
index f0a12b3b6da..cd8e0b7d468 100644
--- a/flink-connectors/flink-hadoop-compatibility/pom.xml
+++ b/flink-connectors/flink-hadoop-compatibility/pom.xml
@@ -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 -->
diff --git a/flink-core/pom.xml b/flink-core/pom.xml
index 45be24efc05..c877e49b65f 100644
--- a/flink-core/pom.xml
+++ b/flink-core/pom.xml
@@ -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>
 
diff --git a/flink-java/pom.xml b/flink-java/pom.xml
index aa3eb516775..3ae4cc520ed 100644
--- a/flink-java/pom.xml
+++ b/flink-java/pom.xml
@@ -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>
 
diff --git a/flink-metrics/flink-metrics-core/pom.xml 
b/flink-metrics/flink-metrics-core/pom.xml
index 4c3a29eea25..73db2963f44 100644
--- a/flink-metrics/flink-metrics-core/pom.xml
+++ b/flink-metrics/flink-metrics-core/pom.xml
@@ -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>
diff --git a/flink-scala/pom.xml b/flink-scala/pom.xml
index ec9be622cb0..ac8b96642d7 100644
--- a/flink-scala/pom.xml
+++ b/flink-scala/pom.xml
@@ -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>
 
diff --git a/flink-streaming-java/pom.xml b/flink-streaming-java/pom.xml
index b75691b1456..18d1330ed2c 100644
--- a/flink-streaming-java/pom.xml
+++ b/flink-streaming-java/pom.xml
@@ -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>
 
diff --git a/flink-streaming-scala/pom.xml b/flink-streaming-scala/pom.xml
index 3304aa5d057..319f3830819 100644
--- a/flink-streaming-scala/pom.xml
+++ b/flink-streaming-scala/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 3f65da6f12d..3aafd7cc5a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -964,7 +964,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>
@@ -1124,7 +1124,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>
@@ -2125,9 +2125,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>

Reply via email to