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
3
3
cd $( dirname $( readlink -f $0 ) )
4
4
5
5
# 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"
9
9
10
10
# 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
14
14
# tar -czf $UTPLSQL_FILE.tar.gz $UTPLSQL_FILE && rm -rf $UTPLSQL_FILE
15
15
16
16
# Create a temporary install script.
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.utplsql</groupId >
6
6
<artifactId >java-api</artifactId >
7
- <version >3.0.3 -SNAPSHOT</version >
7
+ <version >3.0.4 -SNAPSHOT</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >utPLSQL-java-api</name >
You can’t perform that action at this time.
0 commit comments