Release 0.5.0; publish only to the iterative-works Maven registry #61
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/claude-code-query!61
Loading…
Reference in a new issue
No description provided.
Delete branch "release/0.5.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Cuts version 0.5.0 and makes the iterative-works Forgejo Maven registry the single publish target.
Why Maven Central is dropped
corenow depends onworks.iterative.support::iw-support-time:0.2.0(build.mill:45, and:56forcore.js). That dependency arrived after v0.4.1, inb20b21e(log timestamps moved fromjava.time.InstanttoMoment) ande86bc72(pinned to the released 0.2.0).Sonatype Central does not host it. Verified:
https://repo1.maven.org/maven2/works/iterative/lists onlyclaude-code-query-*,mill-iw-support, andscalatags-*. There is noworks/iterative/support/path.numFound: 0for botha:iw-support-time*andg:works.iterative.support.iw-support-time_3-0.2.0.pom→ 200).A Central copy of
corewould therefore name a dependency that a Central-only consumer cannot resolve. No published version breaks — nothing before 0.5.0 carries this dependency — but 0.5.0 itself would be unusable from Central. Central becomes a viable second target onceiw-support-timepublishes there.Changes
build.mill—publishVersion0.5.0.github/workflows/publish.yml— drop the Sonatype Central step; comment records the registry constraintREADME.md— add the resolver consumers need; version 0.1.0 → 0.5.0 (stale since 0.2.0)ARCHITECTURE.md— publish target is the iterative-works registryArtifacts at 0.5.0
claude-code-query-core_3,claude-code-query-core_sjs1_3(new, from ADR 0002),claude-code-query-direct_3,claude-code-query-effectful_3,claude-code-query-zio_3.uispikeis not published.Verification
./mill __.compile— SUCCESS./mill __.test— SUCCESS./mill __.fix --check— SUCCESSclaude-code-query-core_3-0.5.0.pominspected; version and dependency set correct