Skip to content

Commit

Permalink
Update coveralls config from 3.1.0 to 4.3.0.
Browse files Browse the repository at this point in the history
Removed configuration of <maven.buildNumber.timestampFormat>.

Use the settings from commons-parent with the timestamp set to
EpochMillis.
  • Loading branch information
aherbert committed Dec 3, 2019
1 parent 21c3821 commit 90366c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -114,9 +114,6 @@
<statistics.jgit.buildnumber.version>1.2.10</statistics.jgit.buildnumber.version>
<implementation.build>${git.revision}; ${maven.build.timestamp}</implementation.build>

<!-- Override default buildNumber timestamp format, needed for coveralls plugin -->
<maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat>

<!--
Override so that "mvn commons:download-page" will generates a web page
referring to the files created by the "dist-archive" module.
Expand Down Expand Up @@ -635,7 +632,10 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>3.1.0</version>
<version>${commons.coveralls.version}</version>
<configuration>
<timestampFormat>${commons.coveralls.timestampFormat}</timestampFormat>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 90366c9

Please sign in to comment.