Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: DataDog/jmxfetch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1e163cf616758b2df52ac311d0183cf39c2c8c9c
Choose a base ref
..
head repository: DataDog/jmxfetch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2c6114062a3cf3beb30f33f212369cf0b1e36cfc
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 README.md
  2. +1 −1 pom.xml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -39,5 +39,5 @@ mvn test
# To run:
```
Get help on usage:
java -jar jmxfetch-0.20.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.19.0-jar-with-dependencies.jar --help
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

<groupId>datadog</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.20.0</version>
<version>0.19.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>