Skip to content

Bump reactor version to 1.1.1 for the release retry#147

Merged
bernardladenthin merged 1 commit into
mainfrom
claude/llm-wiki-architecture-plan-0nvriu
Jul 15, 2026
Merged

Bump reactor version to 1.1.1 for the release retry#147
bernardladenthin merged 1 commit into
mainfrom
claude/llm-wiki-architecture-plan-0nvriu

Conversation

@bernardladenthin

Copy link
Copy Markdown
Owner

Summary

  • The first v1.1.0 release attempt failed Sonatype Central's deployment validation (missing sources-jar signatures, fixed by Fix sources-jar signing: attach-sources ran after gpg:sign, not before #146) before anything actually went public — nothing was published under 1.1.0.
  • Confirmed the v1.1.0 git tag is protected (force-push to a different commit was rejected with 403 Forbidden), so rather than fight that protection, this bumps to 1.1.1 for a clean retry with a brand-new tag.
  • mvn versions:set -DnewVersion=1.1.1 -Dexcludes=net.ladenthin:llamacpp-ai-index-maven-plugin for the three real modules (srcmorph, srcmorph-cli, srcmorph-maven-plugin). The relocation stub's own <version> stays pinned at 1.0.4 (its <parent><version> correctly tracks the new 1.1.1), and its <relocation><version> target was updated to 1.1.1 by hand (not a project/parent version reference, so versions:set doesn't touch it).
  • Swept README.md/CLAUDE.md/TODO.md/CHANGELOG.md/srcmorph-maven-plugin/README.md/the examples/ launcher scripts' illustrative jar-name comments for the same version bump — preserving the unrelated keepachangelog.com spec-version links, which happen to also read 1.1.0.
  • CHANGELOG.md's former [Unreleased] section is now [1.1.1] (since 1.1.0 was never actually released), plus a new Fixed entry documenting the sources-jar signing bug from Fix sources-jar signing: attach-sources ran after gpg:sign, not before #146.

Test plan

  • Reactor version confirmed 1.1.1 via the root pom
  • Relocation stub's own version confirmed still 1.0.4; its <relocation> target confirmed net.ladenthin:srcmorph-maven-plugin:1.1.1
  • mvn clean verify from repo root — BUILD SUCCESS
  • CI green on this branch (pending)

Related issues / PRs

Follow-up to #144, #145, #146 — prepares the clean retry after the failed v1.1.0 release attempt.

Checklist

  • I have read CONTRIBUTING.md and CODE_OF_CONDUCT.md
  • My commits follow Conventional Commits
  • No security-sensitive changes

Generated by Claude Code

The first v1.1.0 release attempt failed Sonatype Central's deployment
validation (missing sources-jar signatures, fixed in the prior commit)
before anything went public - no artifacts were actually published under
1.1.0. Rather than force-move the protected v1.1.0 git tag (GitHub
rejects it with a 403; confirmed directly), bump to 1.1.1 for a clean
retry with a brand-new tag.

`mvn versions:set -DnewVersion=1.1.1 -Dexcludes=net.ladenthin:llamacpp-ai-index-maven-plugin`
for the three real modules; the relocation stub's own <version> stays
pinned at 1.0.4 (its <parent><version> correctly tracks 1.1.1), and its
<relocation><version> target updated to 1.1.1 by hand (not touched by
versions:set). Swept README.md/CLAUDE.md/TODO.md/CHANGELOG.md/
srcmorph-maven-plugin/README.md/examples' illustrative jar-name comments
for the same bump, preserving the unrelated keepachangelog.com spec-
version links. CHANGELOG's former [Unreleased] section is now [1.1.1],
since 1.1.0 was never actually released, plus a new Fixed entry
documenting the sources-jar signing bug.
@bernardladenthin
bernardladenthin merged commit e021aa8 into main Jul 15, 2026
7 of 13 checks passed
@bernardladenthin
bernardladenthin deleted the claude/llm-wiki-architecture-plan-0nvriu branch July 15, 2026 22:38
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.

2 participants