Skip to content

Commit f411915

Browse files
Merge pull request #793 from SKaiNET-developers/feature/data-module-pom-cleanup
publish: align data-module POM coordinates and names with module names
2 parents 7f084c7 + dc8784b commit f411915

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)