Skip to content

Commit

Permalink
[automated] v2.4.0-alpha post release changes (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
srv-gh-o11y-gdi committed Jun 6, 2024
1 parent b959db6 commit 1d7c71b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ see [Migrate from the SignalFx Java Agent](https://quickdraw.splunk.com/redirect

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

---
<!--DEV_DOCS_WARNING_END-->

## Requirements

Expand Down Expand Up @@ -112,7 +117,7 @@ with:

## Snapshot builds

We publish [snapshot builds](https://oss.sonatype.org/content/repositories/snapshots/com/splunk/splunk-otel-javaagent/2.4.0-alpha-SNAPSHOT/)
We publish [snapshot builds](https://oss.sonatype.org/content/repositories/snapshots/com/splunk/splunk-otel-javaagent/2.5.0-SNAPSHOT/)
with every merge to the `main` branch. Snapshots are primarily intended to test new functionality and are not recommended
for production use.

Expand Down
1 change: 1 addition & 0 deletions deployments/cloudfoundry/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
1.31.0: https://github.com/signalfx/splunk-otel-java/releases/download/v1.31.0/splunk-otel-javaagent.jar
1.31.1: https://github.com/signalfx/splunk-otel-java/releases/download/v1.31.1/splunk-otel-javaagent.jar
1.32.0: https://github.com/signalfx/splunk-otel-java/releases/download/v1.32.0/splunk-otel-javaagent.jar
2.4.0-alpha: https://github.com/signalfx/splunk-otel-java/releases/download/v2.4.0-alpha/splunk-otel-javaagent.jar
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// do NOT update that variable manually - it is managed by the pre/post release scripts
val distroVersion = "2.4.0-alpha"
val distroVersion = "2.5.0-SNAPSHOT"

allprojects {
version = distroVersion
Expand Down

0 comments on commit 1d7c71b

Please sign in to comment.