Repository: commons-csv Updated Branches: refs/heads/master 013dd9d50 -> 6dffab166
See if Travis can pick up parent POM SNAPSHOT to validate the parent profile. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/6dffab16 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/6dffab16 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/6dffab16 Branch: refs/heads/master Commit: 6dffab166af9333ab02eee70758cbef58950a3a0 Parents: 013dd9d Author: Gary Gregory <[email protected]> Authored: Fri Nov 25 21:16:19 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Fri Nov 25 21:16:19 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/6dffab16/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index a707517..4dbc500 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ jdk: - oraclejdk8 after_success: - - mvn clean jacoco:report coveralls:report + - mvn -Ptravis-jacoco clean jacoco:report coveralls:report http://git-wip-us.apache.org/repos/asf/commons-csv/blob/6dffab16/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2c9f461..d9900ec 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>41</version> + <version>42-SNAPSHOT</version> </parent> <artifactId>commons-csv</artifactId> <version>1.5-SNAPSHOT</version>
