Skip to content

Commit

Permalink
Rename otel4s-java* to otel4s-oteljava*
Browse files Browse the repository at this point in the history
Rename `org.typelevel:otel4s-java*` to `org.typelevel:otel4s-oteljava*`.
  • Loading branch information
NthPortal authored and mzuehlke committed Dec 26, 2023
1 parent a3c015a commit 7697d2e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions modules/core/src/main/resources/artifact-migrations.v2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1099,4 +1099,24 @@ changes = [
groupIdAfter = org.playframework.silhouette
artifactIdAfter = play-silhouette
},
{
groupIdAfter = org.typelevel
artifactIdBefore = otel4s-java
artifactIdAfter = otel4s-oteljava
},
{
groupIdAfter = org.typelevel
artifactIdBefore = otel4s-java-common
artifactIdAfter = otel4s-oteljava-common
},
{
groupIdAfter = org.typelevel
artifactIdBefore = otel4s-java-metrics
artifactIdAfter = otel4s-oteljava-metrics
},
{
groupIdAfter = org.typelevel
artifactIdBefore = otel4s-java-trace
artifactIdAfter = otel4s-oteljava-trace
},
]

0 comments on commit 7697d2e

Please sign in to comment.