File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
semconv/src/main/java/io/opentelemetry/semconv Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments