Skip to content

Commit 9ed4696

Browse files
update version in install_tvdcc_libs.sh to match the ones in pom.xml
1 parent 118bf6c commit 9ed4696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_tvdcc_libs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ if ! test -f "${TVDCC_DIR}/tvdcc.jar"; then
1515
fi
1616

1717
# define versions according usage in pom.xml
18-
TVDCC_VERSION="4.4.3-SNAPSHOT"
19-
PLSQL_VERSION="4.2.2-SNAPSHOT"
18+
TVDCC_VERSION="4.5.1-SNAPSHOT"
19+
PLSQL_VERSION="4.2.3-SNAPSHOT"
2020

2121
# install JAR files into local Maven repository, these libs are not available in public Maven repositories
2222
mvn install:install-file -Dfile=$TVDCC_DIR/tvdcc.jar -DgeneratePom=true \

0 commit comments

Comments
 (0)