Update pom version to 1.0.0#171
Conversation
Signed-off-by: Sakshi Jhanwar <sakshi.jhanwar@ad.infosys.com>
WalkthroughFour Maven plugin module POMs are updated: project artifact versions change from ChangesMaven Version Bump to 1.0.0-SNAPSHOT
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
mock-certify-plugin/pom.xml (1)
68-68: SNAPSHOT dependencies are available but consider replacing with release versions for build reproducibility.All plugin modules depend on
1.0.0-SNAPSHOTversions of certify-core and certify-integration-api. While these artifacts are currently available in the Maven snapshot repository, SNAPSHOT versions are mutable and can change without notice, which impacts build reproducibility. All dependencies use<scope>provided</scope>, so they are not packaged directly.Consider replacing SNAPSHOT dependencies with release versions:
mock-certify-plugin/pom.xml#L68: io.inji.certify:certify-core:1.0.0-SNAPSHOTmosip-identity-certify-plugin/pom.xml#L101: io.inji.certify:certify-core:1.0.0-SNAPSHOTmosip-identity-certify-plugin/pom.xml#L107: io.inji.certify:certify-integration-api:1.0.0-SNAPSHOTpostgres-dataprovider-plugin/pom.xml#L61: io.inji.certify:certify-core:1.0.0-SNAPSHOTsunbird-rc-certify-integration-impl/pom.xml#L57: io.inji.certify:certify-integration-api:1.0.0-SNAPSHOT🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@mock-certify-plugin/pom.xml` at line 68, Replace SNAPSHOT dependency versions with stable release versions across multiple pom.xml files to ensure build reproducibility. In mock-certify-plugin/pom.xml line 68, change io.inji.certify:certify-core from 1.0.0-SNAPSHOT to a release version. In mosip-identity-certify-plugin/pom.xml line 101, update io.inji.certify:certify-core from 1.0.0-SNAPSHOT to a release version. In mosip-identity-certify-plugin/pom.xml line 107, update io.inji.certify:certify-integration-api from 1.0.0-SNAPSHOT to a release version. In postgres-dataprovider-plugin/pom.xml line 61, update io.inji.certify:certify-core from 1.0.0-SNAPSHOT to a release version. In sunbird-rc-certify-integration-impl/pom.xml line 57, update io.inji.certify:certify-integration-api from 1.0.0-SNAPSHOT to a release version.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@mock-certify-plugin/pom.xml`:
- Line 68: Replace SNAPSHOT dependency versions with stable release versions
across multiple pom.xml files to ensure build reproducibility. In
mock-certify-plugin/pom.xml line 68, change io.inji.certify:certify-core from
1.0.0-SNAPSHOT to a release version. In mosip-identity-certify-plugin/pom.xml
line 101, update io.inji.certify:certify-core from 1.0.0-SNAPSHOT to a release
version. In mosip-identity-certify-plugin/pom.xml line 107, update
io.inji.certify:certify-integration-api from 1.0.0-SNAPSHOT to a release
version. In postgres-dataprovider-plugin/pom.xml line 61, update
io.inji.certify:certify-core from 1.0.0-SNAPSHOT to a release version. In
sunbird-rc-certify-integration-impl/pom.xml line 57, update
io.inji.certify:certify-integration-api from 1.0.0-SNAPSHOT to a release
version.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 044985e0-02a6-402c-badd-2baa49494788
📒 Files selected for processing (4)
mock-certify-plugin/pom.xmlmosip-identity-certify-plugin/pom.xmlpostgres-dataprovider-plugin/pom.xmlsunbird-rc-certify-integration-impl/pom.xml
Update pom version to 1.0.0
Summary by CodeRabbit