Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the boms #7252

Merged
merged 2 commits into from
Nov 21, 2022
Merged

Fix the boms #7252

merged 2 commits into from
Nov 21, 2022

Conversation

trask
Copy link
Member

@trask trask commented Nov 19, 2022

the 1.20.1 instrumentation boms are busted, as they are missing versions for their nested boms (sort of surprised maven central didn't reject them), e.g.

<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom</artifactId>
<type>pom</type>
<scope>import</scope>
</dependency>

https://repo.maven.apache.org/maven2/io/opentelemetry/instrumentation/opentelemetry-instrumentation-bom/1.20.1/opentelemetry-instrumentation-bom-1.20.1.pom

deserves another patch release

@trask trask marked this pull request as ready for review November 19, 2022 23:19
@trask trask requested a review from a team as a code owner November 19, 2022 23:19
@trask trask merged commit f85728b into open-telemetry:main Nov 21, 2022
@trask trask deleted the fix-the-boms branch November 21, 2022 04:21
github-actions bot pushed a commit that referenced this pull request Nov 21, 2022
the 1.20.1 instrumentation boms are busted, as they are missing versions
for their nested boms (sort of surprised maven central didn't reject
them), e.g.

```
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-bom</artifactId>
<type>pom</type>
<scope>import</scope>
</dependency>
```


https://repo.maven.apache.org/maven2/io/opentelemetry/instrumentation/opentelemetry-instrumentation-bom/1.20.1/opentelemetry-instrumentation-bom-1.20.1.pom

deserves another patch release
trask added a commit that referenced this pull request Nov 21, 2022
Clean cherry-pick of #7252 to the `release/v1.20.x` branch.

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants