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

chengpan pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 437a95cd5 [KYUUBI #5962] Bump Flink 1.17.1 to 1.17.2
437a95cd5 is described below

commit 437a95cd57f5a36f7cdaec4c699eeef7e21f38ce
Author: liuxiao <[email protected]>
AuthorDate: Thu Jan 11 14:47:30 2024 +0800

    [KYUUBI #5962] Bump Flink 1.17.1 to 1.17.2
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes when exec `./build/mvn clean package -Pmirror-cdn 
-DskipTests -Dapache.archive.dist=https://mirrors.aliyun.com/apache/`, it shows 
flink 1.17.1 is missing.
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Please include a summary of the change and which issue is fixed. Please 
also include relevant motivation and context. List any dependencies that are 
required for this change.
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [ ] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #5962 from liuxiaocs7/bump_flink.
    
    Closes #5962
    
    5a9496d12 [liuxiao] Bump Flink 1.17.1 to 1.17.2
    
    Authored-by: liuxiao <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit bffbdbdaa58a8b37fa3b1cd600420fe6cded1fe8)
    Signed-off-by: Cheng Pan <[email protected]>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 29c01689f..ae00e10bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
         <failsafe.verion>2.4.4</failsafe.verion>
         <fb303.version>0.9.3</fb303.version>
         <flexmark.version>0.62.2</flexmark.version>
-        <flink.version>1.17.1</flink.version>
+        <flink.version>1.17.2</flink.version>
         
<flink.archive.name>flink-${flink.version}-bin-scala_2.12.tgz</flink.archive.name>
         
<flink.archive.mirror>${apache.archive.dist}/flink/flink-${flink.version}</flink.archive.mirror>
         <flink.archive.download.skip>false</flink.archive.download.skip>
@@ -2268,7 +2268,7 @@
         <profile>
             <id>flink-1.17</id>
             <properties>
-                <flink.version>1.17.1</flink.version>
+                <flink.version>1.17.2</flink.version>
             </properties>
         </profile>
 

Reply via email to