Skip to content

Commit

Permalink
v2.3.0-alpha post release changes (#1814)
Browse files Browse the repository at this point in the history
* [automated] v2.3.0-alpha post release changes

* fix

---------

Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
  • Loading branch information
srv-gh-o11y-gdi and laurit committed Apr 19, 2024
1 parent 0568d9a commit 166d65f
Show file tree
Hide file tree
Showing 2 changed files with 7 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.3.0-alpha](https://github.com/signalfx/splunk-otel-java/releases/latest)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v2.3.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.3.0-alpha-SNAPSHOT/)
We publish [snapshot builds](https://oss.sonatype.org/content/repositories/snapshots/com/splunk/splunk-otel-javaagent/2.4.0-alpha-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
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.3.0-alpha"
val distroVersion = "2.4.0-alpha-SNAPSHOT"

allprojects {
version = distroVersion
Expand Down

0 comments on commit 166d65f

Please sign in to comment.