Skip to content

Comments

Update version from 3.1.1 to 3.1.2 in native/cds-bal-template/pom.xml#127

Merged
isuruh15 merged 2 commits intorelease-v3.1.1from
copilot/fix-a5089853-6dce-406a-ace8-b078e2a9cb1c
Aug 20, 2025
Merged

Update version from 3.1.1 to 3.1.2 in native/cds-bal-template/pom.xml#127
isuruh15 merged 2 commits intorelease-v3.1.1from
copilot/fix-a5089853-6dce-406a-ace8-b078e2a9cb1c

Conversation

Copy link
Contributor

Copilot AI commented Aug 20, 2025

This PR fixes a version mismatch issue in the native/cds-bal-template/pom.xml file that was preventing the module from building correctly.

Problem

The cds-bal-template module's pom.xml was referencing parent version 3.1.1, but the root pom.xml had already been updated to version 3.1.2. This caused Maven build failures with the error:

Non-resolvable parent POM for io.ballerina:cds-bal-template:3.1.1: 
The following artifacts could not be resolved: io.ballerina:health-tools:pom:3.1.1 (absent)

Changes

Updated two version references in native/cds-bal-template/pom.xml:

  • Parent version from 3.1.1 to 3.1.2 (line 27)
  • Artifact version from 3.1.1 to 3.1.2 (line 32)

Verification

  • Maven validation passes successfully for the module
  • Parent-child POM relationship is now correctly resolved
  • Changes are minimal and surgical - only 2 lines modified

This ensures the module builds consistently with the rest of the project at version 3.1.2.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Co-authored-by: isuruh15 <25496974+isuruh15@users.noreply.github.com>
@isuruh15 isuruh15 marked this pull request as ready for review August 20, 2025 08:08
@isuruh15 isuruh15 merged commit fc147d6 into release-v3.1.1 Aug 20, 2025
1 check was pending
Copilot AI changed the title [WIP] Bump cds-bal-template version to 3.1.2 in release-v3.1.1 branch Update version from 3.1.1 to 3.1.2 in native/cds-bal-template/pom.xml Aug 20, 2025
Copilot AI requested a review from isuruh15 August 20, 2025 08:08
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.

3 participants