You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2022/11/03 23:35:12 UTC

[datasketches-memory] branch refactorInterfaces updated: fix missing Coveralls version

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch refactorInterfaces
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


The following commit(s) were added to refs/heads/refactorInterfaces by this push:
     new b33e9bb  fix missing Coveralls version
b33e9bb is described below

commit b33e9bbdcbc8ba8d9027b724cfa86580f0b71302
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Nov 3 16:35:06 2022 -0700

    fix missing Coveralls version
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7baaaab..2766c91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,9 @@
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH mm ss'Z'</maven.build.timestamp.format>
 
     <jdk-toolchain.version>8</jdk-toolchain.version>
+    <!-- org.eluder Maven Plugins -->
+    <coveralls-repo-token></coveralls-repo-token>
+    <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
   </properties>
 
   <repositories>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org