Skip to content

Commit

Permalink
Fix recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Jul 19, 2023
1 parent 8a77fca commit 64aa12d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .ci/environments/quarkus-3/project-recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ recipeList:
newValue: 21.0.1
# TODO to update once sdk-java provides a library compatible with jakarta
# cf https://github.com/serverlessworkflow/sdk-java/issues/225
- org.openrewrite.maven.ChangePropertyValue:
key: version.io.serverlessworkflow
newValue: 4.0.3.Final
# - org.openrewrite.maven.ChangePropertyValue:
# key: version.io.serverlessworkflow
# newValue: 4.0.4.Final
- org.openrewrite.maven.ChangePropertyValue:
key: version.com.github.javaparser
newValue: 3.25.1
Expand Down
4 changes: 0 additions & 4 deletions .ci/environments/quarkus-3/quarkus3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ recipeList:
key: version.org.keycloak,
newValue: 21.0.1
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.io.serverlessworkflow,
newValue: 4.0.3.Final
}
- org.openrewrite.maven.ChangePropertyValue: {
key: version.com.github.javaparser,
newValue: 3.25.1
Expand Down

0 comments on commit 64aa12d

Please sign in to comment.