Skip to content

Commit dc8784b

Browse files
michalharakalclaude
andcommitted
publish: align data-module POM coordinates and names with module names
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>
1 parent c222aeb commit dc8784b

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- **BREAKING (coordinates): `skainet-data-simple` now publishes under its module name.** The artifactId
8+
changes from the mismatched `sk.ainet.core:skainet-data-basic` to `sk.ainet.core:skainet-data-simple`;
9+
update your dependency declarations when upgrading past 0.34.0 (BOM consumers only need the new
10+
artifactId). `skainet-data-transform` also gets a distinct POM name ("skainet data transforms" — it
11+
previously duplicated the datasets module's name); its coordinates are unchanged.
12+
513
## [0.34.0] - 2026-07-05
614

715
### Added
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
POM_ARTIFACT_ID=skainet-data-basic
2-
POM_NAME=skainet neural basic datasets
1+
POM_ARTIFACT_ID=skainet-data-simple
2+
POM_NAME=skainet simple datasets
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
POM_ARTIFACT_ID=skainet-data-transform
2-
POM_NAME=skainet neural basic datasets
2+
POM_NAME=skainet data transforms

0 commit comments

Comments
 (0)