File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ set -ev
33cd $( dirname $( readlink -f $0 ) )
44
55# Download the specified version of utPLSQL.
6- # UTPLSQL_VERSION="v3.0.0-beta "
7- # UTPLSQL_FILE="utPLSQLv3.0.0.562-beta "
8- # curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION/$UTPLSQL_FILE.tar.gz"
6+ UTPLSQL_VERSION=" v3.0.4 "
7+ UTPLSQL_FILE=" utPLSQL "
8+ curl -L -O " https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION /$UTPLSQL_FILE .tar.gz"
99
1010# Download develop branch of utPLSQL.
11- UTPLSQL_VERSION=" develop"
12- UTPLSQL_FILE=" utPLSQL"
13- git clone -b develop --single-branch https://github.com/utPLSQL/utPLSQL.git
11+ # UTPLSQL_VERSION="develop"
12+ # UTPLSQL_FILE="utPLSQL"
13+ # git clone -b develop --single-branch https://github.com/utPLSQL/utPLSQL.git
1414# tar -czf $UTPLSQL_FILE.tar.gz $UTPLSQL_FILE && rm -rf $UTPLSQL_FILE
1515
1616# Create a temporary install script.
Original file line number Diff line number Diff line change 44
55 <groupId >org.utplsql</groupId >
66 <artifactId >java-api</artifactId >
7- <version >3.0.3 -SNAPSHOT</version >
7+ <version >3.0.4 -SNAPSHOT</version >
88 <packaging >jar</packaging >
99
1010 <name >utPLSQL-java-api</name >
You can’t perform that action at this time.
0 commit comments