Commit f5f346b
authored
docs: pivot non-version-locked references to Maven-Central-primary (#103)
Phase 1 of the Maven Central coordinate migration: rewrites every
forward-facing reference in the documentation and CI infrastructure to
describe Maven Central as the canonical install channel, while marking
the JitPack URL as legacy (kept resolvable for callers pinned to
v1.6.5 and earlier but no longer documented as the recommended path).
Version-locked snippets are NOT touched in this commit. The README
install section, docs/index.html JSON-LD/install snippets, and the
VersionConsistencyGuardTest regex stay on the JitPack format because
their value has to equal the current pom.xml version (1.6.5) — a
value that does not exist on Maven Central yet. cut-release.ps1 will
flip those at v1.6.6 cut time in the release commit; that mechanical
swap is Phase 2 of this migration and lands together with the actual
Central debut.
Files updated:
- CONTRIBUTING.md release-flow steps now describe Central publish
via .github/workflows/publish.yml; JitPack confirmation removed
- ROADMAP.md "Next (v1.7)" entry removed; equivalent "Now (v1.6.x)"
entry added noting Central debut in v1.6.6
- SECURITY.md artifacts line points at Central; JitPack noted as
legacy-only
- docs/README.md release-process pointer mentions Central instead
of JitPack
- docs/SHOWCASE.md install-snippet description points at Central
artefact URL
- docs/templates/which-template-system.md "Maven coordinates do not
change in 2.0" section reframed Central-first, JitPack as legacy
- docs/roadmaps/v1.6-roadmap.md Phase E scope rewritten for Central
primary; release-identity coords switched to io.github.demchaav
- docs/contributing/release-process.md: top distribution-coordinates
block, Phase 2.B post-release verification (Central artefact poll
instead of JitPack BUILD SUCCESS), Phase 3 hotfix protocol opener,
Section 5 never-do tag-force-move rule, and Section 6 done-criteria
all rewritten for Central-primary flow. Historical v1.5.0 / v1.6.5
lessons-learned kept verbatim (accurate to when they happened)
- .github/workflows/ci.yml japicmp comment notes Central as baseline
source for v1.6.6+, JitPack still serves v1.6.5
- .github/workflows/publish.yml hyphenated-tag comments drop the
"go to JitPack" mention; pre-releases ship only to the GitHub
Release surface now
Guard suite green locally: CanonicalSurfaceGuardTest +
DocumentationExamplesTest + DocumentationCoverageTest +
VersionConsistencyGuardTest = 30/0/0.1 parent e89602a commit f5f346b
10 files changed
Lines changed: 43 additions & 42 deletions
File tree
- .github/workflows
- docs
- contributing
- roadmaps
- templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments