Skip to content

Commit

Permalink
Starting dev cycle by returning version to a SNAPSHOT (#548)
Browse files Browse the repository at this point in the history
* [AMLII-2163] Starting dev cycle by returning version to a SNAPSHOT
* Bumping JDK used in Dockerfile.agentbase to 8u432-b06-jdk
  • Loading branch information
carlosroman authored Nov 11, 2024
1 parent f75d403 commit ed277ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changelog
=========
# 0.49.7 / TBC

# 0.49.6 / 2024-11-11
* [BUGFIX] Fixed `NullPointerException` on JBoss when user and password not set [#546][]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.agentbase
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:8u382-b05-jdk AS build
FROM eclipse-temurin:8u432-b06-jdk AS build

WORKDIR /app

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-jar-with-dependencies.jar --help
java -jar jmxfetch-0.49.7-SNAPSHOT-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</version>
<version>0.49.7-SNAPSHOT</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit ed277ff

Please sign in to comment.