Skip to content

Commit d39c45c

Browse files
authored
Remove old schema urls before stabilizing (#134)
* Remove old schema urls before stabilizing * gradle
1 parent 9514488 commit d39c45c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ val schemaUrlVersions = listOf(
1818
"1.27.0",
1919
"1.26.0",
2020
"1.25.0",
21-
"1.24.0",
22-
"1.23.1",
23-
"1.22.0")
21+
"1.24.0")
2422

2523
// Compute the artifact version, which includes the "-alpha" suffix and includes "-SNAPSHOT" suffix if not releasing
2624
// Release example: version=1.21.0-alpha

semconv/src/main/java/io/opentelemetry/semconv/SchemaUrls.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ public final class SchemaUrls {
1313
public static final String V1_26_0 = "https://opentelemetry.io/schemas/1.26.0";
1414
public static final String V1_25_0 = "https://opentelemetry.io/schemas/1.25.0";
1515
public static final String V1_24_0 = "https://opentelemetry.io/schemas/1.24.0";
16-
public static final String V1_23_1 = "https://opentelemetry.io/schemas/1.23.1";
17-
public static final String V1_22_0 = "https://opentelemetry.io/schemas/1.22.0";
1816

1917
private SchemaUrls() {}
2018
}

0 commit comments

Comments
 (0)