release: v0.1.0#2
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016Bb8BttJZHuy6zh957NMGT
Publishing is triggered by publishing a GitHub Release: the release workflow verifies the tag matches the pom version, signs the artifacts with GPG, and uploads through the Central Publisher Portal with auto-publish. RELEASING.md documents the flow and the one-time setup (namespace verification, portal token, signing key). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016Bb8BttJZHuy6zh957NMGT
The org's domain is iop.systems, so the Maven Central-verifiable namespace is its reverse-DNS form systems.iop (not com.iopsystems). Renaming before the first release since published coordinates are permanent. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016Bb8BttJZHuy6zh957NMGT
thinkingfish
marked this pull request as ready for review
July 12, 2026 20:56
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.
Release v0.1.0
This PR prepares the initial release of the Java implementation of the h2 histogram, and sets up automated publishing to Maven Central.
Changes
0.1.0-SNAPSHOT→0.1.0inpom.xml(benchmarks module kept in sync)com.iopsystems→systems.iop— the reverse-DNS form of the org's actual domain (iop.systems), which is what Maven Central namespace verification requires; renamed before first release since published coordinates are permanent<developers>metadata (required by Maven Central validation)releaseMaven profile: GPG artifact signing + the Central Publisher Portal plugin (autoPublish).github/workflows/release.yml: publishes to Maven Central when a GitHub Release is published, after verifying the tag matches the pom versionRELEASING.md: the release flow and one-time setup (namespace verification, portal token, signing key); README points at itAfter merge
v0.1.0targetingmain— that triggers the publish workflow.systems.iopnamespace in the Central portal (DNS TXT record oniop.systems)CENTRAL_USERNAME/CENTRAL_PASSWORD(portal user token) andGPG_PRIVATE_KEY/GPG_PASSPHRASEmvn verifypasses at the release version (36 tests) under the new package, the benchmarks module builds against it, and the release-profile plugins resolve.🤖 Generated with Claude Code
https://claude.ai/code/session_016Bb8BttJZHuy6zh957NMGT