Skip to content

Conversation

BhavanaPidapa
Copy link
Contributor

What's changed?

This PR contains recipe - org.openrewrite.java.migrate.WasDevMvnChangeParentArtifactId.
Changes

<parent>
  <groupId>net.wasdev.maven.parent</groupId>
  <artifactId>java8-parent</artifactId>
  <version>1.4</version>
 </parent>
<parent>
  <groupId>net.wasdev.maven.parent</groupId>
  <artifactId>parent</artifactId>
  <version>1.4</version>
</parent>

What's your motivation?

I have used org.openrewrite.maven.ChangeParentPom for writing this recipe.

Anything in particular you'd like reviewers to focus on?

This is not a new recipe. I am moving this recipe org.openrewrite.maven.liberty.WasDevMvnChangeParentArtifactId from rewrite-liberty repository to this one as it's not closely tied to Liberty migration.

Anyone you would like to review specifically?

@timtebeek @rlsanders4

Checklist

  • I've added unit tests to cover both positive and negative cases
  • I've read and applied the recipe conventions and best practices
  • I've used the IntelliJ IDEA auto-formatter on affected files

@github-project-automation github-project-automation bot moved this from In Progress to Ready to Review in OpenRewrite Jun 18, 2025
@timtebeek timtebeek merged commit 932b979 into openrewrite:main Jun 18, 2025
2 checks passed
@github-project-automation github-project-automation bot moved this from Ready to Review to Done in OpenRewrite Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants