Skip to content

Commit 18a7092

Browse files
authored
Release ADOT Java v2.0.1 (#1052)
*Description of changes:* Release ADOT Java v2.0.1 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent ff9bea4 commit 18a7092

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/patches/opentelemetry-java-instrumentation.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3522,14 +3522,14 @@ index 2533a0202d..a275e7e2f7 100644
35223522
// spans because of https://github.com/aws/aws-sdk-java-v2/issues/1741. We should at least tweak
35233523
// the instrumentation to add Events for retries instead.
35243524
diff --git a/version.gradle.kts b/version.gradle.kts
3525-
index 7900c9a4d9..57b4d36c0a 100644
3525+
index 7900c9a4d9..0dc0460cbc 100644
35263526
--- a/version.gradle.kts
35273527
+++ b/version.gradle.kts
35283528
@@ -1,5 +1,5 @@
35293529
-val stableVersion = "2.10.0"
35303530
-val alphaVersion = "2.10.0-alpha"
3531-
+val stableVersion = "2.10.0-adot1"
3532-
+val alphaVersion = "2.10.0-adot1-alpha"
3531+
+val stableVersion = "2.10.0-adot2"
3532+
+val alphaVersion = "2.10.0-adot2-alpha"
35333533

35343534
allprojects {
35353535
if (findProperty("otel.stable") != "true") {

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
2727
val testSnapshots = rootProject.findProperty("testUpstreamSnapshots") == "true"
2828

2929
// This is the version of the upstream instrumentation BOM
30-
val otelVersion = "2.10.0-adot1"
30+
val otelVersion = "2.10.0-adot2"
3131
val otelSnapshotVersion = "2.11.0"
3232
val otelAlphaVersion = if (!testSnapshots) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"
3333
val otelJavaAgentVersion = if (!testSnapshots) otelVersion else "$otelSnapshotVersion-SNAPSHOT"

licenses/licenses.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)