update coveralls-maven-plugin to version 4.2.0 (#109)

This commit is contained in:
Roman Isko
2016-06-02 00:55:48 +03:00
committed by Ricky Yim
parent ffdf7fd337
commit 59388a852c
+1 -1
View File
@@ -119,7 +119,7 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
<configuration>
<repoToken>${env.COVERALLS_TOKEN}</repoToken>
</configuration>