@@ -83,7 +83,7 @@ dependency versions in sync.
8383 <dependency >
8484 <groupId >io.opentelemetry</groupId >
8585 <artifactId >opentelemetry-bom</artifactId >
86- <version >1.2 .0</version >
86+ <version >1.3 .0</version >
8787 <type >pom</type >
8888 <scope >import</scope >
8989 </dependency >
@@ -102,7 +102,7 @@ dependency versions in sync.
102102
103103``` groovy
104104dependencies {
105- implementation platform("io.opentelemetry:opentelemetry-bom:1.2 .0")
105+ implementation platform("io.opentelemetry:opentelemetry-bom:1.3 .0")
106106 implementation('io.opentelemetry:opentelemetry-api')
107107}
108108```
@@ -127,7 +127,7 @@ We strongly recommend using our published BOM to keep all dependency versions in
127127 <dependency >
128128 <groupId >io.opentelemetry</groupId >
129129 <artifactId >opentelemetry-bom</artifactId >
130- <version >1.3 .0-SNAPSHOT</version >
130+ <version >1.4 .0-SNAPSHOT</version >
131131 <type >pom</type >
132132 <scope >import</scope >
133133 </dependency >
@@ -150,7 +150,7 @@ repositories {
150150}
151151
152152dependencies {
153- implementation platform("io.opentelemetry:opentelemetry-bom:1.3 .0-SNAPSHOT")
153+ implementation platform("io.opentelemetry:opentelemetry-bom:1.4 .0-SNAPSHOT")
154154 implementation('io.opentelemetry:opentelemetry-api')
155155}
156156```
@@ -170,19 +170,19 @@ This is a **current** feature status list:
170170
171171| Component | Version |
172172| --------------------------- | ------- |
173- | Trace API | v<!-- VERSION_STABLE--> 1.2 .0<!-- /VERSION_STABLE--> |
174- | Trace SDK | v<!-- VERSION_STABLE--> 1.2 .0<!-- /VERSION_STABLE--> |
175- | Context | v<!-- VERSION_STABLE--> 1.2 .0<!-- /VERSION_STABLE--> |
176- | Baggage | v<!-- VERSION_STABLE--> 1.2 .0<!-- /VERSION_STABLE--> |
177- | Jaeger Trace Exporter | v<!-- VERSION_STABLE--> 1.2 .0<!-- /VERSION_STABLE--> |
178- | Zipkin Trace Exporter | v<!-- VERSION_STABLE--> 1.2 .0<!-- /VERSION_STABLE--> |
179- | OTLP Exporter (Spans) | v<!-- VERSION_STABLE--> 1.2 .0<!-- /VERSION_STABLE--> |
180- | OTLP Exporter (Metrics) | v<!-- VERSION_UNSTABLE--> 1.2 .0-alpha<!-- /VERSION_UNSTABLE--> |
181- | Metrics API | v<!-- VERSION_UNSTABLE--> 1.2 .0-alpha<!-- /VERSION_UNSTABLE--> |
182- | Metrics SDK | v<!-- VERSION_UNSTABLE--> 1.2 .0-alpha<!-- /VERSION_UNSTABLE--> |
183- | Prometheus Metrics Exporter | v<!-- VERSION_UNSTABLE--> 1.2 .0-alpha<!-- /VERSION_UNSTABLE--> |
184- | OpenTracing Bridge | v<!-- VERSION_UNSTABLE--> 1.2 .0-alpha<!-- /VERSION_UNSTABLE--> |
185- | OpenCensus Bridge | v<!-- VERSION_UNSTABLE--> 1.2 .0-alpha<!-- /VERSION_UNSTABLE--> |
173+ | Trace API | v<!-- VERSION_STABLE--> 1.3 .0<!-- /VERSION_STABLE--> |
174+ | Trace SDK | v<!-- VERSION_STABLE--> 1.3 .0<!-- /VERSION_STABLE--> |
175+ | Context | v<!-- VERSION_STABLE--> 1.3 .0<!-- /VERSION_STABLE--> |
176+ | Baggage | v<!-- VERSION_STABLE--> 1.3 .0<!-- /VERSION_STABLE--> |
177+ | Jaeger Trace Exporter | v<!-- VERSION_STABLE--> 1.3 .0<!-- /VERSION_STABLE--> |
178+ | Zipkin Trace Exporter | v<!-- VERSION_STABLE--> 1.3 .0<!-- /VERSION_STABLE--> |
179+ | OTLP Exporter (Spans) | v<!-- VERSION_STABLE--> 1.3 .0<!-- /VERSION_STABLE--> |
180+ | OTLP Exporter (Metrics) | v<!-- VERSION_UNSTABLE--> 1.3 .0-alpha<!-- /VERSION_UNSTABLE--> |
181+ | Metrics API | v<!-- VERSION_UNSTABLE--> 1.3 .0-alpha<!-- /VERSION_UNSTABLE--> |
182+ | Metrics SDK | v<!-- VERSION_UNSTABLE--> 1.3 .0-alpha<!-- /VERSION_UNSTABLE--> |
183+ | Prometheus Metrics Exporter | v<!-- VERSION_UNSTABLE--> 1.3 .0-alpha<!-- /VERSION_UNSTABLE--> |
184+ | OpenTracing Bridge | v<!-- VERSION_UNSTABLE--> 1.3 .0-alpha<!-- /VERSION_UNSTABLE--> |
185+ | OpenCensus Bridge | v<!-- VERSION_UNSTABLE--> 1.3 .0-alpha<!-- /VERSION_UNSTABLE--> |
186186
187187See the project [ milestones] ( https://github.com/open-telemetry/opentelemetry-java/milestones )
188188for details on upcoming releases. The dates and features described in issues
0 commit comments