You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/12/03 16:43:42 UTC

[commons-geometry] 01/02: Added the coveralls version.

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git

commit 043343021e5aa7966d315658953ba70822ded8da
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Dec 3 16:43:05 2019 +0000

    Added the coveralls version.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 80ba963..70581cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -583,6 +583,7 @@
           <plugin>
             <groupId>org.eluder.coveralls</groupId>
             <artifactId>coveralls-maven-plugin</artifactId>
+            <version>${commons.coveralls.version}</version>
             <configuration>
               <timestampFormat>${commons.coveralls.timestampFormat}</timestampFormat>
             </configuration>