Skip to content

Commit

Permalink
Updated recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Aug 9, 2023
1 parent 562a1da commit 8c210e5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .ci/environments/quarkus-3/project-recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ recipeList:
- org.openrewrite.maven.ChangePropertyValue:
key: version.io.quarkiverse.asyncapi
newValue: 0.2.0
- org.openrewrite.java.ChangePackage: # This change goes with the quarkiverse asyncapi version update
oldPackageName: com.asyncapi.v2.model,
newPackageName: com.asyncapi.v2._6_0.model,
recursive: true
- org.openrewrite.maven.ChangePropertyValue:
key: version.io.quarkiverse.reactivemessaging.http
newValue: 2.0.2
Expand All @@ -68,11 +72,6 @@ recipeList:
- org.openrewrite.maven.ChangePropertyValue:
key: version.org.infinispan
newValue: 14.0.7.Final
- org.openrewrite.maven.ChangeDependencyGroupIdAndArtifactId:
oldGroupId: org.infinispan
oldArtifactId: infinispan-core
newGroupId: org.infinispan
newArtifactId: infinispan-core-jakarta
- org.openrewrite.maven.ChangeManagedDependencyGroupIdAndArtifactId:
oldGroupId: org.infinispan
oldArtifactId: infinispan-core
Expand Down

0 comments on commit 8c210e5

Please sign in to comment.