diff --git a/.travis/create_release.sh b/.travis/create_release.sh index 4aae2bf..cc6d14d 100644 --- a/.travis/create_release.sh +++ b/.travis/create_release.sh @@ -11,10 +11,6 @@ sed -i '/CYGWIN\*) cygwin=true/c\ CYGWIN*|MINGW*) cygwin=true ;;' target/appass mkdir dist mv target/appassembler utPLSQL-cli -# Remove Oracle libraries du to licensing problems -rm -f utPLSQL-cli/lib/ucp*.jar -rm -f utPLSQL-cli/lib/ojdbc8*.jar -rm -f utPLSQL-cli/lib/orai18n*.jar zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH}-${VERSION}.zip utPLSQL-cli zip -r -q utPLSQL-cli.zip utPLSQL-cli diff --git a/README.md b/README.md index dcfbae0..1368172 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ Java command-line client for [utPLSQL v3](https://github.com/utPLSQL/utPLSQL/). Provides an easy way of invoking utPLSQL from command-line. Main features: * Ability to run tests with multiple reporters simultaneously. +* Realtime reporting during test-run * Ability to save output from every individual reporter to a separate output file. * Allows execution of selected suites, subset of suite. -* Maps project and test files to database objects for reporting purposes. (Coming Soon) +* Maps project and test files to database objects for reporting purposes. ## Downloading @@ -21,7 +22,7 @@ You can also download all development versions from [Bintray](https://bintray.co ## Requirements -* [Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) +* [Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) or newer * When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory. ## Compatibility diff --git a/pom.xml b/pom.xml index 8e4289b..f05df21 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.utplsql java-api - 3.1.8-SNAPSHOT + 3.1.8 compile