release: add missing info for action#87
Merged
Merged
Conversation
There was a problem hiding this comment.
The PR correctly adds the required Maven Central metadata (<url>, sources JAR, Javadoc JAR, GPG signing, and Central publishing) but has three issues: an apparent version downgrade of maven-source-plugin (3.4.1 → 3.4.0) and two plugin versions hardcoded inline rather than extracted to <properties> like every other plugin in the POM.
PR Bot Information
Version: 1.26.0
- Correlation ID:
442086f2-ec72-42c4-8d31-4dbda0ae9130 - Event Trigger:
pull_request.opened - File Content Strategy: Full file content
- LLM:
anthropic--claude-4.6-sonnet
lisajulia
previously approved these changes
Jun 18, 2026
lisajulia
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Missing Release Configuration in
pom.xmlChore
🔧 Added missing metadata and plugin configuration required for the Maven release action to function correctly.
Changes
pom.xml:<url>pointing to the GitHub repository (https://github.com/cap-java/cds-ai) at the project root level.maven.source.plugin.versionfrom3.4.1to3.4.0.maven-source-pluginexecution (attach-sources/jar-no-fork) to thedeploy-releaseprofile.maven-javadoc-pluginexecution (attach-javadocs/jar) to thedeploy-releaseprofile.<version>3.2.8</version>to themaven-gpg-pluginconfiguration.<version>0.11.0</version>to thecentral-publishing-maven-pluginconfiguration.PR Bot Information
Version:
1.26.0pull_request.opened442086f2-ec72-42c4-8d31-4dbda0ae9130anthropic--claude-4.6-sonnet