Skip to content

Commit aed5dfe

Browse files
pesseSamuel Nitsche
authored andcommitted
Change travis to use 3.0.4 release of framework
1 parent 9c1daed commit aed5dfe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis/install_utplsql.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ set -ev
33
cd $(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.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)