File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ index 9493189..6090207 100644
66 val TEST_SNAPSHOTS = rootProject.findProperty("testUpstreamSnapshots") == "true"
77
88 // This is the version of the upstream instrumentation BOM
9- - val otelVersion = "2.10 .0-adot2 "
10- + val otelVersion = "2.10 .0-adot-lambda1"
9+ - val otelVersion = "2.11 .0-adot1 "
10+ + val otelVersion = "2.11 .0-adot-lambda1"
1111 val otelSnapshotVersion = "2.11.0"
1212 val otelAlphaVersion = if (!TEST_SNAPSHOTS) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT"
13- val otelJavaAgentVersion = if (!TEST_SNAPSHOTS) otelVersion else "$otelSnapshotVersion-SNAPSHOT"
13+ val otelJavaAgentVersion = if (!TEST_SNAPSHOTS) otelVersion else "$otelSnapshotVersion-SNAPSHOT"
Original file line number Diff line number Diff line change @@ -310,10 +310,10 @@ index 7900c9a4d9..80383d7c22 100644
310310--- a/version.gradle.kts
311311+++ b/version.gradle.kts
312312@@ -1,5 +1,5 @@
313- - val stableVersion = "2.10 .0-adot2 "
314- - val alphaVersion = "2.10 .0-adot2 -alpha"
315- + val stableVersion = "2.10 .0-adot-lambda1"
316- + val alphaVersion = "2.10 .0-adot-lambda1-alpha"
313+ - val stableVersion = "2.11 .0-adot1 "
314+ - val alphaVersion = "2.11 .0-adot1 -alpha"
315+ + val stableVersion = "2.11 .0-adot-lambda1"
316+ + val alphaVersion = "2.11 .0-adot-lambda1-alpha"
317317
318318 allprojects {
319- if (findProperty("otel.stable") != "true") {
319+ if (findProperty("otel.stable") != "true") {
You can’t perform that action at this time.
0 commit comments