Skip to content

Commit

Permalink
[AMLII-2163] preparing release 0.49.6 (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman authored Nov 8, 2024
1 parent 474d2ab commit f75d403
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changelog
=========
# 0.49.6 / TBC
# 0.49.6 / 2024-11-11
* [BUGFIX] Fixed `NullPointerException` on JBoss when user and password not set [#546][]

# 0.49.5 / 2024-10-24
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ otherwise the subsequent publishes will fail.

```
Get help on usage:
java -jar jmxfetch-0.49.6-SNAPSHOT-jar-with-dependencies.jar --help
java -jar jmxfetch-0.49.6-jar-with-dependencies.jar --help
```

## Updating Maven Wrapper
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.datadoghq</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.49.6-SNAPSHOT</version>
<version>0.49.6</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit f75d403

Please sign in to comment.