This is an automated email from the ASF dual-hosted git repository.
tyrantlucifer pushed a commit to branch 2.3.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/2.3.1-release by this push:
new 5c314e148 [Scripts] Bump version to 2.3.1
5c314e148 is described below
commit 5c314e14806fefb983a599a3b46d85854cbc1186
Author: tyrantlucifer <[email protected]>
AuthorDate: Sun Mar 19 18:06:50 2023 +0800
[Scripts] Bump version to 2.3.1
---
bin/install-plugin.sh | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/bin/install-plugin.sh b/bin/install-plugin.sh
index 35a4dbec2..1bff889d3 100644
--- a/bin/install-plugin.sh
+++ b/bin/install-plugin.sh
@@ -23,8 +23,10 @@
# get seatunnel home
SEATUNNEL_HOME=$(cd $(dirname $0);cd ../;pwd)
-# connector default version is 2.3.0, you can also choose a custom version.
eg: 2.1.2: sh install-plugin.sh 2.1.2
-version=2.3.0
+# connector default version is 2.3.1, you can also choose a custom version.
+# eg: 2.3.0
+# sh(bash) install-plugin.sh 2.3.0
+version=2.3.1
if [ -n "$1" ]; then
version="$1"
@@ -57,4 +59,4 @@ while read line; do
${SEATUNNEL_HOME}/mvnw dependency:get
-DgroupId=org.apache.seatunnel -DartifactId=${line} -Dversion=${version}
-Ddest=${SEATUNNEL_HOME}/connectors/seatunnel
fi
-done < ${SEATUNNEL_HOME}/config/plugin_config
\ No newline at end of file
+done < ${SEATUNNEL_HOME}/config/plugin_config