publish: align data-module POM coordinates and names with module names#793
Merged
Merged
Conversation
skainet-data-simple published under the mismatched artifactId skainet-data-basic; align it to the module name (BREAKING coordinate change for direct consumers, noted under Unreleased — takes effect with the release after 0.34.0). skainet-data-transform keeps its coordinates but gets a distinct POM name; it previously duplicated the datasets module's "skainet neural basic datasets". Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Post-0.34.0 publishing cleanup of the two POM quirks in the data modules (0.34.0 itself shipped with the old coordinates; this takes effect with the next release):
skainet-data-simple— artifactId aligned to the module name: publishes assk.ainet.core:skainet-data-simple(was the mismatchedsk.ainet.core:skainet-data-basic). BREAKING coordinate change for direct consumers when upgrading past 0.34.0; BOM consumers only need the new artifactId. Documented under[Unreleased]in the CHANGELOG.skainet-data-transform— coordinates unchanged, but gets a distinct POM name ("skainet data transforms"); it previously duplicated the datasets module's "skainet neural basic datasets".Verification
Regenerated both modules' POMs via
generatePomFileForKotlinMultiplatformPublication— artifactId/name come out as intended, all other metadata (license, SCM, developers) unchanged. Nothing else in the repo references the oldskainet-data-basicartifactId.🤖 Generated with Claude Code