We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118bf6c commit 9ed4696Copy full SHA for 9ed4696
install_tvdcc_libs.sh
@@ -15,8 +15,8 @@ if ! test -f "${TVDCC_DIR}/tvdcc.jar"; then
15
fi
16
17
# define versions according usage in pom.xml
18
-TVDCC_VERSION="4.4.3-SNAPSHOT"
19
-PLSQL_VERSION="4.2.2-SNAPSHOT"
+TVDCC_VERSION="4.5.1-SNAPSHOT"
+PLSQL_VERSION="4.2.3-SNAPSHOT"
20
21
# install JAR files into local Maven repository, these libs are not available in public Maven repositories
22
mvn install:install-file -Dfile=$TVDCC_DIR/tvdcc.jar -DgeneratePom=true \
0 commit comments