Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 1eda853

Browse files
use SQLcl 23.3.0 in install_sqlcl_libs.sh
1 parent 521a068 commit 1eda853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone/install_sqlcl_libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if ! test -f "${SQLCL_LIBDIR}/dbtools-common.jar"; then
1515
fi
1616

1717
# define common Maven properties
18-
SQLCL_VERSION="23.1.0"
18+
SQLCL_VERSION="23.3.0"
1919

2020
# install JAR files in local Maven repository, these libs are not available in public Maven repositories
2121
mvn install:install-file -Dfile=$SQLCL_LIBDIR/dbtools-common.jar -DgeneratePom=true \

0 commit comments

Comments
 (0)