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

wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3b1b3e3cad [bugFix] The instal-plugin script is released with the 
version (#6299)
3b1b3e3cad is described below

commit 3b1b3e3cada03e9e4017809110d5bab4b513d2f8
Author: Carl-Zhou-CN <[email protected]>
AuthorDate: Mon Jan 29 16:05:23 2024 +0800

    [bugFix] The instal-plugin script is released with the version (#6299)
---
 bin/install-plugin.cmd | 4 ++--
 bin/install-plugin.sh  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/install-plugin.cmd b/bin/install-plugin.cmd
index ed3a049898..3cc429ab99 100644
--- a/bin/install-plugin.cmd
+++ b/bin/install-plugin.cmd
@@ -22,8 +22,8 @@ REM Get seatunnel home
 set "SEATUNNEL_HOME=%~dp0..\"
 echo Set SEATUNNEL_HOME to [%SEATUNNEL_HOME%]
 
-REM Connector default version is 2.3.3, you can also choose a custom version. 
eg: 2.1.2:  install-plugin.bat 2.1.2
-set "version=2.3.3"
+REM Connector default version is 2.3.4, you can also choose a custom version. 
eg: 2.1.2:  install-plugin.bat 2.1.2
+set "version=2.3.4"
 if not "%~1"=="" set "version=%~1"
 
 REM Create the lib directory
diff --git a/bin/install-plugin.sh b/bin/install-plugin.sh
index 4c507ede81..dc6d96c008 100755
--- a/bin/install-plugin.sh
+++ b/bin/install-plugin.sh
@@ -23,8 +23,8 @@
 # get seatunnel home
 SEATUNNEL_HOME=$(cd $(dirname $0);cd ../;pwd)
 
-# connector default version is 2.3.3, you can also choose a custom version. 
eg: 2.1.2:  sh install-plugin.sh 2.1.2
-version=2.3.3
+# connector default version is 2.3.4, you can also choose a custom version. 
eg: 2.1.2:  sh install-plugin.sh 2.1.2
+version=2.3.4
 
 if [ -n "$1" ]; then
     version="$1"

Reply via email to