Skip to content

Commit 1118726

Browse files
committed
Update fork of coverall-maven-plugin fork
NOTE: This fork supports Clover for test coverage
1 parent a4130dd commit 1118726

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

pom.xml

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -60,29 +60,6 @@
6060
<url>https://travis-ci.org/jwtk/jjwt</url>
6161
</ciManagement>
6262

63-
<!-- temporary fix until official release of coverall-maven-plugin with clover support -->
64-
<repositories>
65-
<repository>
66-
<snapshots>
67-
<enabled>false</enabled>
68-
</snapshots>
69-
<id>bintray-jwtk-coveralls-maven-plugin</id>
70-
<name>bintray</name>
71-
<url>https://dl.bintray.com/jwtk/coveralls-maven-plugin</url>
72-
</repository>
73-
</repositories>
74-
<pluginRepositories>
75-
<pluginRepository>
76-
<snapshots>
77-
<enabled>false</enabled>
78-
</snapshots>
79-
<id>bintray-jwtk-coveralls-maven-plugin</id>
80-
<name>bintray-plugins</name>
81-
<url>https://dl.bintray.com/jwtk/coveralls-maven-plugin</url>
82-
</pluginRepository>
83-
</pluginRepositories>
84-
<!-- temporary fix until official release of coverall-maven-plugin with clover support -->
85-
8663
<properties>
8764

8865
<jjwt.root>${basedir}</jjwt.root>
@@ -519,9 +496,9 @@
519496
</plugin>
520497
<!-- Temporarily host coveralls SNAPSHOT with clover support locally -->
521498
<plugin>
522-
<groupId>org.jwtk.coveralls</groupId>
499+
<groupId>io.jsonwebtoken.coveralls</groupId>
523500
<artifactId>coveralls-maven-plugin</artifactId>
524-
<version>4.4.0</version>
501+
<version>4.4.1</version>
525502
</plugin>
526503
<!-- Temporarily host coveralls SNAPSHOT with clover support locally -->
527504

0 commit comments

Comments
 (0)