Skip to content

Commit fc045eb

Browse files
[automated] v2.24.0 post release changes (#2598)
1 parent 9b0158d commit fc045eb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ see [Migrate from the SignalFx Java Agent](https://help.splunk.com/en/splunk-obs
7676

7777
<!-- Comments, spacing, empty and new lines in the section below are intentional, please do not modify them! -->
7878
<!--DEV_DOCS_WARNING-->
79+
<!--DEV_DOCS_WARNING_START-->
80+
The following documentation refers to the in-development version of `splunk-otel-java`. Docs for the latest version ([v2.24.0](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.24.0/README.md).
81+
82+
---
83+
<!--DEV_DOCS_WARNING_END-->
7984

8085
## Requirements
8186

@@ -115,7 +120,7 @@ with:
115120

116121
## Snapshot builds
117122

118-
We publish [snapshot builds](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/com/splunk/splunk-otel-javaagent/2.24.0-SNAPSHOT/)
123+
We publish [snapshot builds](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/com/splunk/splunk-otel-javaagent/2.25.0-SNAPSHOT/)
119124
with every merge to the `main` branch. Snapshots are primarily intended to test new functionality and are not recommended
120125
for production use.
121126

deployments/cloudfoundry/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@
5151
2.21.1: https://github.com/signalfx/splunk-otel-java/releases/download/v2.21.1/splunk-otel-javaagent.jar
5252
2.22.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.22.0/splunk-otel-javaagent.jar
5353
2.23.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.23.0/splunk-otel-javaagent.jar
54+
2.24.0: https://github.com/signalfx/splunk-otel-java/releases/download/v2.24.0/splunk-otel-javaagent.jar

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// do NOT update that variable manually - it is managed by the pre/post release scripts
2-
val distroVersion = "2.24.0"
2+
val distroVersion = "2.25.0-SNAPSHOT"
33

44
allprojects {
55
version = distroVersion

0 commit comments

Comments
 (0)