Skip to content

Update pom version to 1.0.0#171

Merged
swatigoel merged 1 commit into
inji:developfrom
Infosys:develop
Jun 15, 2026
Merged

Update pom version to 1.0.0#171
swatigoel merged 1 commit into
inji:developfrom
Infosys:develop

Conversation

@Sakshiijk

@Sakshiijk Sakshiijk commented Jun 15, 2026

Copy link
Copy Markdown

Update pom version to 1.0.0

Summary by CodeRabbit

  • Chores
    • Version updated to 1.0.0-SNAPSHOT across modules for consistency and coordination.

Signed-off-by: Sakshi Jhanwar <sakshi.jhanwar@ad.infosys.com>
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

Four Maven plugin module POMs are updated: project artifact versions change from 0.7.0-SNAPSHOT to 1.0.0-SNAPSHOT, and io.inji.certify:certify-core / certify-integration-api dependency versions change from 0.14.0-SNAPSHOT to 1.0.0-SNAPSHOT.

Changes

Maven Version Bump to 1.0.0-SNAPSHOT

Layer / File(s) Summary
Plugin module and dependency versions updated
mock-certify-plugin/pom.xml, mosip-identity-certify-plugin/pom.xml, postgres-dataprovider-plugin/pom.xml, sunbird-rc-certify-integration-impl/pom.xml
All four modules have their <version> changed from 0.7.0-SNAPSHOT to 1.0.0-SNAPSHOT. certify-core and certify-integration-api dependency versions are updated from 0.14.0-SNAPSHOT to 1.0.0-SNAPSHOT where referenced.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 Hop, hop, the versions leap,
From seven-tenths to one-point-oh!
SNAPSHOTs aligned in a tidy heap,
All four plugins in a row.
The rabbit stamps the POM with glee —
Version one is here, hooray! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change in the changeset, which is updating POM versions across multiple modules from 0.7.0-SNAPSHOT/0.14.0-SNAPSHOT to 1.0.0-SNAPSHOT.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 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-SNAPSHOT versions 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-SNAPSHOT
  • mosip-identity-certify-plugin/pom.xml#L101: io.inji.certify:certify-core:1.0.0-SNAPSHOT
  • mosip-identity-certify-plugin/pom.xml#L107: io.inji.certify:certify-integration-api:1.0.0-SNAPSHOT
  • postgres-dataprovider-plugin/pom.xml#L61: io.inji.certify:certify-core:1.0.0-SNAPSHOT
  • sunbird-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

📥 Commits

Reviewing files that changed from the base of the PR and between e7e9557 and 2a1daa4.

📒 Files selected for processing (4)
  • mock-certify-plugin/pom.xml
  • mosip-identity-certify-plugin/pom.xml
  • postgres-dataprovider-plugin/pom.xml
  • sunbird-rc-certify-integration-impl/pom.xml

@swatigoel swatigoel closed this Jun 15, 2026
@swatigoel swatigoel reopened this Jun 15, 2026
@swatigoel swatigoel merged commit a8d1a37 into inji:develop Jun 15, 2026
22 of 26 checks passed
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