Skip to content

Commit

Permalink
Merge pull request #22748 from taosdata/release/update_jdbc_version
Browse files Browse the repository at this point in the history
update jdbc version
  • Loading branch information
gccgdb1234 committed Sep 5, 2023
2 parents 6dabf70 + 3e72258 commit ed1691e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/tools/makepkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ if [ "$verMode" == "cluster" ]; then
tmp_pwd=`pwd`
cd ${install_dir}/connector
if [ ! -d taos-connector-jdbc ];then
git clone -b 3.2.1 --depth=1 https://github.com/taosdata/taos-connector-jdbc.git ||:
git clone -b main --depth=1 https://github.com/taosdata/taos-connector-jdbc.git ||:
fi
cd taos-connector-jdbc
mvn clean package -Dmaven.test.skip=true
Expand Down

0 comments on commit ed1691e

Please sign in to comment.