Skip to content

Replace deprecated maven-project dependency with maven-core#99

Merged
adamw7 merged 1 commit into
mainfrom
claude/replace-maven-dependency-rUiAZ
Jan 17, 2026
Merged

Replace deprecated maven-project dependency with maven-core#99
adamw7 merged 1 commit into
mainfrom
claude/replace-maven-dependency-rUiAZ

Conversation

@adamw7
Copy link
Copy Markdown
Owner

@adamw7 adamw7 commented Jan 17, 2026

The org.apache.maven:maven-project artifact is from the old Maven 2.x era and has been deprecated. Replaced it with org.apache.maven:maven-core which is the modern replacement in Maven 3.x and 4.x.

Changes:

  • Updated version from 3.0-alpha-2 to 4.0.0-rc-5 to align with other Maven dependencies
  • The MavenProject class remains in the same package, so no code changes required

The org.apache.maven:maven-project artifact is from the old Maven 2.x era
and has been deprecated. Replaced it with org.apache.maven:maven-core which
is the modern replacement in Maven 3.x and 4.x.

Changes:
- Updated version from 3.0-alpha-2 to 4.0.0-rc-5 to align with other Maven dependencies
- The MavenProject class remains in the same package, so no code changes required
@adamw7 adamw7 merged commit c9b26af into main Jan 17, 2026
2 checks passed
@adamw7 adamw7 deleted the claude/replace-maven-dependency-rUiAZ branch January 17, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants