Skip to content

Commit

Permalink
Updated to version 4.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
trautonen committed Sep 24, 2016
1 parent 01fbfe4 commit b2ad543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Set up the Coveralls maven plugin in the build section of the project pom.xml:
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<configuration>
<repoToken>yourcoverallsprojectrepositorytoken</repoToken>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<packaging>maven-plugin</packaging>

<name>coveralls-maven-plugin</name>
Expand Down

0 comments on commit b2ad543

Please sign in to comment.