release: v3.3.0 — execution.parallel fix (#35) + pom.xml url - #38
Merged
Conversation
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Debt-retirement release, not a distribution push. Ships exactly what is already on
master— nothing new joins it.execution.parallelvalidated against TestNG's own modes —testsandinstancesare now accepted, matchingnone/methods/classes) has sat onmastersince PRs docs: remove false "parallel: tests" claim from docs (fixes #35) #36/fix: validate execution.parallel against TestNG's own modes (#35) #37 (Jul 28) with no user-visible release recorded anywhere. This bump surfaces it.CLAUDE.mdnames, plus one additional live snippet caught by grep (docs-site/docs/migration/from-selenium-testng.md).tests/instancesindocs-site/docs/configuration.mdanddocs-site/docs/guides/parallel.md— 3.3.0 is that release.pom.xmltop-level<url>changed fromhttps://github.com/seleniumboot/selenium-boottohttps://seleniumboot.com— this is the reason to ship: Maven Central, MvnRepository, Libraries.io, and Sonatype all read this field and currently advertise GitHub instead of the marketing site.<scm>,<licenses>, and<developers>URLs are untouched.Not included (out of scope for this release)
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.mdis listed in the CLAUDE.md version-bump table but does not exist in this repo — nothing to update there.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.<url>changed inpom.xml(<scm>/<licenses>/<developers>diffed clean).Explicitly not done here (needs maintainer go-ahead)
mvn deployto 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