Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HIERO_MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This document provides a comprehensive guide for migrating from the Hedera Java

The Maven group ID and artifact ID are being updated to reflect the new organization ownership:
- **Group ID**: `com.hedera.hashgraph` → `org.hiero`
- **Artifact ID**: `sdk` → `sdk-java`
- **Artifact ID**: `sdk` → `sdk`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- **Package namespace**: `com.hedera.hashgraph.sdk` → `org.hiero.sdk`

The functionality, API, features, and codebase remain exactly the same - only the dependency coordinates and import statements need to be updated.
Expand Down