Skip to content

Commit 02dc63e

Browse files
committed
Merge branch 'develop' into feature/include_ojdbc_libs
2 parents fa5eecb + 7f24f72 commit 02dc63e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ env:
3232
- UTPLSQL_VERSION="v3.1.3"
3333
- UTPLSQL_VERSION="v3.1.6"
3434
- UTPLSQL_VERSION="v3.1.7"
35+
- UTPLSQL_VERSION="v3.1.8"
3536
- UTPLSQL_VERSION="develop"
3637
UTPLSQL_FILE="utPLSQL"
3738

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.utplsql</groupId>
66
<artifactId>cli</artifactId>
7-
<version>3.1.7-SNAPSHOT</version>
7+
<version>3.1.8-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>cli</name>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.utplsql</groupId>
2525
<artifactId>java-api</artifactId>
26-
<version>3.1.7</version>
26+
<version>3.1.8-SNAPSHOT</version>
2727
<scope>compile</scope>
2828
<exclusions>
2929
<exclusion>

0 commit comments

Comments
 (0)