File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ You can also download all development versions from [Bintray](https://bintray.co
3030
3131## Compatibility
3232The 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
3636utPLSQL-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```
248248utplsql run "sys as sysdba"/pw@connectstring
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments