Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Maven Central group & artifact ids #129

Merged
merged 1 commit into from
Jun 21, 2023
Merged

Conversation

05nelsonm
Copy link
Owner

@05nelsonm 05nelsonm commented Jun 21, 2023

Closes #128

In preparation for the major version release (i.e. 2.0.0), this PR refactors the codebase to align with its new Maven Central group id and module names

Old:

  • io.matthewnelson.kotlin-components:encoding-bom:1.2.3
  • io.matthewnelson.kotlin-components:encoding-core:1.2.3
  • io.matthewnelson.kotlin-components:encoding-base16:1.2.3
  • io.matthewnelson.kotlin-components:encoding-base32:1.2.3
  • io.matthewnelson.kotlin-components:encoding-base64:1.2.3

New:

  • io.matthewnelson.encoding:bom:2.0.0
  • io.matthewnelson.encoding:core:2.0.0
  • io.matthewnelson.encoding:base16:2.0.0
  • io.matthewnelson.encoding:base32:2.0.0
  • io.matthewnelson.encoding:base64:2.0.0

@05nelsonm 05nelsonm self-assigned this Jun 21, 2023
Copy link
Owner Author

@05nelsonm 05nelsonm left a comment

Choose a reason for hiding this comment

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

🔥

@05nelsonm 05nelsonm changed the title drop encoding prefix from module names Update Maven Central group & artifact ids Jun 21, 2023
@05nelsonm 05nelsonm merged commit d8a083f into master Jun 21, 2023
3 checks passed
@05nelsonm 05nelsonm deleted the issue/128-maven-target branch June 21, 2023 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify Maven package target
1 participant