Update version to 2.20.0-SNAPSHOT (#14446)

Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
This commit is contained in:
otelbot[bot] 2025-08-15 23:21:54 +00:00 committed by GitHub
parent fdef70a833
commit e2f7fb37c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 15 additions and 13 deletions

View File

@ -2,6 +2,8 @@
## Unreleased ## Unreleased
## Version 2.19.0 (2025-08-15)
### 📈 Enhancements ### 📈 Enhancements
- Align WildFly metrics with semantic conventions - Align WildFly metrics with semantic conventions

View File

@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.19.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.18.1.jar Comparing source compatibility of opentelemetry-instrumentation-annotations-2.20.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.18.1.jar
No changes. No changes.

View File

@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-instrumentation-api-2.19.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.18.1.jar Comparing source compatibility of opentelemetry-instrumentation-api-2.20.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.18.1.jar
No changes. No changes.

View File

@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.19.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.18.1.jar Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.20.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.18.1.jar
No changes. No changes.

View File

@ -1,2 +1,2 @@
Comparing source compatibility of opentelemetry-spring-boot-starter-2.19.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.18.1.jar Comparing source compatibility of opentelemetry-spring-boot-starter-2.20.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.18.1.jar
No changes. No changes.

View File

@ -14,7 +14,7 @@ buildscript {
dependencies { dependencies {
classpath "com.diffplug.spotless:spotless-plugin-gradle:7.2.1" classpath "com.diffplug.spotless:spotless-plugin-gradle:7.2.1"
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.9" classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.9"
classpath "io.opentelemetry.instrumentation:gradle-plugins:2.19.0-alpha-SNAPSHOT" classpath "io.opentelemetry.instrumentation:gradle-plugins:2.20.0-alpha-SNAPSHOT"
} }
} }
@ -30,8 +30,8 @@ subprojects {
opentelemetrySdk : "1.53.0", opentelemetrySdk : "1.53.0",
// these lines are managed by .github/scripts/update-version.sh // these lines are managed by .github/scripts/update-version.sh
opentelemetryJavaagent : "2.19.0-SNAPSHOT", opentelemetryJavaagent : "2.20.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.19.0-alpha-SNAPSHOT", opentelemetryJavaagentAlpha: "2.20.0-alpha-SNAPSHOT",
autoservice : "1.1.1" autoservice : "1.1.1"
] ]

View File

@ -13,8 +13,8 @@ plugins {
id "com.gradleup.shadow" version "8.3.9" id "com.gradleup.shadow" version "8.3.9"
id "com.diffplug.spotless" version "7.2.1" id "com.diffplug.spotless" version "7.2.1"
id "io.opentelemetry.instrumentation.muzzle-generation" version "2.19.0-alpha-SNAPSHOT" id "io.opentelemetry.instrumentation.muzzle-generation" version "2.20.0-alpha-SNAPSHOT"
id "io.opentelemetry.instrumentation.muzzle-check" version "2.19.0-alpha-SNAPSHOT" id "io.opentelemetry.instrumentation.muzzle-check" version "2.20.0-alpha-SNAPSHOT"
} }
group 'io.opentelemetry.example' group 'io.opentelemetry.example'
@ -26,8 +26,8 @@ ext {
opentelemetrySdk : "1.53.0", opentelemetrySdk : "1.53.0",
// these lines are managed by .github/scripts/update-version.sh // these lines are managed by .github/scripts/update-version.sh
opentelemetryJavaagent : "2.19.0-SNAPSHOT", opentelemetryJavaagent : "2.20.0-SNAPSHOT",
opentelemetryJavaagentAlpha: "2.19.0-alpha-SNAPSHOT" opentelemetryJavaagentAlpha: "2.20.0-alpha-SNAPSHOT"
] ]
deps = [ deps = [

View File

@ -1,5 +1,5 @@
val stableVersion = "2.19.0-SNAPSHOT" val stableVersion = "2.20.0-SNAPSHOT"
val alphaVersion = "2.19.0-alpha-SNAPSHOT" val alphaVersion = "2.20.0-alpha-SNAPSHOT"
allprojects { allprojects {
if (findProperty("otel.stable") != "true") { if (findProperty("otel.stable") != "true") {