Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project to version 0.5.0 by bumping version tags, updating README examples and badges, and refreshing copyright years and Javadoc metadata.
- Bump artifact version to 0.5.0 in
pom.xml - Update README dependency snippets and badge URLs to 0.5.0
- Add
@versiontags and update copyright inmodule-info.javaandpackage-info.java
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/main/java/module-info.java | Added @version 0.5 to module Javadoc |
| src/main/java/com/github/sttk/sabi/package-info.java | Created package Javadoc with @version 0.5 and updated copyright |
| pom.xml | Changed <version> from 0.4.0 to 0.5.0 |
| README.md | Updated dependency versions and Maven Central badge to 0.5.0 |
Comments suppressed due to low confidence (3)
src/main/java/module-info.java:12
- [nitpick] The @Version tag should match the artifact version format and use "0.5.0" for consistency.
* @version 0.5
src/main/java/com/github/sttk/sabi/package-info.java:2
- [nitpick] The phrasing "package-info class." may be misleading; consider updating it to refer to the package or file, e.g., "Package descriptor for sabi framework."
* package-info class.
src/main/java/com/github/sttk/sabi/package-info.java:9
- Per the PR requirements, the package Javadoc should include a @SInCE tag (e.g., @SInCE 1.0.0) to indicate when this package was introduced.
* @version 0.5
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.
pom.xmlREADME.mdREADME.md@versiontag inpackage-info.jsonpackage-info.java@versiontag inmodule-info.jsonmodule-info.java@sincetag to topackage-info.java(1.0.0 and later)@sincetag to javadoc comments of new classes. (1.0.0 and later)