Skip to content

[WIP] Create pull request to update engine version#2151

Merged
MohabMohie merged 2 commits intomainfrom
copilot/update-engine-version-date
Oct 22, 2025
Merged

[WIP] Create pull request to update engine version#2151
MohabMohie merged 2 commits intomainfrom
copilot/update-engine-version-date

Conversation

Copy link
Contributor

Copilot AI commented Oct 22, 2025

  • Understand the current version pattern (9.4.20251007 - format: major.minor.YYYYMMDD)
  • Calculate new version for today's date (9.4.20251022)
  • Update version in main pom.xml
  • Update version in Internal.java properties file
  • Update version in all sample project pom.xml files (JUnit API, Mobile, Web; TestNG API, Mobile, Web; Cucumber Web)
  • Build the project to verify changes
  • Verify all changes are complete and correct
Original prompt

This section details on the original issue you should resolve

<issue_title>[Task] create a new Engine pr that updates the engine version in all related places to match today's date and the version number pattern</issue_title>
<issue_description>- read the pom.xml to understand the current version name and versioning pattern.

  • create a new shaft engine version using today's date and the previous pattern.
  • update pom.xml and internal properties and anywhere else that the engine version should be updated (like the sample projects)
  • open a PR to merge this new version to main.</issue_description>

Comments on the Issue (you are @copilot in this section)

Fixes #2150


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@MohabMohie MohabMohie marked this pull request as ready for review October 22, 2025 08:13
@MohabMohie MohabMohie closed this Oct 22, 2025
@MohabMohie MohabMohie reopened this Oct 22, 2025
@MohabMohie MohabMohie merged commit c5fd23e into main Oct 22, 2025
14 checks passed
@MohabMohie MohabMohie deleted the copilot/update-engine-version-date branch October 22, 2025 08:15
Copilot AI requested a review from MohabMohie October 22, 2025 08:15
@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.51%. Comparing base (e7d1e25) to head (18a0d53).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2151      +/-   ##
============================================
- Coverage     55.25%   53.51%   -1.74%     
+ Complexity     1535     1489      -46     
============================================
  Files           118      118              
  Lines         10886    10886              
  Branches       1094     1094              
============================================
- Hits           6015     5826     -189     
- Misses         4196     4401     +205     
+ Partials        675      659      -16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

[Task] create a new Engine pr that updates the engine version in all related places to match today's date and the version number pattern

2 participants