Skip to content

Commit f75d403

Browse files
authored
[AMLII-2163] preparing release 0.49.6 (#547)
1 parent 474d2ab commit f75d403

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Changelog
22
=========
3-
# 0.49.6 / TBC
3+
# 0.49.6 / 2024-11-11
44
* [BUGFIX] Fixed `NullPointerException` on JBoss when user and password not set [#546][]
55

66
# 0.49.5 / 2024-10-24

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ otherwise the subsequent publishes will fail.
181181

182182
```
183183
Get help on usage:
184-
java -jar jmxfetch-0.49.6-SNAPSHOT-jar-with-dependencies.jar --help
184+
java -jar jmxfetch-0.49.6-jar-with-dependencies.jar --help
185185
```
186186

187187
## Updating Maven Wrapper

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.datadoghq</groupId>
77
<artifactId>jmxfetch</artifactId>
8-
<version>0.49.6-SNAPSHOT</version>
8+
<version>0.49.6</version>
99
<packaging>jar</packaging>
1010

1111
<name>jmxfetch</name>

0 commit comments

Comments
 (0)