Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trautonen/coveralls-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: trautonen/coveralls-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 28, 2015

  1. Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    914faab View commit details
  2. Updated to version 3.2.1.

    trautonen committed Nov 28, 2015
    Copy the full SHA
    2113b32 View commit details
Showing with 4 additions and 6 deletions.
  1. +1 −3 .travis.yml
  2. +1 −1 README.md
  3. +2 −2 pom.xml
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,9 +3,7 @@ language: java
sudo: false

jdk:
- oraclejdk7
# - openjdk7
# - openjdk6
- openjdk6

env:
global:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -32,7 +32,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>3.2.0</version>
<version>3.2.1</version>
<configuration>
<repoToken>yourcoverallsprojectrepositorytoken</repoToken>
</configuration>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@

<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
<packaging>maven-plugin</packaging>

<name>coveralls-maven-plugin</name>
@@ -49,7 +49,7 @@
<properties>
<httpclient.version>4.5</httpclient.version>
<jackson.version>2.6.1</jackson.version>
<jgit.version>4.0.1.201506240215-r</jgit.version>
<jgit.version>3.7.1.201504261725-r</jgit.version>
<maven.version>3.0</maven.version>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssa</maven.build.timestamp.format>
<timestamp>${maven.build.timestamp}</timestamp>