From 6a262da8af72d915701ed072e6cf8822abd00664 Mon Sep 17 00:00:00 2001 From: Lee Rhodes Date: Wed, 27 Jan 2021 15:32:41 -0800 Subject: [PATCH] Update Travis & POM to try to get coverage badge to work --- .travis.yml | 2 +- pom.xml | 25 +++++++++++++++++-------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 288339797..e2057b5cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ script: - mvn clean compile test -q -Dgpg.skip=true after_success: - - mvn clean test jacoco:report coveralls:report -q -DrepoToken=$coveralls_token + - mvn clean test jacoco:report coveralls:report -q -DrepoToken=$coveralls_token -DisDebugEnabled=true notifications: email: false diff --git a/pom.xml b/pom.xml index d8be14657..8ea030630 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ under the License. + 4.0.0 @@ -30,18 +31,14 @@ under the License. org.apache.datasketches - - datasketches-java 1.4.0-SNAPSHOT - Core sketch algorithms used alone - and by other Java repositories in the DataSketches library. - + jar - https://datasketches.apache.org/ ${project.artifactId} + Core sketch algorithms used alone and by other Java repositories in the DataSketches library. + https://datasketches.apache.org/ 2015 - jar @@ -86,7 +83,7 @@ under the License. - 1.2.0-incubating + 1.3.0 1.7.30 @@ -185,12 +182,14 @@ under the License. + org.codehaus.mojo versions-maven-plugin ${versions-maven-plugin.version} + org.apache.maven.plugins @@ -201,12 +200,14 @@ under the License. + org.apache.maven.plugins maven-release-plugin ${maven-release-plugin.version} + org.apache.maven.plugins @@ -227,6 +228,7 @@ under the License. + org.apache.maven.plugins @@ -244,6 +246,7 @@ under the License. + org.apache.maven.plugins maven-enforcer-plugin @@ -274,6 +277,7 @@ under the License. + org.apache.rat @@ -300,6 +304,7 @@ under the License. + org.apache.maven.plugins @@ -322,6 +327,7 @@ under the License. + org.apache.maven.plugins @@ -333,6 +339,7 @@ under the License. true + org.jacoco @@ -347,6 +354,7 @@ under the License. + org.eluder.coveralls @@ -356,6 +364,7 @@ under the License. +