Skip to content

Commit 23122e4

Browse files
authored
Merge pull request #135 from utPLSQL/feature/update_version_3_1_6
Update to Version 3.1.6
2 parents 4ece1d4 + f55122b commit 23122e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can also download all development versions from [Bintray](https://bintray.co
3030

3131
## Compatibility
3232
The latest CLI is always compatible with all database frameworks of the same major version.
33-
For example CLI-3.1.0 is compatible with database framework 3.0.0-3.1.2 but not with database framework 2.x.
33+
For example CLI-3.1.0 is compatible with database framework 3.0.0-3.1.* but not with database framework 2.x.
3434

3535
## Localization and NLS settings
3636
utPLSQL-cli will use the environment variables "LC_ALL" or "LANG" to change the locale and therefore the client NLS settings.
@@ -242,7 +242,7 @@ UT_XUNIT_REPORTER:
242242

243243
## Using utPLSQL-cli as sysdba
244244

245-
Since 3.1.3 it is possible to run utPLSQL-cli as sysdba by running
245+
Since 3.1.6 it is possible to run utPLSQL-cli as sysdba by running
246246

247247
```
248248
utplsql run "sys as sysdba"/pw@connectstring

Diff for: 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.3-SNAPSHOT</version>
7+
<version>3.1.6</version>
88
<packaging>jar</packaging>
99

1010
<name>cli</name>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.utplsql</groupId>
2424
<artifactId>java-api</artifactId>
25-
<version>3.1.3-SNAPSHOT</version>
25+
<version>3.1.6</version>
2626
<scope>compile</scope>
2727
<exclusions>
2828
<exclusion>

0 commit comments

Comments
 (0)