Repository: cayenne Updated Branches: refs/heads/STABLE-3.1 145d8b809 -> b1717d398
Enable travis Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/b1717d39 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/b1717d39 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/b1717d39 Branch: refs/heads/STABLE-3.1 Commit: b1717d3980d4276d7553699bcb691965811dfa17 Parents: 145d8b80 Author: Nikita Timofeev <[email protected]> Authored: Wed Jul 11 12:34:28 2018 +0300 Committer: Nikita Timofeev <[email protected]> Committed: Wed Jul 11 12:34:28 2018 +0300 ---------------------------------------------------------------------- .travis.yml | 2 +- pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/b1717d39/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 76227c5..bbd064c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ jdk: - oraclejdk8 script: - - travis_wait 20 mvn verify -q -DcayenneLogLevel=ERROR -DcayenneTestConnection=$DB_PROFILE + - travis_wait 20 mvn verify -q -DcayenneLogLevel=error -DcayenneTestConnection=$DB_PROFILE # prevent Travis from unneeded "mvn install" run install: true http://git-wip-us.apache.org/repos/asf/cayenne/blob/b1717d39/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 63b45c0..d79c0cd 100644 --- a/pom.xml +++ b/pom.xml @@ -689,7 +689,8 @@ <name>cayenneJdbcDriver</name> <value>${cayenneJdbcDriver}</value> </property> - <org.slf4j.simpleLogger.defaultLogLevel>${cayenneLogLevel}</org.slf4j.simpleLogger.defaultLogLevel> + <org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog</org.apache.commons.logging.Log> + <org.apache.commons.logging.simplelog.defaultlog>${cayenneLogLevel}</org.apache.commons.logging.simplelog.defaultlog> </systemPropertyVariables> </configuration> </plugin>
