8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b429b4b + 7f24f72 commit 4097475Copy full SHA for 4097475
.travis.yml
@@ -32,6 +32,7 @@ env:
32
- UTPLSQL_VERSION="v3.1.3"
33
- UTPLSQL_VERSION="v3.1.6"
34
- UTPLSQL_VERSION="v3.1.7"
35
+ - UTPLSQL_VERSION="v3.1.8"
36
- UTPLSQL_VERSION="develop"
37
UTPLSQL_FILE="utPLSQL"
38
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.utplsql</groupId>
6
<artifactId>cli</artifactId>
7
- <version>3.1.7-SNAPSHOT</version>
+ <version>3.1.8-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<name>cli</name>
@@ -23,7 +23,7 @@
23
<dependency>
24
25
<artifactId>java-api</artifactId>
26
- <version>3.1.7</version>
27
<scope>compile</scope>
28
<exclusions>
29
<exclusion>
0 commit comments