Skip to content

Commit d6823ab

Browse files
Correct groupId for jakarta.annotation:jakarta.annotation-api upgrade (#784)
The `groupId` was listed as `jakarta.annotations`, but the actual `groupId` is `jakarta.annotation`
1 parent 423f370 commit d6823ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/rewrite/jakarta-ee-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ displayName: Update Jakarta EE annotation Dependencies to 2.1.x.
391391
description: Update Jakarta EE annotation Dependencies to 2.1.x.
392392
recipeList:
393393
- org.openrewrite.java.dependencies.UpgradeDependencyVersion:
394-
groupId: jakarta.annotations
394+
groupId: jakarta.annotation
395395
artifactId: jakarta.annotation-api
396396
newVersion: 2.1.x
397397
- org.openrewrite.java.ChangeType:

0 commit comments

Comments
 (0)