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

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

commit 7e961c3bac344e67149523aca86d8d5ab11a6aee
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 976d7b20211..1f2eac45d80 100644
--- a/flink-connectors/flink-hadoop-compatibility/pom.xml
+++ b/flink-connectors/flink-hadoop-compatibility/pom.xml
@@ -118,7 +118,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 8d255adb479..25d9c9585bf 100644
--- a/flink-core/pom.xml
+++ b/flink-core/pom.xml
@@ -143,7 +143,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 ff789cc8593..95b6ee97911 100644
--- a/flink-java/pom.xml
+++ b/flink-java/pom.xml
@@ -72,7 +72,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 8895ef36290..eabcf75dc6e 100644
--- a/flink-metrics/flink-metrics-core/pom.xml
+++ b/flink-metrics/flink-metrics-core/pom.xml
@@ -51,7 +51,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 9412855ef6e..534d8848baa 100644
--- a/flink-scala/pom.xml
+++ b/flink-scala/pom.xml
@@ -158,7 +158,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 952ce286d6d..71ec429dc72 100644
--- a/flink-streaming-java/pom.xml
+++ b/flink-streaming-java/pom.xml
@@ -102,7 +102,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 eec2636a3e4..bfaa943bd5b 100644
--- a/flink-streaming-scala/pom.xml
+++ b/flink-streaming-scala/pom.xml
@@ -257,7 +257,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 d2493f4b316..5e9f97e726d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -957,7 +957,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>
@@ -1117,7 +1117,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>
@@ -2106,9 +2106,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