Skip to content

Commit b1f9013

Browse files
committed
Remove old schema urls before stabilizing
1 parent 828296f commit b1f9013

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)