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


The following commit(s) were added to refs/heads/release-1.15 by this push:
     new 6d73aabd41a [hotfix][build] Fix streaming-java oldVersion artifactId
6d73aabd41a is described below

commit 6d73aabd41a87d7b7df1af8e6279e8018c57aeec
Author: Paul Lin <paullin3...@gmail.com>
AuthorDate: Sat Aug 20 15:35:25 2022 +0800

    [hotfix][build] Fix streaming-java oldVersion artifactId
    
    Remove temporary scala suffix settings for 1.15 in japicmp
---
 flink-streaming-java/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/flink-streaming-java/pom.xml b/flink-streaming-java/pom.xml
index bc87e1d0e9d..952ce286d6d 100644
--- a/flink-streaming-java/pom.xml
+++ b/flink-streaming-java/pom.xml
@@ -104,18 +104,6 @@ under the License.
                        <plugin>
                                <groupId>com.github.siom79.japicmp</groupId>
                                <artifactId>japicmp-maven-plugin</artifactId>
-                               <configuration>
-                                       <oldVersion>
-                                               <!-- Previous version had a 
scala suffix -->
-                                               <!-- Remove this in 1.16 -->
-                                               <dependency>
-                                                       
<groupId>${project.groupId}</groupId>
-                                                       
<artifactId>${project.artifactId}_2.11</artifactId>
-                                                       
<version>${japicmp.referenceVersion}</version>
-                                                       <type>jar</type>
-                                               </dependency>
-                                       </oldVersion>
-                               </configuration>
                        </plugin>
 
                        <!-- disable fork reuse for the streaming project, 
because of

Reply via email to