Skip to content

Commit e2f7fb3

Browse files
authored
Update version to 2.20.0-SNAPSHOT (open-telemetry#14446)
Co-authored-by: otelbot <[email protected]>
1 parent fdef70a commit e2f7fb3

File tree

8 files changed

+15
-13
lines changed

8 files changed

+15
-13
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## Version 2.19.0 (2025-08-15)
6+
57
### 📈 Enhancements
68

79
- Align WildFly metrics with semantic conventions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.19.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.18.1.jar
1+
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.20.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.18.1.jar
22
No changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-instrumentation-api-2.19.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.18.1.jar
1+
Comparing source compatibility of opentelemetry-instrumentation-api-2.20.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.18.1.jar
22
No changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.19.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.18.1.jar
1+
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.20.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.18.1.jar
22
No changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-spring-boot-starter-2.19.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.18.1.jar
1+
Comparing source compatibility of opentelemetry-spring-boot-starter-2.20.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.18.1.jar
22
No changes.

examples/distro/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
dependencies {
1515
classpath "com.diffplug.spotless:spotless-plugin-gradle:7.2.1"
1616
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.9"
17-
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.19.0-alpha-SNAPSHOT"
17+
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.20.0-alpha-SNAPSHOT"
1818
}
1919
}
2020

@@ -30,8 +30,8 @@ subprojects {
3030
opentelemetrySdk : "1.53.0",
3131

3232
// these lines are managed by .github/scripts/update-version.sh
33-
opentelemetryJavaagent : "2.19.0-SNAPSHOT",
34-
opentelemetryJavaagentAlpha: "2.19.0-alpha-SNAPSHOT",
33+
opentelemetryJavaagent : "2.20.0-SNAPSHOT",
34+
opentelemetryJavaagentAlpha: "2.20.0-alpha-SNAPSHOT",
3535

3636
autoservice : "1.1.1"
3737
]

examples/extension/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ plugins {
1313
id "com.gradleup.shadow" version "8.3.9"
1414
id "com.diffplug.spotless" version "7.2.1"
1515

16-
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.19.0-alpha-SNAPSHOT"
17-
id "io.opentelemetry.instrumentation.muzzle-check" version "2.19.0-alpha-SNAPSHOT"
16+
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.20.0-alpha-SNAPSHOT"
17+
id "io.opentelemetry.instrumentation.muzzle-check" version "2.20.0-alpha-SNAPSHOT"
1818
}
1919

2020
group 'io.opentelemetry.example'
@@ -26,8 +26,8 @@ ext {
2626
opentelemetrySdk : "1.53.0",
2727

2828
// these lines are managed by .github/scripts/update-version.sh
29-
opentelemetryJavaagent : "2.19.0-SNAPSHOT",
30-
opentelemetryJavaagentAlpha: "2.19.0-alpha-SNAPSHOT"
29+
opentelemetryJavaagent : "2.20.0-SNAPSHOT",
30+
opentelemetryJavaagentAlpha: "2.20.0-alpha-SNAPSHOT"
3131
]
3232

3333
deps = [

version.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
val stableVersion = "2.19.0-SNAPSHOT"
2-
val alphaVersion = "2.19.0-alpha-SNAPSHOT"
1+
val stableVersion = "2.20.0-SNAPSHOT"
2+
val alphaVersion = "2.20.0-alpha-SNAPSHOT"
33

44
allprojects {
55
if (findProperty("otel.stable") != "true") {

0 commit comments

Comments
 (0)