Skip to content

release: v3.3.0 — execution.parallel fix (#35) + pom.xml url - #38

Merged
shossain786 merged 1 commit into
masterfrom
release/3.3.0
Aug 15, 2026
Merged

release: v3.3.0 — execution.parallel fix (#35) + pom.xml url#38
shossain786 merged 1 commit into
masterfrom
release/3.3.0

Conversation

@shossain786

Copy link
Copy Markdown
Contributor

Summary

Debt-retirement release, not a distribution push. Ships exactly what is already on master — nothing new joins it.

Not included (out of scope for this release)

  • No feature work, no dependency bumps, no unrelated docs fixes.
  • docs-site/docs/cloud-execution.md's "Requires Selenium Boot 3.2.1+" gate is untouched — that's a different, not-yet-shipped feature, unrelated to docs: parallel.md advertises unsupported "tests" mode; ExecutionValidator rejects it with a misleading error #35.
  • PLAN.md is listed in the CLAUDE.md version-bump table but does not exist in this repo — nothing to update there.
  • Website LATEST_VERSION (separate repo) is intentionally not touched here — that's a post-Central-publish follow-up per the release checklist.

Test plan

  • mvn clean verify — BUILD SUCCESS, 494 tests, 0 failures, 0 errors.
  • grep -rn "3.2.0" across tracked files — remaining hits are historical CHANGELOG entries and an unrelated issue-template placeholder, left as-is.
  • Verified only the top-level project <url> changed in pom.xml (<scm>/<licenses>/<developers> diffed clean).

Explicitly not done here (needs maintainer go-ahead)

  • No tag pushed, no GitHub Release created, no mvn deploy to Maven Central — per the release checklist these come after this PR merges, and Central publish is a manual, irreversible maintainer step.

Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com

…pom.xml at the site

The behaviour change from #35/#36/#37 (execution.parallel validated
against TestNG's own modes, so `tests` and `instances` are accepted)
has been on master since Jul 28 with no user-visible release record.
This bump exists to ship exactly that, nothing else:

- Version 3.2.0 -> 3.3.0 across pom.xml, README, and the docs site
  (getting-started, junit5, migration guide, homepage hero snippet).
- CHANGELOG.md + docs-site/docs/changelog.md: new v3.3.0 entry for #35.
- Dropped the "next release" version-gating note in configuration.md
  and guides/parallel.md now that tests/instances ship in this release.
- pom.xml <url> now points at https://seleniumboot.com instead of the
  GitHub repo — Maven Central, MvnRepository, Libraries.io and
  Sonatype all read this field and currently advertise GitHub instead
  of the site. Only the top-level project <url> changed; <scm>,
  <licenses>, and <developers> URLs are untouched.

mvn clean verify: BUILD SUCCESS, 494 tests, 0 failures.
@shossain786
shossain786 merged commit 7d37e5f into master Aug 15, 2026
2 checks passed
@shossain786
shossain786 deleted the release/3.3.0 branch August 15, 2026 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant