Skip to content

Commit

Permalink
Merge pull request #135 from utPLSQL/feature/update_version_3_1_6
Browse files Browse the repository at this point in the history
Update to Version 3.1.6
  • Loading branch information
pesse authored Mar 25, 2019
2 parents 4ece1d4 + f55122b commit 23122e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can also download all development versions from [Bintray](https://bintray.co

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

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

## Using utPLSQL-cli as sysdba

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

```
utplsql run "sys as sysdba"/pw@connectstring
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.utplsql</groupId>
<artifactId>cli</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.6</version>
<packaging>jar</packaging>

<name>cli</name>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.utplsql</groupId>
<artifactId>java-api</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.6</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 23122e4

Please sign in to comment.