Skip to content

Commit

Permalink
Merge pull request #293 from jonesbusy/feature/ensure-to-remove-compi…
Browse files Browse the repository at this point in the history
…ler-property

Ensure to remove maven.compiler.release when upgrading to 5.X of parent pom
  • Loading branch information
jonesbusy authored Oct 4, 2024
2 parents 4860473 + d286942 commit 24fa46b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ recipeList:
artifactId: plugin
newVersion: 5.X
- io.jenkins.tools.pluginmodernizer.RemoveDependencyVersionOverride
- org.openrewrite.maven.RemoveProperty: # Set by 5.x parent, ensure it's removed
propertyName: maven.compiler.release
---
type: specs.openrewrite.org/v1beta/recipe
name: io.jenkins.tools.pluginmodernizer.UpgradeBomVersion
Expand Down

0 comments on commit 24fa46b

Please sign in to comment.